Commit Graph

49 Commits

Author SHA1 Message Date
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
96ef5f40f6 Update createText calls to include sortOrder parameter 2026-01-31 18:46:34 +01:00
197e71304a Add folder and text sorting logic in App.tsx 2026-01-31 18:46:25 +01:00
1f044ea362 Add folder and text sorting logic 2026-01-31 18:46:17 +01:00
361621a059 Add effect to refresh folders on component mount 2026-01-31 18:46:17 +01:00
e58c21bb38 Add refreshFolders function in App.tsx 2026-01-31 18:45:25 +01:00
d4497751fe Persist expandedFolders in local storage 2026-01-31 18:45:20 +01:00
1921b63ffc Add dragItemRef to App.tsx 2026-01-31 18:45:20 +01:00
354c974bd8 Add folder and expandedFolders state management in App.tsx 2026-01-31 18:45:12 +01:00
16a9dab119 Import Menu from @tauri-apps/api/menu in App.tsx 2026-01-31 18:45:12 +01:00
67dcb3f9e4 Add folder management functions and types in App.tsx 2026-01-31 18:44:53 +01:00
f7175fc722 Enhance keydown handling in App.tsx 2026-01-31 16:58:34 +01:00
4bba163855 Remove unused 'Export PDF' button in App.tsx 2026-01-31 16:58:30 +01:00
735cc89e72 Add onClick handler to Print button in App.tsx 2026-01-31 16:19:06 +01:00
8cf0ec950a Add print functionality for markdown preview 2026-01-31 16:18:34 +01:00
3d3b230125 Reorder and enhance Markdown preview button in editor footer 2026-01-31 16:14:23 +01:00
5855de1a2f Reset markdown preview state on certain conditions 2026-01-31 16:14:23 +01:00
afb7aac60e Support Markdown files in App.tsx 2026-01-31 14:41:51 +01:00
0c727df84e Add conditional class to editor textarea wrap 2026-01-31 14:37:26 +01:00
6601d2ef41 auto-git:
[change] src-tauri/gen/schemas/acl-manifests.json
 [change] src-tauri/gen/schemas/capabilities.json
 [change] src-tauri/gen/schemas/desktop-schema.json
 [change] src-tauri/gen/schemas/macOS-schema.json
 [change] src/App.tsx
2026-01-31 14:35:53 +01:00
09b395172e Add click event handler to markdown preview 2026-01-31 14:32:30 +01:00
7b1066605f auto-git:
[change] src-tauri/gen/schemas/acl-manifests.json
 [change] src-tauri/gen/schemas/capabilities.json
 [change] src-tauri/gen/schemas/desktop-schema.json
 [change] src-tauri/gen/schemas/macOS-schema.json
 [change] src/App.tsx
2026-01-31 14:31:11 +01:00
749fea672c Add markdown preview and export options in App component 2026-01-31 14:20:03 +01:00
bd6ffe6d41 Add markdown preview feature to App.tsx 2026-01-31 14:19:50 +01:00
3114b936f1 Refactor editor layout in App.tsx 2026-01-31 13:37:51 +01:00
62da17740a Add resize event listener for line number adjustment in App.tsx 2026-01-31 13:13:47 +01:00
fef296ac7e Fix newline character in App.tsx 2026-01-31 13:12:30 +01:00
07cdf7421f Fix line number generation in App.tsx 2026-01-31 13:06:37 +01:00
fb183223b1 Add line number height measurement and synchronization in App.tsx 2026-01-31 13:05:05 +01:00
d7be202720 Persist showLineNumbers state in localStorage 2026-01-31 13:02:03 +01:00
7a7e6c13c1 Add line number synchronization for textarea 2026-01-31 13:00:06 +01:00
bcbff7b414 Add line numbers feature to text editor 2026-01-31 12:58:41 +01:00
c866590896 Persist sidebar collapsed state and selected text ID in local storage 2026-01-31 12:51:10 +01:00
32dc7f12bd Persist theme and text size settings in localStorage 2026-01-31 12:48:05 +01:00
708fe64301 Update App.tsx for theme and text size management, add history icon toggle based on theme 2026-01-31 12:45:33 +01:00
26ee0289ca Add settings panel for theme and text size customization 2026-01-31 12:39:38 +01:00
1d1e544d35 Add collapsible sidebar to App component 2026-01-31 12:26:30 +01:00
c121bf9b7e Add throttling to text file creation in App.tsx 2026-01-31 01:05:05 +01:00
03c8412800 Restore drag/drop and file-open event handlers in App.tsx 2026-01-31 00:44:15 +01:00
da431ba10d Add event listener for file-opened and handle pending opens in App.tsx 2026-01-31 00:42:48 +01:00
526cfa4b4e Update file handling logic in App.tsx 2026-01-31 00:42:48 +01:00
d69bb68cf8 Add error handling and support for multiple file paths in createTextFromFile 2026-01-31 00:42:23 +01:00
c7af725e39 Import additional Tauri API functions in App.tsx 2026-01-31 00:42:18 +01:00
5884bc1e24 Add 'Open Text' button to App component 2026-01-31 00:38:53 +01:00
ad9ac08174 Add drag/drop handler for .txt files in App.tsx 2026-01-31 00:37:35 +01:00
d8e05411a2 Add file opening functionality in App.tsx 2026-01-31 00:37:29 +01:00
22cb32d56c initial commit 2026-01-30 23:14:06 +01:00