Skip to content

Add camera/mic pickers, fix theme transition scroll reset and flash#95

Open
Caddickbrown wants to merge 2 commits into
farzaa:mainfrom
Caddickbrown:main
Open

Add camera/mic pickers, fix theme transition scroll reset and flash#95
Caddickbrown wants to merge 2 commits into
farzaa:mainfrom
Caddickbrown:main

Conversation

@Caddickbrown

Copy link
Copy Markdown
  • Enumerate all video devices (built-in, external, Continuity Camera) and expose a menu in the recording UI to switch cameras; auto-selects external camera when available
  • Add equivalent microphone picker using the same pattern
  • Fix TextEditor scroll-to-top on theme change by removing colorScheme from the view's .id(), so the editor is not recreated on every theme toggle
  • Replace withAnimation on colorScheme with a solid colour overlay that fades out after an instant theme switch, eliminating the NSTextView background flash/box artifact

Caddickbrown and others added 2 commits June 29, 2026 20:09
- Enumerate all video devices (built-in, external, Continuity Camera) and
  expose a menu in the recording UI to switch cameras; auto-selects external
  camera when available
- Add equivalent microphone picker using the same pattern
- Fix TextEditor scroll-to-top on theme change by removing colorScheme from
  the view's .id(), so the editor is not recreated on every theme toggle
- Replace withAnimation on colorScheme with a solid colour overlay that fades
  out after an instant theme switch, eliminating the NSTextView background
  flash/box artifact

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…r search, backspace-off default

- Timeline view: new TimelineView.swift groups entries by month oldest-first
  with tappable rows; accessible via Timeline button in bottom nav
- Auto dark mode: AppearanceManager observes system appearance changes;
  theme toggle now offers Light / Dark / Auto via popover
- Backspace disabled by default on first launch; preference persisted to UserDefaults
- Pin entries: pin button on sidebar hover, pinned entries sort to top with
  a thicker divider separating sections; persisted to UserDefaults
- Custom folder: sidebar header lets you pick any folder or reset to default;
  documentsDirectory is now computed from the saved path
- Search in sidebar: search bar filters by preview text, date, full content,
  and video transcripts; works alongside pinning

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant