Commit Graph

347 Commits

Author SHA1 Message Date
bc5dd85b3a Add new_text icon 2026-02-01 03:09:13 +01:00
5bbe9f65b7 Add open icon 2026-02-01 03:09:13 +01:00
b2c139fe18 Add settins icon 2026-02-01 03:09:13 +01:00
31e0f19487 Add sb_collapse icon 2026-02-01 03:09:13 +01:00
9a26725c30 Add sb_expand icon 2026-02-01 03:09:13 +01:00
5c82bb9f89 Add new text button and expand sidebar functionality in App.tsx 2026-02-01 02:53:48 +01:00
379ea3b653 Simplify sidebar layout in index.css 2026-02-01 02:53:48 +01:00
3ef4b7e514 Refactor sidebar layout and button functionality in App.tsx 2026-02-01 02:53:29 +01:00
2d39935045 Update grid layout and remove unused CSS 2026-02-01 02:50:19 +01:00
25561dd7f8 Refactor sidebar layout and button handling in App.tsx 2026-02-01 02:50:16 +01:00
f75fdf8e41 Update CSS for workspace layout and footer styling 2026-02-01 02:47:10 +01:00
10812ee712 Adjust padding in index.css for layout consistency 2026-02-01 02:47:03 +01:00
fe9910a220 Reorganize workspace layout and add new text button styling 2026-02-01 02:46:39 +01:00
1fcef8864f Adjust sidebar footer alignment and padding 2026-02-01 02:43:48 +01:00
ecf860c3a7 Update sidebar collapse button styling and structure 2026-02-01 02:43:48 +01:00
23af6343ca Update sidebar footer layout and button styles 2026-02-01 02:40:54 +01:00
85ed81de10 Refactor sidebar buttons in App.tsx 2026-02-01 02:40:52 +01:00
bc350b5fe9 Adjust top position of close button in index.css 2026-02-01 02:11:20 +01:00
1d2f45af5b Move folder expansion logic to moveTextToFolder callback 2026-02-01 02:08:44 +01:00
c66fee4541 Ensure folder children are only displayed if they exist 2026-02-01 02:08:41 +01:00
30d03e20c1 Remove unused CSS for folder item hover effect 2026-02-01 02:07:11 +01:00
9b88e9306c Remove transition effects in index.css 2026-02-01 02:05:54 +01:00
0b0d3daddc Update border color in index.css 2026-02-01 02:05:54 +01:00
3d1857d290 Further adjust folder item transformation 2026-02-01 02:03:39 +01:00
7a8324b22f Adjust folder item transformation and icon dimensions 2026-02-01 02:03:39 +01:00
0b140b19b7 Increase font size for folder item text 2026-02-01 02:02:16 +01:00
3a48a0a38d Adjust margin for folder item text 2026-02-01 02:02:16 +01:00
d8db15f958 Reduce size of folder item toggle 2026-02-01 02:02:16 +01:00
13b10dccef Adjust gap in folder item lead 2026-02-01 02:00:39 +01:00
d7b2d19759 Update gap in folder item and add lead class 2026-02-01 02:00:39 +01:00
dee929998c Wrap folder toggle and icon in a div 2026-02-01 02:00:22 +01:00
7c6e14a71b Add margin-left to .folder-item 2026-02-01 02:00:22 +01:00
975190efd0 Remove unused styles and add folder item icon styling 2026-02-01 01:58:57 +01:00
e4aa205ab2 Add folder icon and update component structure 2026-02-01 01:58:57 +01:00
12088163dc Update folder rendering to handle entries by parent 2026-02-01 01:55:58 +01:00
d78911d17e Refactor sidebar entry types and sorting logic in App.tsx 2026-02-01 01:55:54 +01:00
4d61e4d5cc Update createText function call to remove sortOrder parameter 2026-02-01 01:51:56 +01:00
3970a30f59 Remove unused parameters in move functions 2026-02-01 01:51:56 +01:00
4baeb10e6d Remove unused variables in App.tsx 2026-02-01 01:50:46 +01:00
bdb67d4093 Remove unused functions getNextTextSortOrder and getNextFolderSortOrder in src/App.tsx 2026-02-01 01:50:39 +01:00
45d7cd940d Simplify sorting logic in App.tsx 2026-02-01 01:50:32 +01:00
9e07db5a2d Remove sort_order columns from db schema and related functions 2026-02-01 01:49:55 +01:00
710eb65f46 Add folder_b icon to src-tauri/icons 2026-02-01 01:42:43 +01:00
0e8085a98b Add folder icon to src-tauri/icons 2026-02-01 01:42:43 +01:00
196cdd1764 Update folder and prompt deletion to include timestamp updates 2026-02-01 01:40:19 +01:00
efdb3cc710 Add CSS for first child folder item positioning 2026-02-01 01:39:16 +01:00
4ae3a0282e Add dark theme support for prompt and folder items in index.css 2026-02-01 01:38:11 +01:00
c31bb9ec65 Update border and line styles in index.css 2026-02-01 01:36:41 +01:00
80654dc515 Refactor folder item styling in index.css 2026-02-01 01:33:04 +01:00
72715d0b9c Refactor folder and prompt item styling in index.css 2026-02-01 01:32:25 +01:00