Commit Graph

92 Commits

Author SHA1 Message Date
d165cbb038
Formatting 2025-05-30 17:09:32 +02:00
393dd7ec6a
Add a progress indicator for Pandoc installation steps 2025-05-30 17:09:21 +02:00
3c0d2cd6fb
Refine Pandoc button logic for different installation states 2025-05-30 16:59:55 +02:00
9b8f2e5fc7
Add ShowInitialResultInSnackbar parameter to PandocDialog 2025-05-30 14:42:06 +02:00
4635fe732a
Fixed the dialog re-call to use the correct title and format 2025-05-30 14:40:23 +02:00
eb75109464
Replace showInstallationPage field with a public parameter 2025-05-30 14:14:53 +02:00
6697e8a1f8
Remove unused JsRuntime injection from PandocDialog 2025-05-30 14:14:27 +02:00
7dca3a57d4
Renamed variable 2025-05-30 14:06:09 +02:00
63a4c84772
Applied title case 2025-05-30 14:04:08 +02:00
0ac54af526
Simplified string 2025-05-30 14:03:58 +02:00
ad5955969f
Add a simple cancel button to the install page 2025-05-30 14:03:47 +02:00
3a424d72c5
Changed status page design 2025-05-30 14:03:28 +02:00
32f74765a5
Changed loading placeholder 2025-05-30 14:02:56 +02:00
a6703f108d
Refactor PandocDialog to simplify state management 2025-05-30 14:02:28 +02:00
1330519334
Rename PANDOC_VERSION to LATEST_PANDOC_VERSION in PandocDialog 2025-05-30 13:50:04 +02:00
e4b2d6ff0a
Rename isLoading to isLoadingLicence in the PandocDialog component 2025-05-30 13:48:59 +02:00
5e6b1188b1
Simplified text formatting 2025-05-30 12:56:55 +02:00
8d9fb93c96
Fixed the inline link typos 2025-05-30 12:51:38 +02:00
17b5a324af
Formatting 2025-05-30 12:41:25 +02:00
647f2568ef
Adjusted buttons sizes 2025-05-30 12:39:51 +02:00
18c7e93b3d
Fixed text formatting 2025-05-30 12:36:38 +02:00
d4c8142c0f
Fixed the header formatting 2025-05-30 12:35:28 +02:00
4a14e1b70e
Fixed installer code tabs 2025-05-30 11:53:24 +02:00
3f07436e8f
Refactored download code
Unfortunately, we had to change the download code. The initial solution worked on Windows 11, but not on macOS. We are now using the user's browser for the download.
2025-05-30 11:50:43 +02:00
500191223e
Update paths and instructions in PandocDialog component 2025-05-30 11:23:17 +02:00
b799d033a9
Change all code tabs at the same time 2025-05-30 11:16:53 +02:00
b1eefcadb2
Preselect the correct tab according to the current CPU architecture 2025-05-30 11:04:16 +02:00
c2c60d723d
Spelling 2025-05-29 23:04:53 +02:00
75c56cbc4e
Harmonized button color 2025-05-29 23:04:42 +02:00
c28758caf7
Moved macOS ARM above x86 2025-05-29 23:00:21 +02:00
bb2db5585a
Make PandocExecutableName public 2025-05-29 22:59:51 +02:00
b963ecc18b
Fixed macOS spelling 2025-05-29 21:54:04 +02:00
51e7eb132d
Fixed licence icon 2025-05-29 21:43:04 +02:00
0d4455b643
Fixed version output 2025-05-29 21:40:06 +02:00
bf010c8447
Formatting 2025-05-29 21:39:01 +02:00
436852e354
Formatting 2025-05-29 21:32:25 +02:00
8455450b51
Refactor PandocDialog layout to move buttons into DialogActions 2025-05-29 21:32:11 +02:00
08bd735ea9
Update license URI and improve expansion panel structure 2025-05-29 21:31:41 +02:00
2c11619740
Made text justified 2025-05-29 21:29:57 +02:00
4c09c434e2
Refactored Pandoc handling with improved process abstractions 2025-05-29 16:12:20 +02:00
ece7801c7e
Rename GenerateUriAsync to GenerateArchiveUriAsync 2025-05-29 14:55:09 +02:00
nilskruthoff
5b685193ef
UI for Pandoc integration (#393)
Co-authored-by: Thorsten Sommer
2025-05-29 14:01:56 +02:00
Thorsten Sommer
1e19c05c57
Add configuration for maximum matches per query across data sources (#484) 2025-05-26 19:53:31 +02:00
Thorsten Sommer
baa80beb92
Moved the workspace settings directly to the workspaces (#481) 2025-05-25 15:41:55 +02:00
Thorsten Sommer
801179e835
Refactored profile settings (#480) 2025-05-25 13:27:22 +02:00
Thorsten Sommer
e3110820d2
Improved secret input fields by adding a toggle visibility feature (#479) 2025-05-25 12:21:23 +02:00
Thorsten Sommer
d2f85f31ea
Moved chat template options to a setting dialog (#476) 2025-05-25 10:33:13 +02:00
Thorsten Sommer
9e207974e9
Finalized chat templates (#475) 2025-05-24 19:11:28 +02:00
Peer Schütt
df062ae6e6
Added chat templates (#474) 2025-05-24 12:27:00 +02:00
Thorsten Sommer
35eebc08a5
Improved chat options by moving it to the chat interface (#473) 2025-05-21 20:23:44 +02:00