Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons for Schema Tree object options #1845

Open
artemmufazalov opened this issue Jan 20, 2025 · 2 comments
Open

Icons for Schema Tree object options #1845

artemmufazalov opened this issue Jan 20, 2025 · 2 comments
Assignees

Comments

@artemmufazalov
Copy link
Member

Since we decided to add icons for create and copy actions, it will be good to add specific icons for following options, so everything will look the same:

  • Alter table / topic / async replication (Pencil?)
  • Drop table / topic / external table / view / async replication / index (TrashBin?)
  • Select query (ArrowDownFromLine?)
  • Upsert query (ArrowUpFromLine?)

Image

Also we need to think whether we need the same approach for menu in new SQL query. If yes, we need icons for:

  • Update table (Pencil?)
  • Grant privilege (PersonPencil?)
  • Revoke privilege (PersonXmark?)

Image

@AlinaBelousovaUX
Copy link

Due to commands have different verbs (ex, Create and Add), I decided not to replace the verb with an icon. The rule is as follows: context menu items that are not a SQL command are designated with an icon. SQL commands are without an icon.

New Query Context List
Navigation Context List

@AlinaBelousovaUX
Copy link

AlinaBelousovaUX commented Jan 20, 2025

Image Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants