Commit Graph

115 Commits

Author SHA1 Message Date
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