Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
4dfa16d
Update
bradp Apr 21, 2025
eebdfbc
fix export
bradp Apr 21, 2025
a9d7f13
update locks
bradp Apr 21, 2025
cb4c6d6
update locks
bradp Apr 21, 2025
64e3ea4
fix formatting
bradp Apr 21, 2025
f200cb9
cleanup
bradp Apr 21, 2025
7826317
Fix the build
bradp Apr 21, 2025
7a72487
remove unused favicon.ico file
bradp May 22, 2025
87c0a46
improve layout and styling consistency across components
bradp May 22, 2025
f2dd637
Refactor components and improve metadata titles across the app; intro…
bradp May 22, 2025
2668d23
Move data files to data/
bradp May 22, 2025
65678df
Refactor About page to use PageLink component; enhance Button compone…
bradp May 22, 2025
934971c
Update userscripts with greasyfork info
bradp May 22, 2025
cd1e044
Update userscripts.json: add new userscripts and update existing entries
bradp May 23, 2025
7c3a4c5
Update userscripts.json
bradp May 23, 2025
4feea31
Enhance userscript update logic: add installs tracking for last month…
bradp May 23, 2025
dd30b6b
Refactor Userscript page styling: improve layout and dark mode suppor…
bradp May 23, 2025
e474c46
update pages
bradp May 23, 2025
0aa5737
update pages
bradp May 23, 2025
03267ff
fix linting
bradp May 23, 2025
ef1b197
Update
bradp May 23, 2025
d7877a0
Update
bradp May 23, 2025
8e28c3b
Update
bradp May 23, 2025
c379efe
Update deps
bradp May 23, 2025
4c53290
Clean up image locations
bradp May 23, 2025
8313905
Format data files, add vrift sim
bradp May 23, 2025
b399362
add essence calc
bradp May 23, 2025
5f00599
Cleanup
bradp May 23, 2025
a5f9661
Update
bradp May 23, 2025
e988fe4
Cleanup
bradp May 23, 2025
c93f896
Update
bradp May 23, 2025
c5eb9a9
move images
bradp May 24, 2025
e9fad2a
update data files
bradp May 24, 2025
9bff0c2
update data files, add image fetching
bradp May 24, 2025
bb048ea
move images
bradp May 24, 2025
7820549
Add initial /mice and /mouse/<mouse> pages
bradp May 24, 2025
35c9827
Add mice thumbnails
bradp May 25, 2025
35c9687
Add mice images
bradp May 25, 2025
f1b3a98
Add mice group images
bradp May 25, 2025
304729b
Add item thumbnails
bradp May 25, 2025
1749046
Add item images
bradp May 25, 2025
50f8f67
dont overwrite existing images when updating data
bradp May 25, 2025
9534f1f
Update excluded maps set
bradp May 25, 2025
4f7198a
Update MouseHunt Crown Tracker description and URL
bradp May 30, 2025
e366fdb
Oranize update scripts
bradp May 30, 2025
f23e834
Add trap images
bradp May 30, 2025
35bbd7f
Update data
bradp May 30, 2025
9a17973
Update data
bradp May 30, 2025
40f066e
update page link
bradp May 30, 2025
03ae6a0
Update page metadata titles and descriptions for consistency across t…
bradp May 30, 2025
4558771
Update About page content and improve accessibility in ApplicationLay…
bradp May 30, 2025
d36990c
Format class names for consistency and improved readability across va…
bradp May 30, 2025
6475d5a
Update
bradp May 30, 2025
ce73976
Update link text for consistency in navigation across mouse pages
bradp May 30, 2025
3257b07
Fix spacing in mouse stats labels for improved readability
bradp May 30, 2025
abc3861
update
bradp May 30, 2025
78492cb
Update metadata and heading for consistency in Mice page
bradp May 30, 2025
29399b7
Enhance data update process by filtering out specific item ID and imp…
bradp May 30, 2025
ff1cacd
update data
bradp May 30, 2025
44d7d8d
update images
bradp May 30, 2025
c0753c8
update images
bradp May 30, 2025
8e243c3
update images
bradp May 30, 2025
43e6fa5
update images
bradp May 30, 2025
013d25d
update images
bradp May 30, 2025
9f078fb
enhance image fetching logic for items; add buffer writing and update…
bradp May 30, 2025
a986ff3
update data
bradp Jun 5, 2025
402cbef
update data fetching and update logic; improve image fetching error h…
bradp Jun 5, 2025
292ed92
update ESLint configuration and dependencies; adjust Prettier plugins…
bradp Jun 5, 2025
1d7a9db
refactor data imports and enhance classification handling; add utilit…
bradp Jun 5, 2025
2a340a2
Update
bradp Jun 5, 2025
8b519e4
update
bradp Jun 5, 2025
ec8a15c
fix: downgrade react and react-dom to version 18.3.1 for compatibility
bradp Jun 5, 2025
ac73338
update lockfile
bradp Jun 5, 2025
0c6e854
downgrade next
bradp Jun 5, 2025
6ac2e2b
drop mice/items for now
bradp Jun 5, 2025
97087d9
update
bradp Jun 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 3 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{*.json,*.json.example,*.gyp,*.yml,*.yaml}]
indent_style = space
indent_size = 2
max_line_length = 120
quote_type = single

