solid-ui
solid-ui copied to clipboard
User Interface widgets and utilities for Solid
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.2 to 0.8.3. Release notes Sourced from @xmldom/xmldom's releases. 0.8.3 Commits Fixed Avoid iterating over prototype properties [#437](https://github.com/xmldom/xmldom/issues/437) / [#436](https://github.com/xmldom/xmldom/issues/436) Thank you, @Supraja9726 for your contributions Changelog...
Bumps [jose](https://github.com/panva/jose) from 4.9.1 to 4.9.3. Release notes Sourced from jose's releases. v4.9.3 Refactor update CEK length validation error message (81a92a9) update key input validation error messages (2eac34a) update keylike...
result of merging chat main (including message signature) and chat-threads. This is nicely working with 2 remaining isssues related to send : - no area to add a comment (send...
Tasks : - [ ] manage pod keys - [x] ontologies - https://w3id.org/security : Proof, VerificationMethod, proofValue - http://www.w3.org/ns/auth/cert : PrivateKey, PublicKey, key (used for publicKey) - `solid` ontology shall...
The creator of new message on left tends to take a lengthy space. Proposal replicate a displayed message with creator in the middle and creator icon on the left
``` Uncaught (in promise) Error: Multiple records of your participation at Object.recordParticipation (participation.ts:156:11) at turnOnInput (message.js:531:9) at message.js:562:5 ``` example : ``` @prefix : . @prefix cal: . @prefix dc:...
This way, the profile doc could be public but the pim:storage link doesn't need to be. Draft code, didn't test yet.
These changes add threads functionality, allowing "reply in thread", the display of thread at the right hand side, and display and add social actions (reactions) to messages. This should be...
https://github.com/inrupt/solid-client-authn-js/blob/main/CHANGELOG.md#deprecation-notice > Session methods `onLogin,` `onLogout,` `onError,` `onSessionRestore,` `onSessionExpiration,` `onNewRefreshToken` are deprecated in favor of session.events.on called with the appropriate event name. Changes should be located mainly in https://github.com/SolidOS/solid-ui/blob/main/src/login/login.ts
Currently there are different ways to use styles just in solid-ui Findings after code analysis: * all files which make use of ui style.js: infinite, message, messageTools, thread, buttons, forms,...