Add duplicate project from home screen context menu#67
Open
nedtheoutlier wants to merge 1 commit into
Open
Conversation
Right-clicking a project card now shows a "Duplicate" option that opens a save panel pre-filled with the original name + " Copy", copies the .palmier bundle, registers the copy, and opens it immediately. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
TimLai666
added a commit
to TimLai666/fronda
that referenced
this pull request
Jul 10, 2026
…r-io#169 palmier-io#67 palmier-io#164) palmier-io#45 arrow/line shapes: compositor rasterize_line_or_arrow — endpoints normalized 0..1 of the box (documented assumption; shapes are Rust-native, no Swift rasterizer), horizontal-centre default, Arrow barbs scaled to stroke width. 3 golden tests. palmier-io#65 variable-font wght: ab_glyph 0.2.32 supports the wght axis (VariableFont::set_variation) — applied in render_text (no-op on static faces). Wired the bundled variable families (Inter/Geist/GeistMono/DMSans/ Caveat/PlayfairDisplay/SpaceGrotesk) into font_for so the axis is reachable, matching Swift BundledFonts. 2 tests. palmier-io#169 viewer guides: completed the Guides dropdown UI over the existing palmier-io#167 overlay/state — guide_menu_rows + ⊞ button toggle + toggle_guide, mutually exclusive with the settings menus. Pure-function test. palmier-io#67 project-card Duplicate: card menu entry (accessible-gated) → host-side plan_duplicate + recursive package copy → "(Copy).palmier" + recents register + Home cards refresh. Menu + fs-copy tests. Hub save_now() absent (data slice palmier-io#211) — Home-transition autosave deferred. palmier-io#164 shortcut parity: added [ / ] trim aliases and Shift+Backspace ripple delete (menu.rs route table 44->47, global_shortcuts !input bindings, app_root RippleDeleteSelection handler). V/C/A/Shift+A/Esc deferred — no tool-mode/deselect concept yet (gap list in tasks.md). Gates (exit 0): render_core lib 263, app_shell_gpui desktop-app lib 407, cargo check --bin fronda.
TimLai666
added a commit
to TimLai666/fronda
that referenced
this pull request
Jul 10, 2026
palmier-io#211 autosave, palmier-io#138 HDR export, palmier-io#176 duplicate_clips (56→57), palmier-io#284 aspect labels, palmier-io#45 arrow/line shapes, palmier-io#65 wght variable-font axis, palmier-io#169 viewer guides, palmier-io#67 project-card duplicate, palmier-io#164 shortcut parity (+ cross-slice autosave/aspect wiring). Deferred (feature-absent, documented): V/C/A tool shortcuts, HDR runtime verify (no libx265 in CI).
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.
Summary
duplicateProject(at:)method toAppStatethat shows a save panel pre-filled with the original project name + " Copy", copies the.palmierbundle to the chosen location, registers it, and opens it immediatelyonDuplicatecallback toProjectCardand a "Duplicate" button in the right-click context menu (between "Open" and "Reveal in Finder")HomeViewWhy
There's currently no way to duplicate a project from within the app. This is useful for using a finished project as a template — keeping the timeline structure and clip timing while swapping in new footage.
Test plan
🤖 Generated with Claude Code