Commit graph

146 commits

Author SHA1 Message Date
Exidex
d15952f795 Continue Settings UI style tweaks 2024-07-12 12:02:22 +02:00
Exidex
c840eb707d Start of settings ui style overhaul 2024-07-10 21:37:56 +02:00
Exidex
7a5af1c4f5 Rename colors 2024-07-09 22:01:20 +02:00
Exidex
9262e95969 Style tweaks 2024-07-09 19:12:53 +02:00
Exidex
412cb1cc22 Change color of selected text 2024-07-09 18:39:09 +02:00
Exidex
d590878152 Use physical key codes for shortcut matching 2024-07-08 21:48:44 +02:00
Exidex
05c9d4af2a Fix styling on error views 2024-07-06 20:24:51 +02:00
Exidex
02ea8dc02e Even more styling work 2024-07-04 20:15:56 +02:00
Exidex
b8729ce044 More styling work 2024-07-03 22:04:20 +02:00
Exidex
87d38415f4 Reduce grid item height 2024-07-03 21:18:21 +02:00
Exidex
146d6f63d1 Fix view going transparent while waiting for first render from backend 2024-07-03 21:15:35 +02:00
Exidex
c7199496a9 Better spacing for detail-in-list 2024-07-02 22:54:27 +02:00
Exidex
15f76b7a96 Do not resize window for sub views 2024-07-02 22:54:00 +02:00
Exidex
5b1cee643b Change main search text placeholder color 2024-07-02 22:24:24 +02:00
Exidex
bc5b071542 Style overhaul 2024-07-02 22:21:00 +02:00
Exidex
7cb083319d Move out all usage of colors into the theme module 2024-06-30 17:52:50 +02:00
Exidex
d6573669ed Fix view events not working after search index update 2024-06-13 20:58:13 +02:00
Exidex
14f995f35f Update search result items in ui on fly if search index was updated 2024-06-09 21:55:17 +02:00
Exidex
b194488178 Rework startup. Frontend is in the same process as server. If server is already running, gui is opened. Added --minimized flag to start server without opening gui 2024-06-09 10:07:16 +02:00
Exidex
af2f00c670 Fix height of root content 2024-06-07 16:59:11 +02:00
Exidex
02325d0fc4 Replace prefix search matching with substring matching. Return intersection of queries of space separated search terms instead of union 2024-06-04 22:15:00 +02:00
Exidex
b68b56d36c Fix useEffect destructors not being called when view is closed 2024-06-02 21:14:46 +02:00
Exidex
80a3014bd6 Sort ExternalTheme struct field 2024-06-02 13:55:00 +02:00
Exidex
794cefdb46 Move the rest of main window styling to the themable_widget module 2024-06-02 13:50:27 +02:00
Exidex
5bf9d2db69 External theme initial structure
Add align_items to row if custom padding can mess up the layout
2024-06-01 21:55:31 +02:00
Exidex
b166d54f71 Move all ui spacing number to separate module 2024-06-01 16:22:51 +02:00
Exidex
7efd9b27ae Remove vertical separator line in details view when there is no content 2024-05-31 15:33:02 +02:00
Exidex
b9284e0c21 Fix Detail widget not being shown when used in List 2024-05-30 22:06:15 +02:00
Exidex
d9a5dd91f4 Refine Empty View 2024-05-30 22:05:34 +02:00
Exidex
d07e280a56 Fix rendering of inline view in screenshot generator 2024-05-30 17:15:48 +02:00
Exidex
be84097e17 Fix screenshot generator failing for scenario that doesn't fit into the env var 2024-05-27 21:46:28 +02:00
Exidex
84efc6c4f0 Also add a short description to string children props 2024-05-26 20:00:29 +02:00
Exidex
8cfd595472 Fix compilation after previous commit 2024-05-26 19:43:10 +02:00
Exidex
f3b0c1308d Add short description to component and component properties in component model 2024-05-26 19:37:55 +02:00
Exidex
c31eedcbec Fix typo 2024-05-19 18:17:07 +02:00
Exidex
f0566a124c Use ALT + SPACE as global shortcut on Windows 2024-05-19 17:54:31 +02:00
Exidex
0f17f40387 Do not panic when unable to register global shortcut 2024-05-19 17:53:55 +02:00
Exidex
c9f9a3619e Infrastructure for screenshot generation based on scenario json data 2024-05-18 22:33:02 +02:00
Exidex
5ca962ee1b Rename RenderLocation -> UiRenderLocation, JsRenderLocation -> JsUiRenderLocation 2024-05-14 21:16:16 +02:00
Exidex
4e9c7459d5 Abstract all grpc-related logic away 2024-05-11 21:53:22 +02:00
Exidex
451488326e Update README.md and CHANGELOG.md 2024-04-29 14:45:37 +02:00
Exidex
a6adcd8dd3 Fix grid item title now being shown sometimes 2024-04-28 20:37:36 +02:00
Exidex
f064f68939 Fix grid and list items not being show if there are no sections 2024-04-28 19:21:12 +02:00
Exidex
b29dc12832 Reset scrollable in main window when showing it 2024-04-23 19:37:54 +02:00
Exidex
205930fc43 Invert "dev" feature into "release". Default cargo build will not mess up your local env 2024-04-22 21:29:04 +02:00
Exidex
baa7cdd516 Change padding a little on entrypoint icon 2024-04-22 21:28:04 +02:00
Exidex
e5a868c443 Align entrypoint name when no icon is provided 2024-04-22 20:50:35 +02:00
Exidex
1dcc006151 Move plugin name to right side of the main window 2024-04-22 18:30:15 +02:00
Exidex
0ce73d39bc Implement application plugin and icons support for entrypoint 2024-04-21 21:42:05 +02:00
Exidex
0c8bfc9069 Pressing enter in main view when text field is focused selects first item 2024-04-17 19:51:50 +02:00