Files nav (#441)

* Add support for item-group top level links

* Add active prop support to v-list-group

* Add all-files string

* Add files nav

* Fix nav order, render divider only when items exist

* Add add-new-folder flow

* Add add-folder button to header

* Dont unmount nav on refresh of folders

* Fix codesmell
This commit is contained in:
Rijk van Zanten
2020-04-20 18:15:55 -04:00
committed by GitHub
parent 008ff4bc76
commit 8bf25d3e3c
12 changed files with 340 additions and 17 deletions

View File

@@ -96,7 +96,7 @@ export default defineComponent({
}
@include breakpoint(medium) {
.action-buttons {
.action-buttons ::v-deep {
> * {
display: inherit !important;
}