mirror of
https://github.com/penpot/penpot.git
synced 2025-01-27 00:49:28 -05:00
add main interactions to workspace-bar
This commit is contained in:
parent
f14e82291f
commit
eedbb3cbb6
1 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,15 @@
|
||||||
i/project-tree
|
i/project-tree
|
||||||
[:span (:name page)]]
|
[:span (:name page)]]
|
||||||
[:div.workspace-options
|
[:div.workspace-options
|
||||||
|
[:ul.options-btn
|
||||||
|
[:li.tooltip.tooltip-bottom {:alt "Undo (Ctrl + Z)"}
|
||||||
|
i/shapes]
|
||||||
|
[:li.tooltip.tooltip-bottom {:alt "Undo (Ctrl + Z)"}
|
||||||
|
i/puzzle]
|
||||||
|
[:li.tooltip.tooltip-bottom {:alt "Undo (Ctrl + Z)"}
|
||||||
|
i/icon-set]
|
||||||
|
[:li.tooltip.tooltip-bottom {:alt "Redo (Ctrl + Shift + Z)"}
|
||||||
|
i/layers]]
|
||||||
[:ul.options-btn
|
[:ul.options-btn
|
||||||
[:li.tooltip.tooltip-bottom {:alt "Undo (Ctrl + Z)"}
|
[:li.tooltip.tooltip-bottom {:alt "Undo (Ctrl + Z)"}
|
||||||
i/undo]
|
i/undo]
|
||||||
|
|
Loading…
Add table
Reference in a new issue