feat: add collapsible settings panel and resizable notes list (v0.1.2)

- Settings panel in categories sidebar now collapses/expands with toggle button
- Settings collapsed by default to save space
- Notes list column now resizable with drag handle (240px-600px range)
- Improved UI flexibility and space management
This commit is contained in:
drelich
2026-03-21 08:43:58 +01:00
parent c147890138
commit e3a1d74413
3 changed files with 143 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "nextcloud-notes-tauri",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",