| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
added anonymous play to frontend
|
|
|
|
|
| |
- added api to change name and password
- added api to delete user account and anonymize clicks
|
| |
|
|
|
|
| |
added a tmux script that sets up the dev environment for me
|
|
|
|
| |
added alternative button graphics for the other two teams
|
|
|
|
|
| |
- added team counter and amount of anonymous clicks to the leaderboard
- adapted frontend to work with the new `index.php` responses
|
| |
|
|
|
|
|
| |
- removes "status" key from `index.php` response
- reorders `index.php` response and adds "fromanon" key to it
|
|
|
|
| |
added api for anonymous clicks
|
|
|
|
|
| |
- changed plans and simply added a variable called "fromanon" to each
team that tracks anonymous clicks
|
|
|
|
|
| |
- properly centered footer bar on leaderboard page
- changed `<main>` element in play page to `<div>`
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- added nice images
- added transition animations to numbers
- added active: styles to button
|
|
|
|
|
| |
- added title and proper favicon
- created a simple navigation bar
|
|
|
|
| |
added basic functionality to the play page and moved it to /play/
|
|
|
|
|
|
| |
- moved login component to proper directory (oops)
- created play page
- other minor changes
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- made login section a component
- redesigned login section
- other minor changes
|
| |
|
|
|
|
| |
grabs token from logins and sends request to the apis
|
|
|
|
|
| |
added initial frontend project with svelte and tailwindcss.
currently displays a concept for a landing page that is not functional.
|
|
|
|
|
| |
added api that returns a specific users contributed clicks and their
team
|
|
|
|
|
| |
added api that lists all users, their teams and their personal
contributed clicks.
|
|
|
|
| |
added license notices and a copy of the license
|
|
|
|
| |
added the api that increments all counters
|
|
|
|
|
| |
added tokens and forced user to join a team on account creation,
along with other minor changes
|
|
|
|
| |
added basic authentication apis
|
|
base to build this game off of
|