Commit Graph

16 Commits

Author SHA1 Message Date
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
5cc46fbd6b Fix duplicate picks and recursive rating updates 2023-06-09 12:57:53 +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
e2566c3d32 Convert randomNumber composable to utility 2023-06-08 18:55:45 +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
cc752dd7ce Order snackbar's fields like in the interface 2023-05-27 13:07:44 +02:00
92e43959e6 Remove title field and rename color to message 2023-05-27 12:30:07 +02:00
f8465276e3 Move loadUser error handling to the function itself 2023-05-26 15:01:35 +02:00
3cd08d7daf Create snackbar component and composable 2023-05-26 12:25:02 +02:00
ad0558d7cb Rename userLoadingFinished to loadingUserFinished 2023-05-26 12:22:09 +02:00
84156909ab Implement authentication module 2023-05-25 20:59:33 +02:00