mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
refactor: Sidebar UI (#3390)
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* Refactor sidebar links in DefaultLayout.vue
* 🧹
This commit is contained in:
parent
7c365b7c03
commit
a283828461
3 changed files with 32 additions and 44 deletions
|
@ -146,6 +146,8 @@ import {
|
|||
mdiFlipVertical,
|
||||
mdiRotateLeft,
|
||||
mdiRotateRight,
|
||||
mdiBookOpenPageVariant,
|
||||
mdiFileCabinet,
|
||||
} from "@mdi/js";
|
||||
|
||||
export const icons = {
|
||||
|
@ -293,6 +295,8 @@ export const icons = {
|
|||
tagArrowUp: mdiTagArrowUpOutline,
|
||||
categories: mdiShapeOutline,
|
||||
pages: mdiBookOutline,
|
||||
book: mdiBookOpenPageVariant,
|
||||
organizers: mdiFileCabinet,
|
||||
|
||||
// Admin
|
||||
user: mdiAccount,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue