solid-ui
solid-ui copied to clipboard
User Interface widgets and utilities for Solid
**Use case** I would like to present my users a "review" form to produce data like: ``` a ; "The service was fantastic". ``` In the form they just should...
Separate the forms code out of solid-ui into its own lib. This would allow faster loading of it and easier reuse. See discussion: https://gitter.im/solid/solidos?at=62d9064b76cd751a2f55cee9 Just for the record: Jeff had...
On any form with a multi-line text input, once one has typed in the field a green checkmark appears. Clicking it makes it go away but has no other visible...
``` Unable to fetch your preferences - this was the error: Error: (via loadPrefs) Error: Can't log in: Error: Could not log in at _callee5$ (authn.ts:288) at tryCatch (runtime.js:63) at...
Harden code here: https://github.com/SolidOS/solid-ui/blob/8f207a1dbaad449bbc4b82e43887dcf3d5499424/src/iconBase.ts#L22
If we end up using the ui changes to contact-panes this will enable us to change the 'NewAddressBook' button to the solid-ui styles. This needs tests still

This is at the moment limited here: https://github.com/solid/solid-ui/blob/23e59b8bf7463376735665cfd2376400072ece71/src/chat/bookmarks.js#L103 in code Make sure to change the tests here: https://github.com/solid/solid-ui/blob/23e59b8bf7463376735665cfd2376400072ece71/test/unit/chat/bookmarks.test.ts#L63 accordingly. However, we need to describe how to reconcile this on frontend,...
Create a more subtle menu