Skip to content

feat: update tool to be all combined - #219

Merged
seankmartin merged 11 commits into
feature/edit-modefrom
feat/combine-skeleton-edit-tools
Aug 12, 2026
Merged

feat: update tool to be all combined#219
seankmartin merged 11 commits into
feature/edit-modefrom
feat/combine-skeleton-edit-tools

Conversation

@seankmartin

Copy link
Copy Markdown
  • feat: v1 of new tool system
  • refactor: move dumped logic in activate into class methods and class state
  • feat: update UI with less tools
  • feat: add dual mode for split and merge
  • fix: block modes at the same time
  • refactor: update command naming
  • chore: update func to async
  • feat: update edit tool behaviour add actions for all skeleton edit buttons add mac specific binds indicate binds on buttons make controls non ambiguous tool banner shows if node from non visible skeleton block true end from being set as root
  • refactor: use correct actions pattern following recolor
  • fix: set skeleton state watchable

(cherry picked from commit f470be8)
(cherry picked from commit 28b61a0)
(cherry picked from commit 791922b)
(cherry picked from commit 7cd39be)
(cherry picked from commit bc84758)
add actions for all skeleton edit buttons
add mac specific binds
indicate binds on buttons
make controls non ambiguous
tool banner shows if node from non visible skeleton
block true end from being set as root

(cherry picked from commit 71332b6)
(cherry picked from commit 8a02a19)
Comment thread src/help/input_event_bindings.ts Outdated
export function formatKeyStroke(stroke: string) {
const parts = stroke.split("+");
return parts.map(formatKeyName).join("+");
const mac = isMacPlatform();

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This we can remove, I'd rather we add a PR separately

Comment thread src/ui/skeleton_tab.ts
// Add the tab navigation map to the viewer's slice and perspective view
// panels so shortcuts work when the user's focus is on a viewport, not just
// the sidebar. Scoped to this Tab's lifetime via `this` as the context.
layer.manager.root.toolBinder.bindInputEventMap(

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a pretty unsafe and non scaling pattern to add the binds, tracking this separately to find something better

@seankmartin
seankmartin merged commit 8a32715 into feature/edit-mode Aug 12, 2026
1 check passed
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