Vue Browse Bar (#2164)

* Object browse bar IN PROGRESS

* Object browse bar VERY WIP

* Object browse bar WIP

- view-control renamed to disclosure-triangle;
- Good progress on object browse bar elements;

* Object browse bar WIP

- Layout of start-side elements now working with ellipsis;
- TODO: cleanups and consolidation;

* Object browse bar shippable

- Better layout approach;
- Refinements to button classes;

* Sanding and shimming on misc styles

- Tree icon shrinkage fixed;
- c-icon-button much better relative sizing;
- Removed c-button-set wrapper from Layout.vue;
- Added uppercasing of Create button for Snow theme;

* working object name, css class

* working dynamic name, css classes and view switcher
This commit is contained in:
Deep Tailor
2018-09-13 15:14:28 -07:00
committed by Pete Richards
parent 78ae7b334c
commit 08cd6b1d99
11 changed files with 332 additions and 58 deletions

View File

@ -114,6 +114,7 @@ export default {
this.templateMap["browseObject"]
);
document.title = object.getModel().name;
this.$root.$emit('main-view-domain-object', object);
this.scheduleDigest();
},