Commit Graph

70 Commits

Author SHA1 Message Date
fd6be4c6df auto-git:
[change] src-tauri/Cargo.toml
2026-01-31 14:35:53 +01:00
6bafb309f6 auto-git:
[change] package.json
2026-01-31 14:35:53 +01:00
158f9afb5e Set fixed size for markdown icons 2026-01-31 14:34:58 +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
9f04d11664 auto-git:
[add] src-tauri/gen/schemas/acl-manifests.json
 [add] src-tauri/gen/schemas/capabilities.json
 [add] src-tauri/gen/schemas/desktop-schema.json
 [add] src-tauri/gen/schemas/macOS-schema.json
 [change] .gitignore
 [change] src-tauri/Cargo.lock
2026-01-31 14:31:08 +01:00
9fa2b8c663 auto-git:
[change] src-tauri/capabilities/main.json
2026-01-31 14:31:08 +01:00
8e4322550b auto-git:
[change] src-tauri/src/main.rs
2026-01-31 14:31:08 +01:00
a56a7ee647 auto-git:
[change] src-tauri/Cargo.toml
2026-01-31 14:31:08 +01:00
e1cb7a60e5 auto-git:
[change] package.json
2026-01-31 14:31:08 +01:00
49da9fccc4 Update markdown-render.css with scoped tokens and theme support 2026-01-31 14:25:28 +01:00
ec5bc01ab6 Update markdown.js to handle links correctly 2026-01-31 14:22:33 +01:00
fed15761ad Add styles for markdown preview in index.css 2026-01-31 14:21:09 +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
700b9d72bb auto-git:
[add] src/markdown/markdown-render.css
 [add] src/markdown/markdown.js
2026-01-31 14:15:28 +01:00
b6f6ca8e1b Rename and enhance editor title row styling 2026-01-31 13:37:53 +01:00
3114b936f1 Refactor editor layout in App.tsx 2026-01-31 13:37:51 +01:00
c12d7d03a5 Comment out styling in src/index.css 2026-01-31 13:26:55 +01:00
62da17740a Add resize event listener for line number adjustment in App.tsx 2026-01-31 13:13:47 +01:00
21787b2d7e Update index.css for better text wrapping 2026-01-31 13:12:30 +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
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