Browse Source

mobile optimisations - work on merging right and left sidebar (WIP)

pull/4898/head
Daniel Spaude 2 years ago
parent
commit
864f701555
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 5
      packages/nc-gui/pages/[projectType]/[projectId]/index.vue

5
packages/nc-gui/pages/[projectType]/[projectId]/index.vue

@ -598,10 +598,7 @@ useEventListener(document, 'keydown', async (e: KeyboardEvent) => {
<!-- v-show="isMobileRightSidebarOpen" -->
<!-- meta: {{ JSON.stringify(meta) }} <br />
isMobileMode: {{ JSON.stringify(isMobileMode) }} <br /> -->
<LazyDashboardTreeView
v-if="!(isMobileMode && showViewsMobileSidebar)"
@create-base-dlg="toggleDialog(true, 'dataSources')"
/>
<LazyDashboardTreeView v-if="!(isMobileMode && showViewsMobileSidebar)" />
<SmartsheetSidebarMobile v-if="meta && isMobileMode && showViewsMobileSidebar" class="nc-left-sidebar-mobile" />
</a-layout-sider>
</template>

Loading…
Cancel
Save