Skip to content

feat(app): extend object creation connections and standardize object actions - #82

Merged
zerosnacks merged 3 commits into
masterfrom
feat/app-connected-objects
Sep 17, 2026
Merged

zerosnacks merged 3 commits into
masterfrom
feat/app-connected-objects

Conversation

@zerosnacks

@zerosnacks zerosnacks commented Sep 17, 2026 •

Copy link
Copy Markdown
Member

Summary

  • Allow multiple incoming and outgoing connections to be defined during object creation
  • Preview staged connections in the draft local graph
  • Include staged connections in unsaved-change protection
  • Create all staged connections after the object is saved and report partial failures
  • Standardize object actions as pin → favorite → copy ID
  • Replace visible object UUIDs with an SVG copy icon
  • Add pin, favorite, and copy-ID actions to object details
  • Display pinned-card actions vertically
  • Align copy-ID icon styling with the pin icon

…tails

  - Create the new object and its connection through the existing APIs
  - Show the context pane during object creation and editing
  - Preview draft objects and pending connections in the local graph
  - Preserve source-object context and return navigation
  - Report connection failures without losing the newly created object
  - Keep generic graph creation limited to empty graph space
  - Show the context pane and local graph during object creation and editing
  - Allow incoming and outgoing connections to be staged during creation
  - Preview staged connections in the draft local graph
  - Persist all staged connections after creating the object and report partial failures
  - Standardize object actions as pin → favorite → copy ID
  - Replace visible object UUIDs with a fixed-size SVG copy icon
  - Add the same icon actions to object lists, pinned cards, favorites, and object details
  - Display pinned-card actions vertically
  - Preserve unsaved-change protection for staged connections
# Conflicts:
#	app/src/features/objects/components/ContextPanel.tsx
#	app/src/features/workspaces/WorkspaceView.tsx
#	app/src/features/workspaces/hooks/useWorkspaceController.ts
@zerosnacks zerosnacks changed the title feat(app): add connection-aware object creation and consistent object actions feat(app): extend object creation connections and standardize object actions Sep 17, 2026
@zerosnacks
zerosnacks enabled auto-merge (squash) September 17, 2026 12:52
@zerosnacks
zerosnacks disabled auto-merge September 17, 2026 12:53
@zerosnacks
zerosnacks merged commit f55438b into master Sep 17, 2026
11 checks passed
@zerosnacks
zerosnacks deleted the feat/app-connected-objects branch September 17, 2026 13:00
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