Skip to content

feat: reorder connections via drag or arrow buttons#2

Merged
craig7351 merged 2 commits into
craig7351:mainfrom
ChrisLi826:feat/reorder-connections
May 8, 2026
Merged

feat: reorder connections via drag or arrow buttons#2
craig7351 merged 2 commits into
craig7351:mainfrom
ChrisLi826:feat/reorder-connections

Conversation

@ChrisLi826
Copy link
Copy Markdown

Adds a config_reorder_connections Tauri command (mirroring the existing buttons_reorder pattern) and exposes ▲▼ buttons plus pointer-based drag-and-drop on each row in the Connections dialog. Reordering is optimistic in the UI and reloads from disk if the persist call fails.

ChrisLi and others added 2 commits May 8, 2026 08:01
Adds a config_reorder_connections Tauri command (mirroring the existing
buttons_reorder pattern) and exposes ▲▼ buttons plus pointer-based
drag-and-drop on each row in the Connections dialog. Reordering is
optimistic in the UI and reloads from disk if the persist call fails.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Connections dialog: drop the drag-and-drop affordance and keep only
the ▲▼ arrow buttons (simpler UX, no accidental drags). Command
Buttons dialog: add the same ▲▼ reorder controls (using the existing
buttons_reorder backend command) and ESC-to-close.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@craig7351 craig7351 merged commit ac7eb29 into craig7351:main May 8, 2026
3 checks passed
@ChrisLi826 ChrisLi826 deleted the feat/reorder-connections branch May 8, 2026 01:24
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.

2 participants