-
Notifications
You must be signed in to change notification settings - Fork 0
feat: tournaments #999
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
Merged
Merged
feat: tournaments #999
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
ee5ef4c
idk
DTrombett 22df28f
build: we're coming 🔥
DTrombett 7958a85
fix: 404 screen
DTrombett c5aa44a
feat: add cache header
DTrombett e3460bc
refactor: move to static
DTrombett 7f87918
feat: improve performance
DTrombett 91aabf1
feat: improve css
DTrombett 5f90713
feat: improve image compression
DTrombett 09876e1
feat: improve css distribution
DTrombett 30e367c
feat: improve home page
DTrombett f340582
feat: add custom font
DTrombett 307790c
refactor: simplify styles
DTrombett c94281f
feat: start implementing login
DTrombett 6810ce0
feat: custom redirect
DTrombett 293ca23
feat: add jwt
DTrombett 29badbd
feat: check existing token
DTrombett b173e10
feat: add login message
DTrombett abe0bf7
fix: woops
DTrombett e87da93
fix: cleanup message
DTrombett b2365e6
refactor: generalize background
DTrombett 48fce9e
refactor: use response.redirect
DTrombett 61c5333
feat: new JWT
DTrombett eb2382f
fix: background without images
DTrombett c76a8b3
feat: add more buttons
DTrombett ed5cb66
fix: handle HEAD
DTrombett f28a28a
feat: improve authentication
DTrombett bf0ad39
feat: improve user experience
DTrombett f49a794
feat: add starting pages
DTrombett 72c145a
remove useless defer
DTrombett 606d9ba
feat: improve caching and accessibility
DTrombett 126cb83
feat: start adding tournaments page
DTrombett deff237
feat: start implementing
DTrombett 16c0dbf
feat: improve new tournament page
DTrombett ebf30c6
feat: add more options
DTrombett 53d9661
feat: improve styles and add submit
DTrombett e507793
fix: preserve token
DTrombett 2c728fe
feat: add even more options and fix bg
DTrombett cecfd28
feat: improve mobile experience
DTrombett 60a548b
fix: types
DTrombett 815fc65
fix: mobile padding
DTrombett 59cd5f8
feat: more options
DTrombett f79b59c
feat: even more options
DTrombett 1491959
feat: I have no idea what I am doing
DTrombett 5ac487f
fix: title
DTrombett 9775858
feat: improve use client
DTrombett a81cff7
refactor: move js outdir to static
DTrombett ef1b6af
ci: fix tests (maybe)
DTrombett 968cb5b
ci: fix test (finally)
DTrombett 661faa3
build: simplify
DTrombett 075af9f
feat: maybe new build system
DTrombett 4ce7c8c
feat: implement server side form validation
DTrombett 032bf62
feat: start adding workflow
DTrombett 922a531
ci: fix legacy peer deps
DTrombett 44e414b
deps: update
DTrombett d414b95
Merge branch 'main' of https://github.com/DTrombett/ms-bot into feat/…
DTrombett c4e93e4
feat: implement tournament message
DTrombett 945030d
feat: complete discord registration
DTrombett 4a26399
feat: start working on website
DTrombett 78d1fae
feat: add more details
DTrombett 2bc507d
feat: add buttons
DTrombett 9efe6a8
feat: too many things
DTrombett e796644
ci: fix tests
DTrombett 3231360
feat: implement register/unregister
DTrombett 366ecff
fix: todo
DTrombett 7310254
fix: from review
DTrombett f85897b
fix: reviews
DTrombett f722de6
fix: from reviews
DTrombett c0b06c7
fix: type only
DTrombett dc2cbf4
feat: ease transition with old site
DTrombett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,5 +9,5 @@ jobs: | |
| with: | ||
| node-version: "24.x" | ||
| cache: "npm" | ||
| - run: npm ci | ||
| - run: npm ci --legacy-peer-deps | ||
| - run: npm test | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| _*/ | ||
| _query.sql | ||
| .dev.vars | ||
| .env | ||
| .vscode/ | ||
| .wrangler/ | ||
| *.log | ||
| build/ | ||
| coverage/ | ||
| dist/ | ||
| node_modules/ | ||
| tmp/ | ||
| .wrangler/ | ||
| _query.sql | ||
| icons/ | ||
| tmp/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.