Fix(sidebar): hide sidebar instead of removing it when it is not expanded #174

Merged
jakob.scheid merged 1 commits from fix/settings-view into main 2026-08-06 12:47:41 +02:00
1 Commits
Author SHA1 Message Date
jakob.scheidandGitea 32555d9acb fix(sidebar): hide sidebar instead of removing it
Previously, the sidebar was fully removed from DOM. This could cause
unwanted behavior, such as tests which test its content failing. Now, it
is just hidden. This does not affect tests any more.
2026-08-05 20:46:35 +02:00