Feat(sidebar): allow left sidebar layout content to toggle the sidebar #159

Open
jakob.scheid wants to merge 3 commits from feature/left-sidebar-layout-content-sidebar-toggling into main
Owner

This pull request allows the content of the left sidebar layout to toggle the sidebar.

This feature is now used in the settings view to hide the sidebar on small screens when a settings section is selected.

Implementation

The function to toggle the sidebar is provided to the slot via a Vue.js prop.

Related issues

Closes: #158

This pull request allows the content of the left sidebar layout to toggle the sidebar. This feature is now used in the settings view to hide the sidebar on small screens when a settings section is selected. # Implementation The function to toggle the sidebar is provided to the slot via a Vue.js prop. # Related issues Closes: #158
jakob.scheid added this to the 0.1.0 milestone 2026-08-02 14:02:41 +02:00
jakob.scheid added the
Priority
Medium
3
Kind/Feature
labels 2026-08-02 14:02:41 +02:00
jakob.scheid added this to the Project Board project 2026-08-02 14:02:41 +02:00
jakob.scheid added 3 commits 2026-08-02 14:02:42 +02:00
Renamed the sidebar toggling function in the left sidebar layout to
toggleSidebar.
The settings view now hides the sidebar on small screens when a settings
section is selected.
jakob.scheid moved this to Review in Project Board on 2026-08-02 14:03:05 +02:00
jakob.scheid added the Area/SettingsArea/Sidebar labels 2026-08-02 14:03:13 +02:00
This pull request doesn't have enough required approvals yet. 0 of 1 official approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/left-sidebar-layout-content-sidebar-toggling:feature/left-sidebar-layout-content-sidebar-toggling
git checkout feature/left-sidebar-layout-content-sidebar-toggling
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#159