mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
fix(ui): update app icons and add missing i18n labels
Icons: moodlit→SunHorizon, body→Person, cycles→GenderFemale, notes→Notepad, guides→Books, context→File, who→PersonSimpleCircle, memoro→Microphone, firsts→NumberCircleOne Add missing app labels (cycles, body, dreams, journal, firsts, who, events) in all 5 locales (de/en/fr/it/es). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
16fef572bf
commit
f47ea966df
6 changed files with 53 additions and 15 deletions
|
|
@ -13,13 +13,13 @@ import {
|
|||
Calendar,
|
||||
AddressBook,
|
||||
Repeat,
|
||||
NotePencil,
|
||||
Notepad,
|
||||
Moon,
|
||||
Drop,
|
||||
Wallet,
|
||||
MapPin,
|
||||
ChatCircle,
|
||||
Brain,
|
||||
File,
|
||||
Clock,
|
||||
Quotes,
|
||||
Cards,
|
||||
|
|
@ -31,20 +31,23 @@ import {
|
|||
Plant,
|
||||
Presentation,
|
||||
Package,
|
||||
Lightbulb,
|
||||
Microphone,
|
||||
NumberCircleOne,
|
||||
Question,
|
||||
Tree,
|
||||
Smiley,
|
||||
SunHorizon,
|
||||
Buildings,
|
||||
UploadSimple,
|
||||
Calculator,
|
||||
Lightning,
|
||||
Sparkle,
|
||||
Newspaper,
|
||||
Barbell,
|
||||
Person,
|
||||
GenderFemale,
|
||||
Confetti,
|
||||
Detective,
|
||||
PersonSimpleCircle,
|
||||
BookOpen,
|
||||
Books,
|
||||
} from '@mana/shared-icons';
|
||||
|
||||
// ── Apps with entity capabilities ───────────────────────────
|
||||
|
|
@ -259,7 +262,7 @@ registerApp({
|
|||
id: 'notes',
|
||||
name: 'Notes',
|
||||
color: '#F59E0B',
|
||||
icon: NotePencil,
|
||||
icon: Notepad,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/notes/ListView.svelte') },
|
||||
},
|
||||
|
|
@ -392,7 +395,7 @@ registerApp({
|
|||
id: 'cycles',
|
||||
name: 'Cycles',
|
||||
color: '#ec4899',
|
||||
icon: Drop,
|
||||
icon: GenderFemale,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/cycles/ListView.svelte') },
|
||||
},
|
||||
|
|
@ -502,7 +505,7 @@ registerApp({
|
|||
id: 'context',
|
||||
name: 'Context',
|
||||
color: '#7C3AED',
|
||||
icon: Brain,
|
||||
icon: File,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/context/ListView.svelte') },
|
||||
},
|
||||
|
|
@ -641,7 +644,7 @@ registerApp({
|
|||
id: 'memoro',
|
||||
name: 'Memoro',
|
||||
color: '#F59E0B',
|
||||
icon: Lightbulb,
|
||||
icon: Microphone,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/memoro/ListView.svelte') },
|
||||
detail: { load: () => import('$lib/modules/memoro/views/DetailView.svelte') },
|
||||
|
|
@ -674,7 +677,7 @@ registerApp({
|
|||
id: 'moodlit',
|
||||
name: 'Moodlit',
|
||||
color: '#F97316',
|
||||
icon: Smiley,
|
||||
icon: SunHorizon,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/moodlit/ListView.svelte') },
|
||||
},
|
||||
|
|
@ -736,7 +739,7 @@ registerApp({
|
|||
id: 'guides',
|
||||
name: 'Guides',
|
||||
color: '#0d9488',
|
||||
icon: BookOpen,
|
||||
icon: Books,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/guides/ListView.svelte') },
|
||||
detail: { load: () => import('$lib/modules/guides/views/DetailView.svelte') },
|
||||
|
|
@ -748,7 +751,7 @@ registerApp({
|
|||
id: 'body',
|
||||
name: 'Body',
|
||||
color: '#ef4444',
|
||||
icon: Barbell,
|
||||
icon: Person,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/body/ListView.svelte') },
|
||||
},
|
||||
|
|
@ -770,7 +773,7 @@ registerApp({
|
|||
id: 'who',
|
||||
name: 'Who',
|
||||
color: '#a855f7',
|
||||
icon: Detective,
|
||||
icon: PersonSimpleCircle,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/who/ListView.svelte') },
|
||||
},
|
||||
|
|
@ -801,7 +804,7 @@ registerApp({
|
|||
id: 'firsts',
|
||||
name: 'Firsts',
|
||||
color: '#F59E0B',
|
||||
icon: Sparkle,
|
||||
icon: NumberCircleOne,
|
||||
views: {
|
||||
list: { load: () => import('$lib/modules/firsts/ListView.svelte') },
|
||||
},
|
||||
|
|
|
|||
|
|
@ -26,6 +26,13 @@
|
|||
"citycorners": "Stadtführer",
|
||||
"uload": "uLoad",
|
||||
"calc": "Rechner",
|
||||
"cycles": "Zyklus",
|
||||
"body": "Körper",
|
||||
"dreams": "Träume",
|
||||
"journal": "Tagebuch",
|
||||
"firsts": "Premieren",
|
||||
"who": "Who",
|
||||
"events": "Events",
|
||||
"automations": "Automationen",
|
||||
"playground": "Playground"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,13 @@
|
|||
"citycorners": "City Guide",
|
||||
"uload": "uLoad",
|
||||
"calc": "Calculator",
|
||||
"cycles": "Cycles",
|
||||
"body": "Body",
|
||||
"dreams": "Dreams",
|
||||
"journal": "Journal",
|
||||
"firsts": "Firsts",
|
||||
"who": "Who",
|
||||
"events": "Events",
|
||||
"automations": "Automations",
|
||||
"playground": "Playground"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,13 @@
|
|||
"citycorners": "Guía urbana",
|
||||
"uload": "uLoad",
|
||||
"calc": "Calculadora",
|
||||
"cycles": "Ciclo",
|
||||
"body": "Cuerpo",
|
||||
"dreams": "Sueños",
|
||||
"journal": "Diario",
|
||||
"firsts": "Primeras veces",
|
||||
"who": "Who",
|
||||
"events": "Eventos",
|
||||
"automations": "Automatizaciones",
|
||||
"playground": "Playground"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,13 @@
|
|||
"citycorners": "Guide urbain",
|
||||
"uload": "uLoad",
|
||||
"calc": "Calculatrice",
|
||||
"cycles": "Cycle",
|
||||
"body": "Corps",
|
||||
"dreams": "Rêves",
|
||||
"journal": "Journal",
|
||||
"firsts": "Premières",
|
||||
"who": "Who",
|
||||
"events": "Événements",
|
||||
"automations": "Automations",
|
||||
"playground": "Playground"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,13 @@
|
|||
"citycorners": "Guida città",
|
||||
"uload": "uLoad",
|
||||
"calc": "Calcolatrice",
|
||||
"cycles": "Ciclo",
|
||||
"body": "Corpo",
|
||||
"dreams": "Sogni",
|
||||
"journal": "Diario",
|
||||
"firsts": "Prime volte",
|
||||
"who": "Who",
|
||||
"events": "Eventi",
|
||||
"automations": "Automazioni",
|
||||
"playground": "Playground"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue