Commit Graph

95 Commits

Author SHA1 Message Date
Kalle
e97fcd4e99 Remove Cypress tests
Planned to be replaced with Playwright maybe?
Just removing in the meanwhile so they don't confuse people.
Or that people won't accidentally develop new.
2022-10-30 02:15:15 +03:00
Kalle
e20b1b92b4 Remove note about WIP from README 2022-10-29 10:14:26 +03:00
Remmy Cat Stock
5b1b440c28
Re-encode all avif files 2022-10-16 11:48:37 +02:00
Kalle
8e8667c2f7 Fix prod database downloda instructions 2022-10-06 23:13:04 +03:00
Kalle
a300a5c4b7 Add rename badge script
Closes #972
2022-10-03 21:01:25 +03:00
Kalle
b010ffac9f Link to translation progress json in README 2022-09-24 11:52:13 +03:00
Kalle
47a4dcfb4f Add first translation-progress.md 2022-09-24 11:50:55 +03:00
Kalle
399df8e302 Add check-translation-jsons script 2022-09-24 11:48:46 +03:00
Kalle
ab3eafa4cf Fix setup instructions 2022-09-13 12:13:01 +03:00
Kalle
4fd6d29533 Add instructions on how to add translations to README 2022-09-06 01:43:45 +03:00
Kalle
1c53c03294 replace-img-names script 2022-09-03 18:14:53 +03:00
Kalle
13220f8598 Add weapon images 2022-09-03 18:14:53 +03:00
Kalle
adb4a3830c docs: fix production db download instructions
Seems like this workflow still needs some work though.
2022-08-20 11:38:14 +03:00
Kalle
9cc7b6e526 Add info to README about API 2022-08-13 17:32:41 +03:00
Kalle
f1081a1caf Merge branch 'rewrite' of github.com:Sendouc/sendou.ink into calendar 2022-08-13 13:45:08 +03:00
Kalle
d62d7deb35 Add instructions on how to dump prod database 2022-08-06 11:07:47 +03:00
Kalle
fa5f5d8d13 Fix install instructions 2022-08-02 08:31:07 +03:00
Kalle
dc3516e810 Fix setting up instructions 2022-07-25 22:01:05 +03:00
Kalle
c21d7ce321 Add add-badge command to README 2022-07-25 22:00:51 +03:00
Kalle
12d4714969 Add CONTRIBUTING.md 2022-07-16 16:15:19 +03:00
Kalle
67c8b2c449 Improve getting started with project experience 2022-07-06 11:02:23 +03:00
Kalle
9f50b04f2e Badge thumbnail images 2022-07-04 22:01:51 +03:00
Kalle
4bf6ec2db1 Update README project structure 2022-06-11 11:55:54 +03:00
Kalle
3d4f9af928 Delete comment test 2022-05-29 11:04:27 +03:00
Kalle
a4b839d55a Add permissions 2022-05-26 19:48:16 +03:00
Kalle
185295d54e
User page initial with SQLite3 (#822)
* Clean away prisma migrations

* Way to migrate WIP

* SQLite3 seeding script initial

* Fetch tournament data in loader

* CheckinActions new loader data model

* Virtual banner text color columns

* Logged in user

* Count teams

* ownTeam

* Map pool tab fully working

* Teams tab

* Fix timestamp default

* Register page

* Manage team page

* Camel case checkedInTimestamp

* Clean slate

* Add .nvmrc

* Add favicon

* Package lock file version 2

* Update tsconfig

* Add Tailwind

* Add StrictMode

* Add background color

* Auth without DB

* Revert "Add Tailwind"

This reverts commit 204713c602.

* Auth with DB

* Switch back to tilde absolute import

* Import layout

* Camel case for database columns

* Move auth routes to folder

* User popover links working

* Import linters

* User page initial

* User edit page with country

* Script to delete db files before migration in dev

* Remove "youtubeName" column

* Correct avatar size on desktop

* Fix SubNav not spanning the whole page

* Remove duplicate files

* Update README
2022-05-16 17:52:54 +03:00
Kalle
76e17ce83c Add Redis for leaderboards 2022-03-27 12:01:02 +03:00
Kalle
135ce0d4d1 Switch to cookie session Closes #737 2022-02-20 15:51:45 +02:00
Kalle
49d7d13038 npm run dev works 2022-02-20 14:29:47 +02:00
Kalle
827c0548d3 Add start looking minimal page 2022-01-27 23:13:38 +02:00
Kalle (Sendou)
b527f11413 Remove stale TODOs 2022-01-11 23:03:28 +02:00
Kalle (Sendou)
fd26d70e7e Check-in/check-out to local action function 2021-12-25 22:33:15 +02:00
Kalle (Sendou)
89110c016b Advance byes basic logic 2021-12-24 11:36:51 +02:00
Kalle (Sendou)
0c659ec6af Import <Bracket /> component 2021-12-23 08:47:09 +02:00
Kalle (Sendou)
f811c4f56a Button minimal default to theme color 2021-12-22 23:08:50 +02:00
Kalle (Sendou)
862061243f Update rest of app to using models folder 2021-12-18 12:05:26 +02:00
Kalle (Sendou)
f8d2200959 Trigger CI 2021-12-18 10:01:50 +02:00
Kalle (Sendou)
99db711c16 Github Actions on push test 2021-12-18 09:59:21 +02:00
Kalle (Sendou)
a868ce390e Adjust tournament/core folder structure 2021-12-14 20:49:11 +02:00
Kalle (Sendou)
207ec000a5 Tournament InfoBanner construct CSS vars on server 2021-12-11 11:50:49 +02:00
Kalle (Sendou)
cdd59b139d Remove MyForm component 2021-12-11 10:38:26 +02:00
Kalle (Sendou)
e08a0f529b Info about architecture &seed variations to README 2021-12-11 10:12:03 +02:00
Kalle (Sendou)
a9384ca099 Admin can check in and check out teams 2021-12-08 01:36:27 +02:00
Kalle (Sendou)
4e72f67615 Tournament admin page initial 2021-12-07 00:57:06 +02:00
Kalle (Sendou)
cc7e1d6428 Add overview tab 2021-12-06 23:05:41 +02:00
Kalle (Sendou)
b912b3be0e Check in functionality 2021-12-06 17:27:26 +02:00
Kalle (Sendou)
a24afa2af8 ActionSection initial 2021-12-06 14:48:50 +02:00
Kalle (Sendou)
0229a5d714 Can delete players from roster 2021-12-06 13:43:19 +02:00
Kalle (Sendou)
e843e09759 Add TODOs to README 2021-12-06 12:44:42 +02:00
Kalle (Sendou)
30459016c0 Add Prettier 2021-12-02 20:56:38 +02:00