Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/bugfixes #36

Merged
merged 65 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
970dced
refactor: enhance ESLint configuration to include .gitignore rules
DarthGigi Dec 7, 2024
576ffdf
refactor: reorder fontFamily entries in tailwind configuration
DarthGigi Dec 7, 2024
3b30fff
refactor: add skinview3d package and update pnpm-lock.yaml
DarthGigi Dec 7, 2024
714f7ab
refactor: add tooltip styling to app.css for improved UI
DarthGigi Dec 7, 2024
0058db1
refactor: improve number formatting in Skillbar component for better …
DarthGigi Dec 7, 2024
2db457a
refactor: update Stat component to use structured statData and enhanc…
DarthGigi Dec 7, 2024
85f033f
refactor: enhance title styling in Items component with underline dec…
DarthGigi Dec 7, 2024
419c478
refactor: simplify Stat component usage by passing statData directly
DarthGigi Dec 7, 2024
adc7333
feat: add Skin3D component for enhanced player avatar visualization i…
DarthGigi Dec 7, 2024
3e2219b
convert to svgs
DarthGigi Dec 8, 2024
8e19213
feat: enhance PlayerProfile component with social media sharing and i…
DarthGigi Dec 8, 2024
33ca1ba
Merge branch 'main' into feat/bugfixes
DarthGigi Dec 8, 2024
aaca754
Merge branch 'main' into feat/bugfixes
DarthGigi Dec 15, 2024
3c3d126
chore: update dependencies in package.json
DarthGigi Dec 15, 2024
4c7579e
feat: update social media icons to white fill for better visibility
DarthGigi Dec 15, 2024
3804a16
feat(profile): enhance social media button visibility and functionality
DarthGigi Dec 15, 2024
dabb0fd
fix(stats): isEnchanted()
DuckySoLucky Dec 15, 2024
c751f25
fix(stats): small fixes
DuckySoLucky Dec 15, 2024
42bbbe5
feat: enhance Item and Wardrobe components with recombobulated displa…
DarthGigi Dec 15, 2024
9b384c0
feat(stats): add skill icons
DuckySoLucky Dec 15, 2024
0efaddc
Merge branch 'feat/bugfixes' of https://github.com/SkyCryptWebsite/Sk…
DuckySoLucky Dec 15, 2024
95a1db3
fix: gh actions
DuckySoLucky Dec 15, 2024
c34245c
yes
DuckySoLucky Dec 15, 2024
2867860
fix(api/potion): regex
DuckySoLucky Dec 15, 2024
bc98c3d
refactor(stats): small changes to pack rendering
DuckySoLucky Dec 15, 2024
eac8216
fix(stats): skill icon size
DuckySoLucky Dec 15, 2024
64689f5
fix(package): update svelte to version 5.14.0
DarthGigi Dec 15, 2024
88603a9
fix(package): update svelte and typescript-eslint to latest versions
DarthGigi Dec 17, 2024
ecf218b
feat(navbar): add responsive navigation bar component
DarthGigi Dec 17, 2024
966207c
fix(avatar): add lazy loading to Avatar.Image components for improved…
DarthGigi Dec 17, 2024
362b3ba
feat(stats): integrate Navbar component into Main layout for improved…
DarthGigi Dec 17, 2024
85a6b72
fix(stats): update API endpoint to use relative path for fetching data
DarthGigi Dec 17, 2024
c8b5b37
fix(stats): update profile context to use Promise for asynchronous da…
DarthGigi Dec 17, 2024
a8cfb36
chore(deps): update dependencies in package.json for improved stabili…
DarthGigi Dec 22, 2024
aea6ad6
refactor: Instead of awaiting the data, await the components for lazy…
DarthGigi Dec 22, 2024
7ed9996
update: add new rift content
Zickles Dec 22, 2024
2083ee3
refactor: remove console.log
Zickles Dec 22, 2024
69c7f33
chore(deps): add svelte-persisted-store dependency for state management
DarthGigi Dec 23, 2024
c061a3f
fix(config): enable script preprocessing in Svelte configuration
DarthGigi Dec 23, 2024
844137a
fix(icon): update Patreon SVG to include white fill for better visibi…
DarthGigi Dec 23, 2024
4a4beb2
feat(api): add GET endpoint to retrieve username by UUID
DarthGigi Dec 23, 2024
76fd0d9
feat(favorites): implement favorites functionality with tooltip support
DarthGigi Dec 23, 2024
1744784
fix(api): update username retrieval logic to improve cache handling
DarthGigi Dec 23, 2024
c8acb8b
update(misc): add null checks
Zickles Dec 23, 2024
ff959f2
refactor: remove console.log
Zickles Dec 23, 2024
f32e187
feat: scrollbar theming
Zickles Dec 23, 2024
2918283
feat(stats): add emojis and small bug fixes
DuckySoLucky Dec 23, 2024
d73ee66
feat(stats): item decoding optimizations
DuckySoLucky Dec 23, 2024
c280740
refactor(items): make backpacks an array
DuckySoLucky Dec 23, 2024
44ea07d
feat: responsive
DarthGigi Dec 23, 2024
4bc424f
refactor(stats: date
DuckySoLucky Dec 23, 2024
fa7fb0f
Merge https://github.com/SkyCryptWebsite/SkyCryptv2 into feat/bugfixes
DuckySoLucky Dec 23, 2024
82f967e
merge with main
DuckySoLucky Dec 23, 2024
fe66d7f
fix(stats): pets
DuckySoLucky Dec 23, 2024
8eed06b
fix(stats): dont show recomb in inventory
DuckySoLucky Dec 23, 2024
49f5aec
fix(stats): dupe items
DuckySoLucky Dec 23, 2024
0cb778e
fix(stats): pets with 0 xp
DuckySoLucky Dec 23, 2024
fa32c93
fix(stats): profile switching
DuckySoLucky Dec 23, 2024
4f79c6b
fix(stats): more fixes
DuckySoLucky Dec 23, 2024
e44fbd6
fix(stats): more fixes
DuckySoLucky Dec 23, 2024
80a071d
feat: add storage
DarthGigi Dec 24, 2024
09cccaa
perf(stats/museum): improve museum decoding
DuckySoLucky Dec 24, 2024
e16915e
perf(stats): cache more stuff
DuckySoLucky Dec 24, 2024
3716221
fix(stats/accessories): race conditions with items getting updated
DuckySoLucky Dec 24, 2024
63ee4a7
refactor/pets-section (#39)
Zickles Dec 24, 2024
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
10 changes: 7 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import { includeIgnoreFile } from "@eslint/compat";
import js from "@eslint/js";
import prettier from "eslint-config-prettier";
import svelte from "eslint-plugin-svelte";
import globals from "globals";
import { fileURLToPath } from "node:url";
import ts from "typescript-eslint";
const gitignorePath = fileURLToPath(new URL("./.gitignore", import.meta.url));

/** @type { import("eslint").Linter.FlatConfig } */
export default [
/** @type { import("eslint").Linter.Config } */
export default ts.config(
includeIgnoreFile(gitignorePath),
js.configs.recommended,
...ts.configs.recommended,
...svelte.configs["flat/recommended"],
Expand Down Expand Up @@ -48,4 +52,4 @@ export default [
}
},
{ ignores: ["**/.DS_Store", "**/node_modules/", "**/build/", "**/.svelte-kit/", "**/package/", "**/.env", "**/.env.*", "**/pnpm-lock.yaml", "**/package-lock.json", "**/yarn.lock", "**/NotEnoughUpdates-REPO/", "**/static/", "**/cache/"] }
];
);
34 changes: 20 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@sveltejs/kit": "^2.12.1",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/eslint": "^9.6.1",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
Expand All @@ -29,39 +29,41 @@
"@types/upng-js": "^2.1.5",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.21.16",
"bits-ui": "^0.22.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"farming-weight": "^0.7.2",
"globals": "^15.13.0",
"lucide-svelte": "^0.468.0",
"farming-weight": "^0.7.3",
"globals": "^15.14.0",
"lucide-svelte": "^0.469.0",
"numerable": "^0.3.15",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "5.8.0",
"svelte": "5.15.0",
"svelte-check": "^4.1.1",
"svelte-interactions": "^0.2.0",
"svelte-preprocess": "^6.0.3",
"svelte-tiny-virtual-list": "^2.1.2",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"type": "module",
"dependencies": {
"@eslint/compat": "^1.2.4",
"@napi-rs/canvas": "^0.1.65",
"@sveltejs/adapter-node": "^5.2.10",
"@sveltejs/adapter-node": "^5.2.11",
"@tailwindcss/container-queries": "^0.1.1",
"apng2gif-bin": "^1.7.1",
"formsnap": "^2.0.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.8",
Expand All @@ -76,10 +78,14 @@
"relaxed-json": "^1.0.3",
"sharp": "^0.33.5",
"simple-git": "^3.27.0",
"skyhelper-networth": "^1.26.0",
"skinview3d": "^3.1.0",
"skyhelper-networth": "^1.27.0",
"svelte-persisted-store": "^0.12.0",
"sveltekit-superforms": "^2.22.1",
"upng-js": "^2.1.0",
"util": "^0.12.5",
"uuid": "^11.0.3"
"uuid": "^11.0.3",
"zod": "^3.24.1"
},
"engines": {
"node": ">=20",
Expand Down Expand Up @@ -107,6 +113,6 @@
}
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.28.1"
"@rollup/rollup-linux-x64-gnu": "^4.29.1"
}
}
Loading
Loading