mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 03:06:41 +02:00
chore: clear svelte-check errors + document scene-scope pattern
- `app-registry/types.ts` now includes `tips` in the inline help shape,
matching `ModuleHelp` and what `AppPage.svelte` actually renders.
Drops 3 recurring type errors.
- `event-scout` template's `{ kind: 'daily' }` cadence now carries the
required `atHour` / `atMinute` fields (daily 08:00). Drops the 4th
type error — svelte-check is clean.
- `apps/mana/CLAUDE.md` gains a "Scene Scope" section documenting the
pattern: wire `filterBySceneScopeBatch` in the query AND render
`<ScopeEmptyState>` from the empty branch, so users always see why
the list is empty.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e813401dc0
commit
cd594509b2
3 changed files with 27 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ du entscheidest was in deinen Kalender kommt.
|
|||
|
||||
**Voraussetzung:** Mindestens eine Region und Interessen muessen im Events-Modul
|
||||
unter dem Tab "Entdecken" eingerichtet sein.`,
|
||||
cadence: { kind: 'daily' },
|
||||
cadence: { kind: 'daily', atHour: 8, atMinute: 0 },
|
||||
startPaused: true,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue