mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 17:21:40 +02:00
Add quick visual fixes to dashboard
This commit is contained in:
parent
5dddd8788a
commit
23ba635aab
6 changed files with 15 additions and 14 deletions
|
@ -98,7 +98,7 @@
|
|||
i/actions]
|
||||
[:& context-menu {:on-close on-menu-close
|
||||
:show (:menu-open @local)
|
||||
:options [[(t locale "dashboard.grid.edit") on-edit]
|
||||
:options [[(t locale "dashboard.grid.rename") on-edit]
|
||||
[(t locale "dashboard.grid.delete") on-delete]]}]]]))
|
||||
|
||||
;; --- Grid
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
[:div.main-bar-icon {:on-click on-menu-click} i/arrow-down]
|
||||
[:& context-menu {:on-close on-menu-close
|
||||
:show (:menu-open @local)
|
||||
:options [[(t locale "dashboard.grid.edit") on-edit]
|
||||
:options [[(t locale "dashboard.grid.rename") on-edit]
|
||||
[(t locale "dashboard.grid.delete") on-delete]]}]
|
||||
(if (:edition @local)
|
||||
[:input.element-name {:type "text"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue