mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
feat: update organization icons (#2668)
* front: update filters icons * remove duplicate --------- Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
parent
14cc44f948
commit
f7f8c51661
8 changed files with 17 additions and 11 deletions
|
@ -223,7 +223,7 @@ export default defineComponent({
|
|||
event: "tag-selected",
|
||||
},
|
||||
{
|
||||
icon: $globals.icons.tags,
|
||||
icon: $globals.icons.categories,
|
||||
text: i18n.tc("data-pages.recipes.categorize"),
|
||||
event: "categorize-selected",
|
||||
},
|
||||
|
@ -379,7 +379,7 @@ export default defineComponent({
|
|||
|
||||
const icons: Record<MODES, string> = {
|
||||
[MODES.tag]: $globals.icons.tags,
|
||||
[MODES.category]: $globals.icons.tags,
|
||||
[MODES.category]: $globals.icons.categories,
|
||||
[MODES.export]: $globals.icons.database,
|
||||
[MODES.delete]: $globals.icons.delete,
|
||||
[MODES.updateSettings]: $globals.icons.cog,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<RecipeOrganizerPage
|
||||
v-if="items"
|
||||
:items="items"
|
||||
:icon="$globals.icons.tags"
|
||||
:icon="$globals.icons.categories"
|
||||
item-type="categories"
|
||||
@delete="actions.deleteOne"
|
||||
@update="actions.updateOne"
|
||||
|
|
|
@ -341,7 +341,7 @@ export default defineComponent({
|
|||
|
||||
const iconText: { [key: string]: string } = {
|
||||
totalUsers: $globals.icons.user,
|
||||
totalCategories: $globals.icons.tags,
|
||||
totalCategories: $globals.icons.categories,
|
||||
totalTags: $globals.icons.tags,
|
||||
totalTools: $globals.icons.potSteam,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue