mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:41:08 +02:00
- Delete 17 server-archived/ directories (consolidated into apps/api/) - Delete apps-archived/ (clock, wisekeep) and services-archived/ (it-landing, ollama-metrics-proxy) - Fix type safety: replace all `any` casts in cross-app-queries.ts with proper Local* types - Remove duplicate shared-auth-stores package (identical copy of shared-auth-ui/stores/) - Remove duplicate theme store from shared-stores (canonical version in shared-theme) - Migrate memoro-server rate-limiter to shared-hono/rateLimitMiddleware - Migrate uload-server JWT auth + error handler to shared-hono (authMiddleware, errorHandler) - Migrate arcade-server error handling to shared-hono - Merge shared-profile-ui and shared-app-onboarding into shared-ui - Unify /clock route into /times/clock, remove redirect stubs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test | ||
| archive.test.ts | ||
| archive.ts | ||
| data-export.test.ts | ||
| data-export.ts | ||
| guest-mode.svelte.ts | ||
| index.ts | ||
| keyboard-shortcuts.test.ts | ||
| keyboard-shortcuts.ts | ||
| navigation-simple.ts | ||
| navigation.svelte.ts | ||
| notifications.test.ts | ||
| notifications.ts | ||
| reminder-scheduler.test.ts | ||
| reminder-scheduler.ts | ||
| settings.svelte.ts | ||
| tag-links.test.ts | ||
| tag-links.ts | ||
| tags-local.svelte.ts | ||
| tags.svelte.ts | ||
| toast.svelte.ts | ||
| toggle-field.test.ts | ||
| toggle-field.ts | ||
| view.svelte.test.ts | ||
| view.svelte.ts | ||