[*.md]
trim_trailing_whitespace = false
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

71 changes: 15 additions & 56 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,28 @@
{
"root": true,
"env": {
"browser": true,
"es2021": true
},
"extends": ["next/core-web-vitals", "eslint:recommended", "prettier"],
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"settings": {
"import/resolver": {
"node": {
"extensions": [".js", ".jsx", ".ts", ".tsx"]
}
}
},
"extends": [
"next/core-web-vitals",
"prettier",
"plugin:tailwindcss/recommended"
],
"rules": {
"array-bracket-spacing": ["error", "never"],
"block-spacing": ["error", "always"],
"comma-spacing": [
"error",
{
"before": false,
"after": true
}
],
"comma-spacing": ["error", { "before": false, "after": true }],
"computed-property-spacing": ["error", "never"],
"eol-last": ["error", "always"],
"indent": [
"error",
2,
{
"SwitchCase": 1
}
],
"indent": ["error", 2],
"jsx-quotes": ["error", "prefer-double"],
"linebreak-style": ["error", "unix"],
"no-alert": "error",
"no-console": "error",
"no-console": "warn",
"no-eval": "error",
"no-implied-eval": "error",
"no-template-curly-in-string": "error",
"no-useless-concat": "error",
"object-curly-spacing": ["error", "always"],
"quotes": ["error", "single"],
"space-before-function-paren": [
"error",
{
"anonymous": "always",
"named": "never",
"asyncArrow": "always"
}
],
"space-in-parens": ["error", "never"],
"spaced-comment": ["error", "always"]
},
"overrides": [
{
"files": ["*.md"],
"parser": "eslint-plugin-markdownlint/parser",
"extends": ["plugin:markdownlint/recommended"],
"rules": {
"markdownlint/md013": "off",
"markdownlint/md033": "off"
}
}
]
"sort-imports": ["error", {
"allowSeparatedGroups": true,
"ignoreCase": true,
"ignoreMemberSort": true
}]
}
}
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "bradp"
versioning-strategy: increase
groups:
dev-dependencies:
applies-to: version-updates
patterns:
- "*"
11 changes: 0 additions & 11 deletions .prettierrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🐭️ MouseHunt Guides, Tools, and Resources - [mouse.rip](https://mouse.rip)

<p>
<a href="https://discord.gg/Z9sxnD5reB/">
<a href="https://discord.gg/mousehunt">
<img src="https://img.shields.io/badge/mousehunt-discord-blue" alt="Discord">
</a>
<a href="https://choosealicense.com/licenses/mit/">
Expand Down
Binary file added bun.lockb
Binary file not shown.
11 changes: 0 additions & 11 deletions components/Badge.jsx

This file was deleted.

18 changes: 0 additions & 18 deletions components/ChallengeLinks.jsx

This file was deleted.

17 changes: 0 additions & 17 deletions components/ColorScaleBadge.jsx

This file was deleted.

117 changes: 0 additions & 117 deletions components/Icon.jsx

This file was deleted.

Loading