Commit graph

76 commits

Author SHA1 Message Date
Exidex
00da2bbcb6 Implement client window closing on unfocus 2024-01-30 19:19:12 +01:00
Exidex
d386e63543 Implement back button 2024-01-30 19:07:15 +01:00
Exidex
b6e236a516 Fix tag list not wrapping ok 2024-01-29 22:03:32 +01:00
Exidex
881e1f3eae Better error logging 2024-01-29 21:58:02 +01:00
Exidex
1bc3be46d0 Properly handle missing elements is detail view 2024-01-29 19:36:41 +01:00
Exidex
fbb9a5fe2a Fix dev plugin location after 2024-01-29 18:31:26 +01:00
Exidex
8624706ec6 Release flow 2024-01-28 15:37:47 +01:00
Exidex
f0bcf945a5 Rename test_data into dev_data 2024-01-27 17:07:01 +01:00
Exidex
d1087d49cc Plugin release branch content is now just compiled dist, without versioning 2024-01-27 16:40:00 +01:00
Exidex
ca2d3893d2 Implement dev server 2024-01-16 18:31:10 +01:00
Exidex
f04db420b4 Change name of actions button because shortcuts are note yet supported 2024-01-14 19:48:39 +01:00
Exidex
556d0f3e82 Fix invalid sql insert statement 2024-01-14 19:47:54 +01:00
Exidex
d874af654e Update settings UI with new style 2024-01-10 22:44:23 +01:00
Exidex
7bf1b3ec66 Focus search bar when client window is opened 2024-01-07 20:07:34 +01:00
Exidex
399418f781 Action panel 2024-01-07 18:03:11 +01:00
Exidex
bb189c9ad0 Refactor component model a little 2023-12-28 21:47:42 +01:00
Exidex
367529ba6b Black-Golden theme 2023-12-28 13:53:00 +01:00
Exidex
7b6d8b8a09 Add command entrypoints 2023-12-27 21:25:13 +01:00
Exidex
1236f5e631 Implement plugin side os configuration 2023-12-26 23:21:05 +01:00
Exidex
44ac6a0e0d Implement plugin permissions 2023-12-26 17:40:16 +01:00
Exidex
3459bbbd75 Show the actual date on a date picker toggle button 2023-12-25 20:17:48 +01:00
Exidex
4f66734e13 Fix form input labels not being vertically centered 2023-12-25 18:51:18 +01:00
Exidex
94ef40be2c Re-arrange form item rendering 2023-12-25 18:45:08 +01:00
Exidex
e442c9bea6 Make form input separator fill entire width of window 2023-12-25 18:35:09 +01:00
Exidex
c089d9dde0 Form labels and styling 2023-12-25 18:31:07 +01:00
Exidex
28e19edcd6 Implement select form input 2023-12-25 17:37:34 +01:00
Exidex
5f6bc50d18 Properties for textfield, passwordfield and checkbox 2023-12-24 23:10:54 +01:00
Exidex
0718fe231c Fix missing icons in datepicker 2023-12-24 21:06:18 +01:00
Exidex
5990ea4885 Implement ui events with parameters on example of form datepicker 2023-12-24 20:35:30 +01:00
Exidex
a1964f33fe Fix events 2023-12-22 15:57:01 +01:00
Exidex
b2c484558c Move most of the render login to js. Events still do not work and validation is missing 2023-12-21 20:21:40 +01:00
Exidex
5f12a64d0d Revert "Bump version of iced for client"
This reverts commit ad8dbb3205.
2023-12-19 12:59:53 +01:00
Exidex
ad8dbb3205 Bump version of iced for client 2023-12-18 17:25:43 +01:00
Exidex
59c6db9186 Simplify component model creation api 2023-12-18 14:19:40 +01:00
Exidex
f7278b0109 Rename MetadataTag -> MetadataTagItem, MetadataTags -> MetadataTagList 2023-12-18 14:10:38 +01:00
Exidex
92e4883e73 Fix js files sometimes not being found in plugin 2023-12-17 20:59:16 +01:00
Exidex
846f3afd71 Remove Code component because it is currently not possible to insert widget inside a line of text 2023-12-17 20:46:56 +01:00
Exidex
5f3995b983 Implement gui for most of the details view 2023-12-17 19:44:34 +01:00
Exidex
81144ae1db Implement header font sizes 2023-12-16 19:04:23 +01:00
Exidex
f5208239c9 Fix accidental recursion which resulted in stack overflow 2023-12-16 18:27:26 +01:00
Exidex
8516599138 Simple non-default theme 2023-12-15 20:25:57 +01:00
Exidex
01a9b42539 Refactor to avoid specifying internal widget types explicitly 2023-12-13 23:25:32 +01:00
Exidex
8dab14ddbe Fix clone_instance always returning error on frontend 2023-12-11 15:09:05 +01:00
Exidex
4ad1f68901 Add component child validation on server 2023-12-11 14:53:30 +01:00
Exidex
f0e335d426 Rework component model to properly contain text_part and root 2023-12-11 12:41:43 +01:00
Exidex
d0c886e177 Validate component properties on server side 2023-12-10 22:21:42 +01:00
Exidex
5ae0928591 Validate children component type 2023-12-10 19:25:00 +01:00
Exidex
95bae1df93 Refactor component model to separate children 2023-12-10 17:29:57 +01:00
Exidex
65d26683ef Merge dev and prod bundles of code js package 2023-12-09 22:23:09 +01:00
Exidex
ac1d121ff2 Use development js bundles 2023-12-09 21:54:14 +01:00