contacts-pane 3.1.0-test.7 → 3.1.0-test.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/contactsPane.js +1023 -569
- package/dist/contactsPane.js.map +1 -1
- package/dist/contactsPane.min.js +1 -1
- package/dist/contactsPane.min.js.map +1 -1
- package/dist/styles/contactsPane.css +130 -91
- package/dist/styles/{rdfFormsEnforced.css → contactsRDFFormsEnforced.css} +173 -83
- package/dist/styles/groupMembership.css +57 -17
- package/dist/styles/localUtils.css +3 -21
- package/dist/styles/mugshotGallery.css +7 -0
- package/dist/styles/toolsPane.css +0 -3
- package/dist/styles/utilities.css +99 -0
- package/dist/styles/webidControl.css +41 -9
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -45,8 +45,8 @@ Visit `http://localhost:8080/` to render the pane. Adjust `const webIdToShow` in
|
|
|
45
45
|
npm run build
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
###
|
|
49
|
-
The SolidOS team is using GitHub Copilot
|
|
48
|
+
### Generative AI usage
|
|
49
|
+
The SolidOS team is using GitHub Copilot integrated in Visual Studio Code.
|
|
50
50
|
We have added comments in the code to make it explicit which parts are 100% written by AI.
|
|
51
51
|
Example:
|
|
52
52
|
* Some code was generated by the Raptor mini and Claude Opus 4.6 model in GitHub Copilot based on the following prompt:
|