Commit Graph

347 Commits

Author SHA1 Message Date
462c295893 Add line measure styling to index.css 2026-01-31 13:05:11 +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
cfb73a5e45 Enhance editor styling and layout 2026-01-31 12:59:07 +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
8ffb7af26f Add focus border color for light theme in editor textarea 2026-01-31 12:50:23 +01:00
32dc7f12bd Persist theme and text size settings in localStorage 2026-01-31 12:48:05 +01:00
87316140cc Update history_b icon in src/assets 2026-01-31 12:48:04 +01:00
a10250db12 Update history_b icon in src-tauri 2026-01-31 12:48:04 +01:00
a0966ee6a2 Add styles for icon button glyphs 2026-01-31 12:46:44 +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
b5689658e0 Add history_b.png asset 2026-01-31 12:45:33 +01:00
5ded7630ec Rename history Kopie icon to history_b 2026-01-31 12:43:44 +01:00
788b22590b Add history icon 2026-01-31 12:43:44 +01:00
7f5189d5ca Add sidebar actions and settings overlay styles 2026-01-31 12:40:37 +01:00
b151ccc6a7 Update CSS variables and add light theme support 2026-01-31 12:40:09 +01:00
26ee0289ca Add settings panel for theme and text size customization 2026-01-31 12:39:38 +01:00
560dd8e17e Update top position of workspace__topbar in index.css 2026-01-31 12:32:33 +01:00
32d3cb2ddb Update CSS for workspace layout and topbar styling 2026-01-31 12:30:09 +01:00
f125f81576 Add styles for sidebar collapse and topbar in workspace 2026-01-31 12:26:45 +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
e397135c7b Update main.rs to include Wry in plugin builder 2026-01-31 00:57:08 +01:00
99d98948e3 Add Emitter to main.rs imports 2026-01-31 00:49:08 +01:00
1f9ea47ba5 Modify sidebar footer styling in index.css 2026-01-31 00:45:52 +01:00
be5048091f Update README.md with new features 2026-01-31 00:45:52 +01:00
03c8412800 Restore drag/drop and file-open event handlers in App.tsx 2026-01-31 00:44:15 +01:00
6539d597db Add file opening handling and pending opens management in main.rs 2026-01-31 00:43:24 +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
e3052754b5 Configure file associations for text documents 2026-01-31 00:37:12 +01:00
48480183f3 Expand file system capabilities in main.json 2026-01-31 00:37:12 +01:00
fa00456cc0 Add @tauri-apps/api dependency 2026-01-31 00:37:12 +01:00
c9c548fac3 auto-git:
[change] .gitignore
2026-01-31 00:29:37 +01:00
c3ae2eadd3 Update .gitignore to exclude src-tauri/target/ 2026-01-31 00:27:57 +01:00
569be658ed Add .gitignore to ignore unnecessary files 2026-01-31 00:25:32 +01:00
3f4594fc6f added icons for multiple build targets 2026-01-30 23:38:58 +01:00
6b3e8d62e3 corrected build config for mac 2026-01-30 23:37:06 +01:00
d7a2310f22 updated icon 2026-01-30 23:25:46 +01:00
22cb32d56c initial commit 2026-01-30 23:14:06 +01:00