mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Complete UI refactoring to new nav and toolbar UX
Compact design!
This commit is contained in:
parent
e37782e5b7
commit
6ae9414361
14 changed files with 113 additions and 90 deletions
|
@ -19,7 +19,6 @@ import Notifier from '../../mixins/notifier';
|
|||
import Component from '@ember/component';
|
||||
|
||||
export default Component.extend(ModalMixin, AuthMixin, Notifier, {
|
||||
classNames: ["display-inline-block"],
|
||||
spaceService: service('folder'),
|
||||
localStorage: service(),
|
||||
templateService: service('template'),
|
||||
|
|
|
@ -22,7 +22,7 @@ export default Component.extend({
|
|||
|
||||
calcClass: computed(function() {
|
||||
// Prepare icon class name
|
||||
this.iconClass = this.get('constants').Icon.TriangleSmallDown;
|
||||
this.iconClass = this.get('constants').Icon.ArrowSmallDown;
|
||||
|
||||
// Prepare button class name
|
||||
let bc = 'dropdown';
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
import Component from '@ember/component';
|
||||
|
||||
export default Component.extend({
|
||||
classNames: ['dmz-toolbar', 'non-printable'],
|
||||
classNames: ['dmz-toolbar'],
|
||||
classNameBindings:
|
||||
['raised:dmz-toolbar-raised',
|
||||
'bordered:dmz-toolbar-bordered',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue