Commit Graph

78 Commits

Author SHA1 Message Date
61c9c48ab3
Update dependencies 2024-07-26 16:36:01 +02:00
cae72fd902
Merge pull request #3 from maciejpedzich/dependabot/npm_and_yarn/vite-4.5.2
Bump vite from 4.3.9 to 4.5.2
2024-03-02 19:10:05 +01:00
dependabot[bot]
d79ed4b965
Bump vite from 4.3.9 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 17:59:16 +00:00
940103ffab
Fix a typo in one of the fun facts 2023-09-06 23:40:25 +02:00
68567cc0e1 Replace _redirects with netlify.toml config 2023-07-03 10:24:48 +02:00
0db34f1145 Fix 404s on visiting non-root routes 2023-07-03 10:22:43 +02:00
ca2d5bac8a Add padding to the progress bar 2023-07-02 16:29:45 +02:00
29df3f9216 Merge branch 'master' of https://github.com/maciejpedzich/racemash 2023-07-02 09:48:15 +02:00
7adced246d Rename Play button to Vote 2023-07-02 09:48:12 +02:00
ed4d9f9a9d
Update README.md 2023-07-01 09:20:29 +02:00
629e520679 Remove redundant prepare script 2023-07-01 09:12:18 +02:00
c876f10b7c Forcefully set legacy-peer-deps flag to true 2023-07-01 09:11:12 +02:00
f3ee4ecdfd Apply various styling tweaks 2023-07-01 08:28:26 +02:00
a100166505 Create an About page 2023-07-01 08:28:08 +02:00
31523c3ef4 Add authorship note in the about section 2023-06-29 20:11:59 +02:00
7a8d1ee83f Add link to the app's source code 2023-06-29 20:11:50 +02:00
db55f0505e Tweak styling of the ranking ready message 2023-06-29 20:11:40 +02:00
6b30a229bd Add scrollBehaviour function to scroll to fragment 2023-06-29 19:48:00 +02:00
964ae1e965 Add hero and about sections to the page 2023-06-29 19:47:41 +02:00
44f0f66490 Reword ranking page's description 2023-06-29 19:47:26 +02:00
94d04c8231 Increase the font size of congratulations message 2023-06-29 19:47:11 +02:00
b95cc86b6a Implement ranking page 2023-06-27 10:35:51 +02:00
5ac55557c9 Implement showing random F1 trivia 2023-06-27 10:35:44 +02:00
993c5b98f7 DRY up the updateRatings function 2023-06-10 12:43:16 +02:00
89003918d8 Remove redundant type inferrence 2023-06-09 18:50:41 +02:00
fd0d0f2ff4 Rename certain variables for better clarity 2023-06-09 18:29:29 +02:00
4710b14405 Include photo number in the photos' alt texts 2023-06-09 18:29:12 +02:00
ef7ab9a76d Upgrade Vuetify to version 3.3.3 2023-06-09 12:58:11 +02:00
5cc46fbd6b Fix duplicate picks and recursive rating updates 2023-06-09 12:57:53 +02:00
053e4e0302 Remove references to unused auth module code 2023-06-09 09:15:22 +02:00
79baa75a53 Rename createVote function to pickPhotosForNewVote 2023-06-09 09:15:03 +02:00
085fcdb63e Create and use the useVote composable 2023-06-08 18:58:14 +02:00
1fc0cb70a5 Rename Glicko2 param fields to rd and vol 2023-06-08 18:58:03 +02:00
8585153cc7 Consolidate models into a single file 2023-06-08 18:56:29 +02:00
e2566c3d32 Convert randomNumber composable to utility 2023-06-08 18:55:45 +02:00
0719efab93 Replace glicko2 and lowdb with glicko2-lite 2023-06-08 17:48:49 +02:00
382058e1c2 Add default Glicko2 parameter fields to all photos 2023-06-08 12:33:33 +02:00
0cffb06a15 Install lowdb and glicko2 2023-06-08 12:32:22 +02:00
e81f927a3e Add photos and their metadata 2023-06-08 12:19:28 +02:00
c888bf8ad1 Remove Appwrite references from data models 2023-06-08 12:19:05 +02:00
b510fdbe89 Remove Appwrite and Husky dependencies 2023-06-07 10:31:41 +02:00
7c548bf1e4 Remove Apprwite-related code 2023-06-07 10:31:06 +02:00
7bf979101f Code up an algorithm for picking random photos 2023-05-30 17:55:56 +02:00
3cd16b764b Create provisional document models 2023-05-30 17:55:16 +02:00
6acf2ba52e Remove global error handler 2023-05-30 17:54:06 +02:00
6c0a095fe2 Add variables for database and collection IDs 2023-05-30 17:53:53 +02:00
2bbd0960ef Add mock script for displaying two random photos 2023-05-29 18:37:09 +02:00
1aebcca6b3 Change auth status loading spinner's color 2023-05-29 18:36:27 +02:00
be13e60d74 Change light/dark theme colors to shades of red 2023-05-28 09:30:56 +02:00
4de34ead70 Move login-error hash check to App.vue 2023-05-28 09:10:32 +02:00