Add camera/mic pickers, fix theme transition scroll reset and flash#95
Open
Caddickbrown wants to merge 2 commits into
Open
Add camera/mic pickers, fix theme transition scroll reset and flash#95Caddickbrown wants to merge 2 commits into
Caddickbrown wants to merge 2 commits into
Conversation
Caddickbrown
commented
Jun 29, 2026
- 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
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.