managarten/packages
Till JS b415567dfa refactor(ui): unified bottom-stack container for PillNav, QuickInput, TagStrip
Replace 4 independent position:fixed elements with one flex container that
stacks them naturally from bottom to top. Elements push each other
automatically — no more hardcoded offsets or z-index conflicts.

Stack order (bottom → top):
1. PillNavigation (collapsible)
2. TagStrip (togglable)
3. QuickInputBar + toggle button row

Shared-UI changes:
- PillNavigation: add positioning='fixed'|'static' prop
- QuickInputBar: add positioning='fixed'|'static' prop
- TagStrip: add positioning='fixed'|'static' prop
- All default to 'fixed' for backward compatibility

Layout changes:
- Wrap all bottom elements in .bottom-stack (position:fixed, flex-column)
- Remove hardcoded bottomOffset calculations
- Toggle button is now inline next to QuickInputBar (not separately positioned)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 23:52:40 +02:00
..
cards-database refactor(db): consolidate ~20+ databases into 2 (mana_platform + mana_sync) 2026-04-02 14:31:28 +02:00
credits refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
eslint-config Revert "test: verify pre-commit hook works" 2026-03-17 13:11:31 +01:00
feedback chore: commit remaining changes from recent sessions 2026-03-28 17:54:51 +01:00
help fix(help): fix createSearcher import path in HelpSearch.svelte 2026-03-28 20:55:33 +01:00
local-llm fix(local-llm): wrap @mlc-ai/web-llm in dynamic import for Docker builds 2026-04-02 12:22:20 +02:00
local-store fix(todo): homepage loading state + completed date on task items 2026-03-28 18:15:26 +01:00
notify-client fix(notify-client): don't send undefined emailOptions 2026-01-29 23:25:46 +01:00
qr-export chore(matrix-mobile): configure EAS Build for TestFlight and fix type errors 2026-03-06 19:36:39 +01:00
shared-api-client fix(shared-api-client): add useRuntimeUrl flag for cross-app clients 2026-03-20 17:11:31 +01:00
shared-app-onboarding fix(calendar): improve onboarding UX — clearer progress, better selection, apply preferences 2026-03-21 11:00:28 +01:00
shared-auth refactor(analytics): add module context to all Umami events 2026-04-02 16:35:27 +02:00
shared-auth-stores chore: remove unused Supabase auth store, archive stub services 2026-04-02 13:59:53 +02:00
shared-auth-ui refactor(auth): absorb shared-auth-stores into shared-auth-ui 2026-04-02 21:43:42 +02:00
shared-branding refactor: consolidate Clock app into Times 2026-04-02 13:04:07 +02:00
shared-config fix lint 2025-12-04 00:32:13 +01:00
shared-drizzle-config refactor(db): consolidate ~20+ databases into 2 (mana_platform + mana_sync) 2026-04-02 14:31:28 +02:00
shared-error-tracking fix(error-tracking): switch to ESM output for SvelteKit compatibility 2026-03-23 08:44:47 +01:00
shared-errors Fix wrong type 2025-12-04 23:25:25 +01:00
shared-go refactor(shared-go): extract shared auth package from 3 Go services 2026-04-02 13:27:44 +02:00
shared-hono feat(manacore/web): wire TagField, FavoriteButton, ColorPicker into module UIs 2026-04-02 17:20:46 +02:00
shared-i18n feat(todo/web, shared-i18n): complete i18n for Todo web app + add missing common translations 2026-04-01 14:19:48 +02:00
shared-icons improve code quality 2025-12-03 23:42:37 +01:00
shared-landing-ui refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
shared-links refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
shared-llm feat: add Ollama memory optimization, LLM metrics, and chat streaming 2026-03-24 09:41:33 +01:00
shared-logger feat(manacore/web): wire TagField, FavoriteButton, ColorPicker into module UIs 2026-04-02 17:20:46 +02:00
shared-profile-ui improve code quality 2025-12-03 23:42:37 +01:00
shared-pwa fix(manacore/web): fix build errors for production deployment 2026-04-02 12:05:49 +02:00
shared-python/manacore_auth refactor(shared-python): extract shared auth package from mana-stt and mana-tts 2026-04-02 14:09:32 +02:00
shared-splitscreen feat(calendar): convert toolbar to collapsed FAB next to InputBar 2025-12-12 21:55:07 +01:00
shared-storage refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
shared-stores feat(shared-stores): add centralized keyboard shortcuts registry 2026-04-02 17:03:38 +02:00
shared-tags fix(tags): add FK constraint, token validation, input validation 2026-03-26 21:49:21 +01:00
shared-tailwind refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
shared-theme refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
shared-theme-ui feat(shared-ui): add FilterDropdown export and InputBar FAB support 2025-12-14 21:32:03 +01:00
shared-tsconfig 🔧 chore: create @manacore/shared-tsconfig and migrate 13 backends 2026-01-29 16:38:57 +01:00
shared-types feat: add org landing page builder service 2026-03-23 13:20:10 +01:00
shared-ui refactor(ui): unified bottom-stack container for PillNav, QuickInput, TagStrip 2026-04-02 23:52:40 +02:00
shared-uload feat(shared-uload): add password protection and expiration to ShareModal 2026-04-01 23:03:49 +02:00
shared-utils feat(analytics): add event tracking to remaining 12 module stores 2026-04-02 17:17:07 +02:00
shared-vite-config feat(shared): add DevBuildBadge component and getBuildDefines() helper 2026-03-20 19:34:21 +01:00
spiral-db feat(spiral-db): add mana activity schema for cross-app unified spiral 2026-04-02 11:13:06 +02:00
subscriptions refactor(packages): consolidate 2 subscription packages into @manacore/subscriptions 2026-03-28 17:40:47 +01:00
test-config improve code quality 2025-12-03 23:42:37 +01:00
wallpaper-generator chore: fix wallpaper-generator test script and update CLAUDE.md test count 2026-03-21 10:54:21 +01:00