Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ece8602
fix dev login wo match new authn
timea-solid Jun 18, 2026
710fb1d
update solidos dependencies test/dev and patch-package
Jun 19, 2026
6d13715
3.1.1-0
Jun 19, 2026
5af6ee3
add build on staging
Jun 19, 2026
8acc371
Merge pull request #222 from SolidOS/fixDev
bourgeoa Jun 19, 2026
4ba227a
auto update solidosDependencies
Jun 23, 2026
79543ca
Merge remote-tracking branch 'origin/staging' into solidosDependencies
Jun 23, 2026
914b704
chore: update solidos dependencies (dev: solid-logic@4.0.8-0 solid-ui…
github-actions[bot] Jun 23, 2026
79f870b
3.1.1-1
Jun 23, 2026
f3c58a9
Merge branch 'solidosDependencies' of https://github.com/solidos/fold…
Jun 23, 2026
19012e5
Merge pull request #226 from SolidOS/solidosDependencies
bourgeoa Jun 23, 2026
8758730
225 Migrate to Vite
SharonStrats Jul 5, 2026
0879589
chore: update solidos dependencies (dev: solid-logic@4.0.8-1 solid-ui…
github-actions[bot] Jul 5, 2026
94bc02a
revert folderpane file
SharonStrats Jul 16, 2026
18f9c8e
add dist in git ignore
SharonStrats Jul 16, 2026
1a78c7c
remove dist from git tracking
SharonStrats Jul 16, 2026
4a3d83c
chore: update solidos dependencies (dev: solid-logic@4.0.8-1 solid-ui…
github-actions[bot] Jul 16, 2026
32f6d74
correct filename
SharonStrats Jul 16, 2026
1f48248
Merge branch 'feat/migrate-vite' of https://github.com/SolidOS/folder…
SharonStrats Jul 16, 2026
36c7722
change version
SharonStrats Jul 16, 2026
612f228
fix build
SharonStrats Jul 16, 2026
fc26d73
chore: update solidos dependencies (dev: solid-logic@4.0.8-1 solid-ui…
github-actions[bot] Jul 16, 2026
a1efc5c
Merge pull request #228 from SolidOS/feat/migrate-vite
SharonStrats Jul 16, 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
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ on:
push:
branches:
- main
- staging
pull_request:
branches:
- main
- staging
workflow_dispatch:

jobs:
build:
update-deps:
uses: SolidOS/solidos/.github/workflows/update-solidos-deps.yml@main
secrets: inherit

build:
needs: update-deps
runs-on: ubuntu-latest

strategy:
matrix:
node-version:
Expand Down Expand Up @@ -60,6 +65,9 @@ jobs:

npm-publish-dev:
needs: build
permissions:
id-token: write
contents: read
uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main
with:
node_version: 22
Expand Down
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ pids
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
lib
# Build directory
dist

# Coverage directory used by tools like istanbul
coverage
Expand Down
13 changes: 0 additions & 13 deletions babel.config.mjs

This file was deleted.

19 changes: 0 additions & 19 deletions dev/context.js

This file was deleted.

Loading
Loading