Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
fc4e936
fix(stats): split value types
67au Feb 15, 2026
362f592
fix(i18n): update translation
67au Feb 15, 2026
402fa5d
chore(utils): add comment to `getStatValueName`
67au Feb 16, 2026
c992f10
fix(assess): add `adornment_slots` back
67au Feb 16, 2026
1d51acd
chore(deps): bump pnpm version
67au Feb 18, 2026
4de7fbf
chore(deps): bump deps
67au Feb 18, 2026
3d9b3db
chore: add MIT License
67au Feb 18, 2026
a8ef699
pref(tower): ajust grid for titan's card
67au Feb 21, 2026
da5eab2
pref(proof): ajust gap for inputs
67au Feb 21, 2026
735bf60
chore(deps): bump ajv from 6.12.6 to 6.14.0
dependabot[bot] Feb 22, 2026
0143c69
Merge pull request #27 from 67au/dependabot/npm_and_yarn/ajv-6.14.0
67au Feb 22, 2026
c40a970
chore(deps): bump deps
67au Feb 24, 2026
766ceb7
refactor(assess): use `hasScalingSlots` to assess
67au Feb 26, 2026
2de12dd
pref(codex): remove `attached_ability` and refactor displaying `stats`
67au Feb 26, 2026
c742992
refactor(effect): improve `EffectViewer` and merge `buffSkills` and `…
67au Feb 26, 2026
158a0c0
refactor(assess): improve ui
67au Feb 27, 2026
329ecac
refactor(proof): improve ui
67au Feb 27, 2026
f276ce3
refactor(compare): improve ui
67au Feb 27, 2026
496f625
refactor(home): improve ui
67au Feb 27, 2026
6e0aaa4
chore(entry): format code
67au Feb 27, 2026
d1948f3
refactor(effect): improve ui
67au Feb 27, 2026
2fb0915
feat(home): add `showStatus` support
67au Feb 27, 2026
d3e7ef8
fix(codex): fix init locales
67au Feb 27, 2026
43554a9
refactor(home): improve ui
67au Feb 27, 2026
8b4d136
refactor(home): improve ui
67au Feb 27, 2026
9f6a3e5
refactor: ajust border and padding
67au Feb 27, 2026
ea6494d
fix(assess): fix `no_follower_bonus` calc
67au Mar 5, 2026
ef18203
chore(deps): bump deps
67au Mar 6, 2026
1d21ce7
chore(deps): bump deps
67au Apr 26, 2026
d741b50
fix(assess): fix assess range
67au May 8, 2026
6c957de
chore(deps): bump fast-uri from 3.1.0 to 3.1.2
dependabot[bot] May 9, 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
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024-2026 67au

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.29.3",
"packageManager": "pnpm@10.30.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
Expand All @@ -16,49 +16,49 @@
"format": "prettier --write --experimental-cli src/"
},
"dependencies": {
"dexie": "^4.3.0",
"es-toolkit": "^1.44.0",
"immutable": "^5.1.4",
"dexie": "^4.4.2",
"es-toolkit": "^1.46.0",
"immutable": "^5.1.5",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate-2": "^2.0.32",
"semver": "^7.7.4",
"smol-toml": "^1.6.0",
"vue": "^3.5.28",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.2",
"vuetify": "4.0.0-beta.2"
"smol-toml": "^1.6.1",
"vue": "^3.5.33",
"vue-i18n": "^11.4.0",
"vue-router": "^5.0.6",
"vuetify": "4.0.6"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@intlify/unplugin-vue-i18n": "^11.1.2",
"@mdi/js": "^7.4.47",
"@tsconfig/node24": "^24.0.4",
"@types/jsdom": "^27.0.0",
"@types/node": "^25.2.3",
"@types/jsdom": "^28.0.1",
"@types/node": "^25.6.0",
"@types/semver": "^7.7.1",
"@typescript-eslint/parser": "^8.55.0",
"@vitejs/plugin-vue": "^6.0.4",
"@typescript-eslint/parser": "^8.59.0",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "^2.4.8",
"@vue/tsconfig": "^0.9.1",
"@vueuse/core": "^14.2.1",
"eslint": "^10.0.0",
"eslint-plugin-oxlint": "~1.46.0",
"eslint-plugin-vue": "~10.8.0",
"eslint": "^10.2.1",
"eslint-plugin-oxlint": "~1.61.0",
"eslint-plugin-vue": "~10.9.0",
"jiti": "^2.6.1",
"jsdom": "^28.1.0",
"jsdom": "^29.0.2",
"npm-run-all2": "^8.0.4",
"oxlint": "~1.47.0",
"prettier": "3.8.1",
"sass-embedded": "^1.97.3",
"oxlint": "~1.61.0",
"prettier": "3.8.3",
"sass-embedded": "^1.99.0",
"sass-loader": "^16.0.7",
"typescript": "~5.9.3",
"typescript": "~6.0.3",
"unplugin-auto-import": "^21.0.0",
"vite": "^7.3.1",
"vite": "^8.0.10",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-vue-devtools": "^8.0.6",
"vite-plugin-vue-devtools": "^8.1.1",
"vite-plugin-vuetify": "^2.1.3",
"vue-tsc": "^3.2.4",
"vue-tsc": "^3.2.7",
"workbox-window": "^7.4.0"
},
"engines": {
Expand Down
Loading