mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-27 05:17:43 +02:00
feat(shared-ui): unify ImmersiveModeToggle across Calendar, Contacts, and Todo apps
- Move ImmersiveModeToggle component from Calendar to shared-ui package - Add immersiveModeEnabled setting to Contacts and Todo settings stores - Update all three app layouts with F-key shortcut and conditional UI rendering - Consistent glass-pill styling on hover for toggle button 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a6d439360f
commit
893c6ef0fb
7 changed files with 246 additions and 121 deletions
|
|
@ -192,3 +192,6 @@ export type {
|
|||
SyntaxGroup,
|
||||
HelpModalConfig,
|
||||
} from './help';
|
||||
|
||||
// Immersive Mode
|
||||
export { default as ImmersiveModeToggle } from './components/ImmersiveModeToggle.svelte';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue