Skip to content

Commit

Permalink
wip: Refactor the layout to implement the left pane using a QDrawer #901
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jul 31, 2024
1 parent 584562c commit 668bc9f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions core/client/components/layout/KLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
no-swipe-close
no-swipe-backdrop
>
<KPanel
id="left-panel"
:content="leftPane.components"
:mode="leftPane.mode"
:filter="leftPane.filter"
/>
<q-scroll-area class="fit">
<KPanel
id="left-panel"
:content="leftPane.components"
:mode="leftPane.mode"
:filter="leftPane.filter"
/>
</q-scroll-area>
</q-drawer>
</div>
<!-- Header -->
Expand Down

0 comments on commit 668bc9f

Please sign in to comment.