beromir / Servas

A self-hosted bookmark management tool.
https://servas.app
GNU General Public License v3.0
562 stars 32 forks source link

[FEAT] Sidebar layout #77

Closed beromir closed 10 months ago

beromir commented 11 months ago

This PR revises the layout of the application. There is now a sidebar with group navigation. The group navigation supports nesting, so you can open subgroups and see the structure in one view. The sidebar visibility can be toggled. The opened groups and the sidebar visibility are stored in the local storage, so after a reload, the sidebar is in the same state. With the keyboard shortcut m, you can hide or show the sidebar.

The overall appearance of the application also changed. Now, all link lists have filter options and the header design has changed. To add groups, there is now a modal. The new design is fully responsive.