You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
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?)
The text was updated successfully, but these errors were encountered:
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.
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:
Also we need to think whether we need the same approach for menu in new SQL query. If yes, we need icons for:
The text was updated successfully, but these errors were encountered: