Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories page refactor #1702

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions dev-docs/plugins/template-outlets-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,32 @@ This document contains a list of all built-in template outlets in Misago.

## `ADMIN_DASHBOARD_AFTER_ANALYTICS`

On the Admin Dashboard page, below the Analytics card.
On the admin dashboard page, below the Analytics card.


## `ADMIN_DASHBOARD_AFTER_CHECKS`

On the Admin Dashboard page, below the Checks card.
On the admin dashboard page, below the Checks card.


## `ADMIN_DASHBOARD_END`

On the Admin Dashboard page, below all other content.
On the admin dashboard page, below all other content.


## `ADMIN_DASHBOARD_START`

On the Admin Dashboard page, above all other content.
On the admin dashboard page, above all other content.


## `CATEGORIES_LIST_END`

On the categories page, under the list.


## `CATEGORIES_LIST_START`

On the categories page, above the list.


## `TEST`
Expand Down
18 changes: 0 additions & 18 deletions frontend/src/components/categories/blankslate.js

This file was deleted.

12 changes: 0 additions & 12 deletions frontend/src/components/categories/categories-list.js

This file was deleted.

21 changes: 0 additions & 21 deletions frontend/src/components/categories/category/index.js

This file was deleted.

This file was deleted.

52 changes: 0 additions & 52 deletions frontend/src/components/categories/category/list-item/icon.js

This file was deleted.

34 changes: 0 additions & 34 deletions frontend/src/components/categories/category/list-item/index.js

This file was deleted.

125 changes: 0 additions & 125 deletions frontend/src/components/categories/category/list-item/last-thread.js

This file was deleted.

21 changes: 0 additions & 21 deletions frontend/src/components/categories/category/list-item/main.js

This file was deleted.

54 changes: 0 additions & 54 deletions frontend/src/components/categories/category/list-item/stats.js

This file was deleted.

Loading