mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
Implement new toolbar for document view
This commit is contained in:
parent
93253be0f2
commit
329c43eba0
9 changed files with 59 additions and 50 deletions
|
@ -210,12 +210,14 @@ let constants = EmberObject.extend({
|
|||
BarChart: 'dicon-chart-bar-2',
|
||||
Blocks: 'dicon-menu-6',
|
||||
Bookmark: 'dicon-bookmark',
|
||||
BookmarkSolid: 'dicon-bookmark-2',
|
||||
BookmarkAdd: 'dicon-bookmark-add',
|
||||
BookmarkDelete: 'dicon-bookmark-delete',
|
||||
ButtonAction: 'dicon-button-2',
|
||||
Category: 'dicon-flag',
|
||||
Checkbox: 'dicon-shape-rectangle',
|
||||
CheckboxChecked: 'dicon-i-check',
|
||||
Copy: 'dicon-single-copy-04',
|
||||
Database: 'dicon-database',
|
||||
Download: 'dicon-download',
|
||||
Delete: 'dicon-bin',
|
||||
|
@ -242,6 +244,7 @@ let constants = EmberObject.extend({
|
|||
Send: 'dicon-send',
|
||||
Settings: 'dicon-settings-gear',
|
||||
Tag: 'dicon-delete-key',
|
||||
TimeBack: 'dicon-time',
|
||||
Unlocked: 'dicon-unlocked',
|
||||
World: 'dicon-globe',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue