Skip to content

Simplify data table context menu#272

Merged
datlechin merged 2 commits intomainfrom
refactor/simplify-data-context-menu
Mar 11, 2026
Merged

Simplify data table context menu#272
datlechin merged 2 commits intomainfrom
refactor/simplify-data-context-menu

Conversation

@datlechin
Copy link
Owner

Summary

  • Consolidate copy-related items: moved "Copy Cell Value" and "Copy with Headers" into the "Copy as" submenu
  • Moved "Set Value" below the separator to group all edit actions together
  • Reduced top-level menu items from 9 to 7

Before

Set Value >
---
Copy Cell Value
Copy          ⌘C
Copy with Headers  ⇧⌘C
Copy as >
Paste         ⌘V
---
Duplicate     ⌘D
Delete        ⌫

After

Copy          ⌘C
Copy as >  (Cell Value, With Headers, INSERT, UPDATE)
Paste         ⌘V
---
Set Value >
Duplicate     ⌘D
Delete        ⌫

Test plan

  • Right-click a row in data view — verify simplified menu layout
  • Verify "Copy as" submenu shows Cell Value + With Headers for all databases
  • Verify INSERT/UPDATE items appear in submenu only for SQL databases
  • Verify "Set Value" submenu appears when editable and column clicked
  • Verify all keyboard shortcuts still work (⌘C, ⇧⌘C, ⌘V, ⌘D, ⌫)

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@datlechin datlechin merged commit d30fba6 into main Mar 11, 2026
2 checks passed
@datlechin datlechin deleted the refactor/simplify-data-context-menu branch March 11, 2026 09:07
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