16 Commits

Author SHA1 Message Date
932e4aeb8c Add Idle for updating the UI asynchronously 2024-05-05 19:50:38 +02:00
7748668f4b Slightly improve performance of State 2024-04-21 07:27:52 +02:00
8cba3242f5 Add support for ID subscripts 2024-04-04 16:51:17 +02:00
c596504141 Easier observing of bindings changing data 2024-03-31 10:37:29 +02:00
279219ea6c Add support for navigation views 2024-02-17 14:32:37 +01:00
4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00
d8de611510 Add support for auto-generated widget bindings
Additionally fix an update problem occurring with custom views
2024-01-22 21:45:31 +01:00
eea842891e Faciliate access to properties of a binding 2024-01-04 14:49:45 +01:00
03d259811b Add option to manually provide directory for state 2024-01-03 11:22:21 +01:00
da29f92c91 Save state in the XDG data home directory 2024-01-03 09:27:22 +01:00
021f0f231f Add option to save state between app launches 2024-01-02 18:30:31 +01:00
26b46e3338 Add property rawValue to State
Modify the wrapped value without updating the view
2024-01-02 08:01:40 +01:00
1c50b3b923 Make lists dynamic
Make one @State always reference the same value
This is important when views with closures appear after the first render
2024-01-01 16:08:17 +01:00
083b352348 Make FileDialog a window 2023-12-09 13:08:11 +01:00
36e61255f8 Add support for toasts
Add the new concept of signals
2023-11-30 21:14:45 +01:00
a1c8c3b891 Initial Commit 2023-09-12 08:17:52 +02:00