|
|
b5a6b556c9
|
Update visible range calculation in App.tsx
|
2026-02-01 03:32:11 +01:00 |
|
|
|
51e8fea77b
|
Refactor line calculation logic in App.tsx
|
2026-02-01 03:31:21 +01:00 |
|
|
|
7e170dfe85
|
Update refs and remove unused variables in App.tsx
|
2026-02-01 03:31:21 +01:00 |
|
|
|
78758331bb
|
Remove unused FenwickTree class from src/App.tsx
|
2026-02-01 03:30:53 +01:00 |
|
|
|
b907855513
|
Refactor line number rendering in App.tsx
|
2026-02-01 03:28:53 +01:00 |
|
|
|
0024acdf40
|
Update line height calculation and management in App.tsx
|
2026-02-01 03:28:40 +01:00 |
|
|
|
9936fd2c0f
|
Optimize scroll handling in App.tsx
|
2026-02-01 03:28:09 +01:00 |
|
|
|
1c9af949b4
|
Implement line number calculation and visibility tracking in App.tsx
|
2026-02-01 03:28:05 +01:00 |
|
|
|
3a2569daad
|
Add state variables for line height and visible range in App.tsx
|
2026-02-01 03:28:05 +01:00 |
|
|
|
28edef621c
|
Add FenwickTree class to src/App.tsx
|
2026-02-01 03:27:23 +01:00 |
|
|
|
6701d7fed9
|
Swap functionality of new folder and open text buttons in App.tsx
|
2026-02-01 03:15:19 +01:00 |
|
|
|
5b93cf2916
|
Replace icon glyphs with images in App.tsx
|
2026-02-01 03:14:09 +01:00 |
|
|
|
a7d69afc8b
|
Update icon imports and add new icons in App.tsx
|
2026-02-01 03:13:27 +01:00 |
|
|
|
5c82bb9f89
|
Add new text button and expand sidebar functionality in App.tsx
|
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 |
|
|
|
25561dd7f8
|
Refactor sidebar layout and button handling in App.tsx
|
2026-02-01 02:50:16 +01:00 |
|
|
|
fe9910a220
|
Reorganize workspace layout and add new text button styling
|
2026-02-01 02:46:39 +01:00 |
|
|
|
ecf860c3a7
|
Update sidebar collapse button styling and structure
|
2026-02-01 02:43:48 +01:00 |
|
|
|
85ed81de10
|
Refactor sidebar buttons in App.tsx
|
2026-02-01 02:40:52 +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 |
|
|
|
dee929998c
|
Wrap folder toggle and icon in a div
|
2026-02-01 02:00:22 +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 |
|
|
|
4ae8f6dfc2
|
Add delete button for folder items
|
2026-02-01 01:09:52 +01:00 |
|
|
|
bc68d4b661
|
Add folder move functionality and update context menu
|
2026-02-01 01:06:51 +01:00 |
|
|
|
58184c0f51
|
Remove unused parameter in renderTextItem function
|
2026-02-01 01:01:08 +01:00 |
|
|
|
33177fa035
|
Remove drag-and-drop functionality from App.tsx
|
2026-02-01 00:59:57 +01:00 |
|
|
|
074f27b835
|
Remove unused drag-and-drop functionality from App.tsx
|
2026-02-01 00:59:53 +01:00 |
|
|
|
8ad329c9cd
|
Update dependency array in App.tsx
|
2026-01-31 19:12:23 +01:00 |
|
|
|
e3dc293f81
|
Remove unused function call in App.tsx
|
2026-01-31 19:12:23 +01:00 |
|
|
|
cd512e8456
|
Refactor and reorder functions in App.tsx
|
2026-01-31 19:10:28 +01:00 |
|
|
|
14203c33a1
|
Add folder and text editing functionality
|
2026-01-31 19:10:16 +01:00 |
|
|
|
f4120dfab3
|
Add state for editing folder and text in App.tsx
|
2026-01-31 19:05:37 +01:00 |
|
|
|
892e060bc1
|
Add no matching texts message for search results
|
2026-01-31 18:56:48 +01:00 |
|
|
|
7d758364e6
|
Update sort order logic to consider search state
|
2026-01-31 18:56:48 +01:00 |
|
|
|
15e61635a9
|
Refactor title update logic in App.tsx
|
2026-01-31 18:54:16 +01:00 |
|
|
|
296e0242a1
|
Remove depth parameter from renderTextItem and renderFolder functions, update CSS for folder styling
|
2026-01-31 18:53:00 +01:00 |
|
|
|
3042a8e92d
|
auto-git:
[change] src/App.tsx
|
2026-01-31 18:52:42 +01:00 |
|
|
|
a0a9e2360b
|
Add renderTextItem and renderFolder functions in App.tsx
|
2026-01-31 18:50:12 +01:00 |
|
|
|
988e2ed55a
|
auto-git:
[change] src/App.tsx
|
2026-01-31 18:49:58 +01:00 |
|
|
|
2297cab6a7
|
Add drag and drop functionality for texts and folders in App.tsx
|
2026-01-31 18:47:40 +01:00 |
|
|
|
7fae29bb71
|
Add folder path building and text/folder handling functions in App.tsx
|
2026-01-31 18:47:30 +01:00 |
|
|
|
e0e5a20d4d
|
Add functionality to create new folders
|
2026-01-31 18:46:43 +01:00 |
|