Polle Pas
Polle Pas
onSubmit should be called when a user presses enter and is focussed on an input inside a form that has a submit handler. The only reason it wouldn't fire is...
> When opening a home route, navigate to the last visited drive / last visited resource. This is notion's behavior. This is already the current behaviour if i'm not mistaken...
It does introduce some issues however as having the searchbar and the dialog visable at the same time will require some work/thinking.
Tables already have an undo feature. using the 'Inverted actions' approach. I don't think it'll be to hard to adapt to other usecases but it won't be a catch all...
Hm it seems like it's only the hot reload part that doesn't work, it still updates but it's just less efficient for component files that export other things. Might be...
Has been fixed
Sorting in collections does not work correctly on the following types: * Integers and floats get sorted alphabetically (`0 > 100 > 15`) * Timestamps seem to work fine most...
This is intended behaviour > Web application menus are expected to work like desktop application menus. For example, the left and right keys are used to iterate through the top-level...
For this to work the websocket functions have to become stateful. A WebsocketClient class with a map of currently requested resources and corresponding callback should do the trick
This sounds like a good idea. Maybe something like: ```ts enum Permission { Read, Write, ReadWrite, } interface GuardProps { /** Subject to check for permissions, if not specified Guard...