diff --git a/plugins/view-resources/src/components/FoldersBrowser.svelte b/plugins/view-resources/src/components/FoldersBrowser.svelte index 43d5b5d2ed..182a8cbc0b 100644 --- a/plugins/view-resources/src/components/FoldersBrowser.svelte +++ b/plugins/view-resources/src/components/FoldersBrowser.svelte @@ -14,9 +14,9 @@ --> -
+ -
- - + diff --git a/plugins/workbench-resources/src/components/ComponentNavigator.svelte b/plugins/workbench-resources/src/components/ComponentNavigator.svelte index 35e96eca3c..bb381a7930 100644 --- a/plugins/workbench-resources/src/components/ComponentNavigator.svelte +++ b/plugins/workbench-resources/src/components/ComponentNavigator.svelte @@ -26,7 +26,10 @@ Separator, showPopup, getLocation, - resolvedLocationStore + resolvedLocationStore, + deviceOptionsStore as deviceInfo, + defineSeparators, + workbenchSeparators } from '@hcengineering/ui' import { Doc, DocumentQuery, Ref, Space, mergeQueries } from '@hcengineering/core' import { IntlString, Asset } from '@hcengineering/platform' @@ -64,33 +67,56 @@ if (createComponent === undefined) return showPopup(createComponent, { ...createComponentProps, space }, 'top') } + defineSeparators('parentsNavigator', workbenchSeparators)
-
-
- - - {#if createComponent} -
- +
+
+ + + {#if createComponent} +
+ +
+ +
+ + -
- + {/if}