solid-ui
solid-ui copied to clipboard
User Interface widgets and utilities for Solid
The foreseen user sequence is to click on the globe, and then when a coloured one appears then drag it. If instead you directly drag the black and white clobe,...
This is a modal. if you have an array of links [{ label: 'string', link: 'string'}, ... ] You call createWindow(Dom, listofLinks) and it will return the modal. To display...
checkUser() is an important part of the code after the auth upgrade. It deals with redirects among others. To improve testing around it we need to think to potentially add...
Now the login window looks like:  and it is not draggable anymore either.
I cannot add a new friend/WebID to my friends list in the Friends pane. The attached video shows how to reproduce the issue. Safari: Version 14.0.3 (16610.4.3.1.4) NSS: solid-server/5.6.4 ```...
### Bug I see the error: `Error: Error: Drop fails to drop appropriate thing! https://solid.github.io/solid-ui/src/icons/noun_98053.svg` when I try to change the access control for a resource by adding "Add Everyone"...
Currently the AC form insists on you finding an object in the database, or having nothing. An option might be to allow the users also to just put in a...
It can be frustrating if you delete the last character of a name in a AC field,but te algorithm automatically replaces it because it is a unique match. Suppress that...
The algorithm for home much to delete when you delete an arc in the graph of the form data needs to be reexaminned so that you don't get dangling islanfds...
User feedback: In a big form it would be nice to be able to collapse parts of it to make it more manageable. They could start collapsed too, in some...