solid-ui icon indicating copy to clipboard operation
solid-ui copied to clipboard

User Interface widgets and utilities for Solid

Results 136 solid-ui issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
Form Language

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...

enhancement
Form Language

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...

Form Language

``` 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...

bug
priority-high

Harden code here: https://github.com/SolidOS/solid-ui/blob/8f207a1dbaad449bbc4b82e43887dcf3d5499424/src/iconBase.ts#L22

enhancement

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

![image](https://user-images.githubusercontent.com/2218470/161315023-0ba81115-c4d6-495f-a3ca-d3b588ad7de0.png)

bug

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,...

enhancement
discussion