Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cc5c487
wip: Layout builder
richiemcilroy Aug 18, 2025
fbde152
fix: Zoom sidebar click + zoom image preview (red bg issue)
richiemcilroy Aug 18, 2025
b9d40f3
feat: Max duration calculation if placing segment between another
richiemcilroy Aug 18, 2025
220417a
feat: Transition for "default" layout segments
richiemcilroy Aug 18, 2025
46d70a9
feat: Improved overlap transition
richiemcilroy Aug 18, 2025
63b9d7a
feat: Camera Layout labels etc
richiemcilroy Aug 18, 2025
37694d7
feat: Smoother transition
richiemcilroy Aug 18, 2025
c8c732b
feat: Improved UX in the editor for layout etc
richiemcilroy Aug 18, 2025
eaac5fb
Update color of default, make camera only orange, and add multi selec…
ameer2468 Aug 19, 2025
4fc6d85
ts and formatting
ameer2468 Aug 19, 2025
8b89c59
sort imports
ameer2468 Aug 19, 2025
5a3cd26
fix: CodeRabbit suggestions
richiemcilroy Aug 19, 2025
01e550c
show selected zoom count
ameer2468 Aug 19, 2025
8872dca
formatting
ameer2468 Aug 19, 2025
9aa5747
feat: Improved transition between camera and screen
richiemcilroy Aug 19, 2025
4776699
cleanup - we dont need deleteZoomSegment anymore
ameer2468 Aug 19, 2025
4a9fdd8
get rid of un-needed type
ameer2468 Aug 19, 2025
6cec450
cleanup ts
ameer2468 Aug 19, 2025
b4054b5
apply coderabbit feedback
ameer2468 Aug 19, 2025
02caf83
tweaks, improve hover color of shadow settings, and more
ameer2468 Aug 19, 2025
4764fb0
more code rabbit recommendations
ameer2468 Aug 19, 2025
05fe322
classname typo
ameer2468 Aug 19, 2025
f37d896
update previews and use Index instead of for to avoid re-rendering
ameer2468 Aug 20, 2025
06adbf5
single color
ameer2468 Aug 20, 2025
2391ad0
coderabbit feedback, although they are reactive
ameer2468 Aug 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
397 changes: 397 additions & 0 deletions CLAUDE.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/desktop/src-tauri/src/recording.rs
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ fn project_config_from_recording(
} else {
Vec::new()
},
layout_segments: Vec::new(),
}),
..default_config.unwrap_or_default()
}
Expand Down
Loading
Loading