Skip to content

Commit

Permalink
feat: simplify settings widget tree (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: BlankParticle <blankparticle@gmail.com>
  • Loading branch information
oscfdezdz and BlankParticle authored Jun 7, 2024
1 parent f820bb5 commit 74ed30c
Show file tree
Hide file tree
Showing 7 changed files with 1,604 additions and 1,972 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Setup pnpm 📦
uses: pnpm/action-setup@v2
with:
version: "8"

- name: Setup Node.js 🟩
uses: actions/setup-node@v4
Expand Down
475 changes: 56 additions & 419 deletions assets/Settings.ui

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
},
"sideEffects": false,
"devDependencies": {
"@biomejs/biome": "^1.6.2",
"@girs/gjs": "^3.2.9",
"@girs/gnome-shell": "45.0.0-beta8",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"zx": "^7.2.3"
}
"@biomejs/biome": "^1.8.0",
"@girs/gjs": "^3.3.0",
"@girs/gnome-shell": "46.0.0-beta8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"zx": "^8.1.2"
},
"packageManager": "pnpm@9.2.0"
}
Loading

0 comments on commit 74ed30c

Please sign in to comment.