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

Given the following folder structure in a Pod: ``` ├── Parent │   ├── index.ttl │   ├── Sub │   │   └── file.ttl ``` and some triple in `index.ttl` linking to `Sub`:...

I’m looking at the ACL control place for adding access by an Origin to the local folder. When I click on the green plus then the app icons, I get...

Instead of following those links,. you can check for all occurrences of the class in the file. Simpler. Discussed in https://gitter.im/solid/solidos?at=5f759ca5d5337c048e0520b3

I note the FIXME in https://github.com/solid/solid-ui/edit/master/Documentation/developers/publish_README.md Why not switch github.io to run from master instead of gh-pages?

![Screenshot-from-2020-08-17-13-23-39](https://user-images.githubusercontent.com/1254848/90458964-da15ca00-e0cd-11ea-96d1-fd70a45e2beb.png) - The error message is bogus - the problem is with the private index not the public one - The "Origin Unauthorized" error should not br fatal - should...

on /public I modified permissions for everybody from `Viewers to Editors` (`Read` to `ReadWrite`) and the acl doc was changed to : ``` @prefix : . @prefix n0: . @prefix...

Hi, as said on the forum https://forum.solidproject.org/t/lost-trusted-app-panel-after-server-migration/3344 I've got an issue in preferences/trusted app panel. I though i find a work around but today it's the same, I had to...

When I want to edit a file the valid/save button has disappear. ![Screenshot_20200727-044917_Chrome](https://user-images.githubusercontent.com/4020744/88498936-cbebf680-cfc4-11ea-9c34-36a4d659d305.jpg) On https://holacratie.solid.community/public/Schema Edit: Well in fact, it has not really disappear, it is here, but it only...

``` if (statement) { var oneStatementFormula = new UI.rdf.IndexedFormula(); oneStatementFormula.statements.push(statement); // st.asFormula() // The following works because Formula.hashString works fine for // one statement formula var reasons = kb.each(oneStatementFormula, kb.sym('http://dig.csail.mit.edu/TAMI/2007/amord/tms#justification'));...