solid-ui
solid-ui copied to clipboard
User Interface widgets and utilities for Solid
Using mashlib on solidcommunity.net with everybody having RWC, you can't - edit and delete a resource - cannot create a new resource this the response on `create` the resource `txt.txt`...
Styles
Just want to write the question here. We have the style module that exports styles and a function to apply them setStyle(). This is in style.js. It appears as though...
Working on this in the basic-field-style branch. @megoth I'm styling the basic field with JSS, and it needs to go grey / green / red based on sync status and...
In order to follow the design.inrupt.org styles we need to add the font. Raleway and Roboto Below is the link found in https://github.com/inrupt/solid-style-guide/blob/master/css/main.css but we need to actually install it...
Currently there seems to be a lack of automatic update of gh-pages when new documentation is added. We also need to generate the API documentation using `npm run doc` for...
I'm writing this issue to explore the use of virtual DOMs in Solid UI, and perhaps in the greater picture of rdflib, as I don't understand why they are problematic....
This line: https://github.com/solid/solid-ui/blame/master/src/authn/authn.ts#L477 uses: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat Which will not work in older browsers, nor in node 8 or node 10. I updated the .travis.yml now to only run the tests in...
We should try existing tools like [depcruiser](https://github.com/sverweij/dependency-cruiser), which work quite fine in my experience. The diagram generation can then be part of the build and visualizations can be deployed to...
It is possible for a single class to be assigned multiple forms with ui:creationForm or ui:annotationForm A permanent solution probably requires either a mechanism to give the user a choice,...