Joep Meindertsma
Joep Meindertsma
I'll keep this issue on hold as Tauri is no longer functional. Blocked by: https://github.com/joepio/atomic-data-rust/issues/246
Tauri is working again, so this issue wont be on hold anymore.
For some reason the `members` are not always properly updated when changing the Subject. I'm suspecting that this has something to do with memoization and shallow object comparison in React...
The Value abstraction has just caused me to work a bunch of hours on bugs that might have been prevented if I'd just store native JSON objects. I think we...
We can handle this in three places: ## Handle in final view Which means in _every_ input component, _every_ show component... ## Handle in hook I either have to handle...
Maybe use `:focus-visible` instead of `focus` https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
Only fixed it on ios, not on android. Re-opening.
I currently opted for a lazy solution: have a bunch of hard-coded collections that are fetched, depending on the Classtype prop
That sounds absolutely perfect! :D Edit: whoops, I read: would you be able to work _with_ that. I'm not sure if I can add this feature.