aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* anon frontendhitlerrip11 days4-2/+154
| | | | added anonymous play to frontend
* account apishitlerrip11 days3-4/+149
| | | | | - added api to change name and password - added api to delete user account and anonymize clicks
* small noteshitlerrip11 days1-1/+2
|
* tmux scripthitlerrip11 days2-17/+31
| | | | added a tmux script that sets up the dev environment for me
* updated team imageshitlerrip11 days7-1/+0
| | | | added alternative button graphics for the other two teams
* frontend anon preparehitlerrip12 days3-9/+45
| | | | | - added team counter and amount of anonymous clicks to the leaderboard - adapted frontend to work with the new `index.php` responses
* fix typohitlerrip12 days1-2/+2
|
* minor api changeshitlerrip12 days1-4/+4
| | | | | - removes "status" key from `index.php` response - reorders `index.php` response and adds "fromanon" key to it
* anon clickshitlerrip12 days3-2/+63
| | | | added api for anonymous clicks
* anon clickshitlerrip12 days1-2/+2
| | | | | - changed plans and simply added a variable called "fromanon" to each team that tracks anonymous clicks
* minor changeshitlerrip12 days3-14/+21
| | | | | - properly centered footer bar on leaderboard page - changed `<main>` element in play page to `<div>`
* styled leaderboard and added refresh buttonhitlerrip12 days1-40/+61
|
* rimple leaderboardhitlerrip2025-07-305-2/+131
| | | | | | added a simple leaderboard that is not properly styled and is still missing some features, most notably a refresh button; along with other minor changes
* visual improvementshitlerrip2025-07-3010-24/+71
| | | | | | - added nice images - added transition animations to numbers - added active: styles to button
* design changeshitlerrip2025-07-304-4/+13
| | | | | - added title and proper favicon - created a simple navigation bar
* play pagehitlerrip2025-07-305-66/+127
| | | | added basic functionality to the play page and moved it to /play/
* play pagehitlerrip2025-07-304-5/+53
| | | | | | - moved login component to proper directory (oops) - created play page - other minor changes
* info apihitlerrip2025-07-301-0/+47
| | | | | added info api, similar to contrib api, that returns information about a user based on their token. this is required for how i want to build the frontend
* login redesignhitlerrip2025-07-304-117/+149
| | | | | | - made login section a component - redesigned login section - other minor changes
* license notice to frontendhitlerrip2025-07-303-1/+16
|
* functional landing pagehitlerrip2025-07-303-5/+106
| | | | grabs token from logins and sends request to the apis
* init frontendhitlerrip2025-07-2915-1/+2424
| | | | | added initial frontend project with svelte and tailwindcss. currently displays a concept for a landing page that is not functional.
* contirb apihitlerrip2025-07-292-1/+47
| | | | | added api that returns a specific users contributed clicks and their team
* rank apihitlerrip2025-07-292-1/+40
| | | | | added api that lists all users, their teams and their personal contributed clicks.
* licensehitlerrip2025-07-296-0/+692
| | | | added license notices and a copy of the license
* click apihitlerrip2025-07-291-0/+62
| | | | added the api that increments all counters
* proper authhitlerrip2025-07-293-17/+63
| | | | | added tokens and forced user to join a team on account creation, along with other minor changes
* basic authhitlerrip2025-07-293-0/+107
| | | | added basic authentication apis
* inithitlerrip2025-07-293-0/+52
base to build this game off of