Skip to content
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b64a878
generative ai msg
SharonStrats Mar 16, 2026
54fd7e2
update style to use var
SharonStrats Mar 16, 2026
a1afa31
changed back to sourcePane file
SharonStrats Mar 16, 2026
d42c555
fix file in test
SharonStrats Mar 16, 2026
ca49f3e
merged main
SharonStrats Mar 19, 2026
1cc5090
fix: regenerate lockfile for npm 11 ci compatibility
SharonStrats Mar 19, 2026
29ffe34
added package manager to package json
SharonStrats Mar 19, 2026
d25d6c7
Revert "added package manager to package json"
SharonStrats Mar 19, 2026
dec7c81
merged with dev branch
SharonStrats Mar 24, 2026
0c2abef
Update webpack.config.mjs
SharonStrats Mar 24, 2026
9a9cdd9
Update README.md
SharonStrats Mar 24, 2026
127437a
package misses during merge
SharonStrats Mar 24, 2026
581c171
Bump picomatch in the npm_and_yarn group across 1 directory
dependabot[bot] Mar 25, 2026
c444f3e
Merge pull request #136 from SolidOS/dependabot/npm_and_yarn/npm_and_…
github-actions[bot] Mar 25, 2026
22af4ad
Implement GitHub release workflow
bourgeoa Mar 30, 2026
29308c6
Merge pull request #137 from SolidOS/bourgeoa-patch-1
bourgeoa Mar 30, 2026
441c194
Fix syntax for version tag in CI workflow
bourgeoa Mar 30, 2026
20fef1e
Merge pull request #138 from SolidOS/github-release
bourgeoa Mar 30, 2026
ffe0c36
Bump solid-ui from 3.0.5 to 3.0.6
dependabot[bot] Mar 30, 2026
73c4564
Merge pull request #139 from SolidOS/dependabot/npm_and_yarn/solid-ui…
github-actions[bot] Mar 30, 2026
df1dc87
Bump @xmldom/xmldom in the npm_and_yarn group across 1 directory
dependabot[bot] Apr 1, 2026
f2024d7
Merge pull request #140 from SolidOS/dependabot/npm_and_yarn/npm_and_…
github-actions[bot] Apr 1, 2026
58a945b
Change Node.js version to 20 in CI workflow
bourgeoa Apr 13, 2026
9b395e7
Merge pull request #142 from SolidOS/bourgeoa-npm
bourgeoa Apr 13, 2026
c6c9d60
responsive css
Apr 16, 2026
22526c3
mock css
Apr 16, 2026
7b15e63
Copilot comments
Apr 16, 2026
ae8d3ea
Bump @xmldom/xmldom in the npm_and_yarn group across 1 directory
dependabot[bot] Apr 23, 2026
de1f23a
Merge pull request #145 from SolidOS/dependabot/npm_and_yarn/npm_and_…
github-actions[bot] Apr 23, 2026
e6fbd4b
update solidos dependencies
Apr 24, 2026
d87995c
3.1.0
Apr 24, 2026
3ca61c2
Merge branch 'main' into milestone3m
bourgeoa Apr 24, 2026
1b46da1
merge main
Apr 24, 2026
82d4a0a
package-lock.json
Apr 24, 2026
93f91c9
package-lock.json
Apr 24, 2026
0a55ad0
Merge pull request #143 from SolidOS/milestone3m
bourgeoa Apr 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ the syntax is checked before they save it back.
Once selected this pane as a view of a file, then the pen icon allows to switch to editing mode, and the check mark button allows the file to be saved back.

Editing can be aborted by the cancel(X) button.

### Genertive AI usage
The SolidOS team is using GitHub Copilot integrate in Visual Studio Code.
We have added comments in the code to make it explicit which parts are 100% written by AI.
Example:
* Some code was generated by the GPT-5.3-Codex model in GitHub Copilot based on the following prompt:
* Can you refactor this code setUnedited () to use css instead of inline js styles
Comment thread
SharonStrats marked this conversation as resolved.
Outdated

Loading