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

Merged
jakob.scheid merged 3 commits from feature/left-sidebar-layout-content-sidebar-toggling into main 2026-08-03 17:29:23 +02:00
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
johannes.vos approved these changes 2026-08-03 17:27:07 +02:00
jakob.scheid merged commit 44c457ba20 into main 2026-08-03 17:29:23 +02:00
jakob.scheid moved this to Done in Project Board on 2026-08-03 17:29:31 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#159