mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
refactor: rename zitare -> quotes (Zitate)
Zitare was opaque Latin/Italian-flavored branding. Renamed to clear English "quotes" (DE: Zitate) matching short-concrete-noun cluster. - Module, routes, API, i18n, standalone landing app, plans dirs - Dexie tables: quotesFavorites, quotesLists, quotesListTags, customQuotes (dropped redundant "quotes" prefix on the last) - Logo QuotesLogo, theme quotes.css, search provider, dashboard widget QuoteWidget - German user-facing label "Zitate" (English brand stays Quotes) Pre-launch, no data migration needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7a1f11c971
commit
851a281e5a
196 changed files with 891 additions and 776 deletions
|
|
@ -11,7 +11,7 @@ No auth service needed. Starts mana-sync + server (if any) + web:
|
|||
```bash
|
||||
pnpm dev:todo:local # sync + server + web
|
||||
pnpm dev:chat:local # sync + server + web
|
||||
pnpm dev:zitare:local # sync + web (no server needed)
|
||||
pnpm dev:quotes:local # sync + web (no server needed)
|
||||
pnpm dev:clock:local # sync + web (no server needed)
|
||||
```
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ Use this when you need authentication, cross-device sync, or to test the full pr
|
|||
```bash
|
||||
pnpm dev:todo:full # DB setup + auth + sync + server + web
|
||||
pnpm dev:chat:full # DB setup + auth + sync + server + web
|
||||
pnpm dev:zitare:full # auth + sync + web
|
||||
pnpm dev:quotes:full # auth + sync + web
|
||||
pnpm dev:calendar:full # DB setup + auth + sync + server + web
|
||||
```
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ These apps use only IndexedDB + mana-sync, no server-side compute:
|
|||
|
||||
| App | Web Port | `local` | `full` |
|
||||
|-----|----------|---------|--------|
|
||||
| Zitare | 5107 | Yes | Yes |
|
||||
| Quotes | 5107 | Yes | Yes |
|
||||
| Clock | 5187 | Yes | Yes |
|
||||
| SkilltTree | 5195 | Yes | Yes |
|
||||
| Photos | 5189 | Yes | Yes |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue