aboutsummaryrefslogtreecommitdiff
path: root/frontend
Commit message (Collapse)AuthorAgeFilesLines
* privacy policyHEADmasterhitlerrip10 days1-1/+2
| | | | added privacy policy links to landing page
* relative linkshitlerrip11 days6-22/+36
| | | | | | changes all links to pages, images, etc. to be relative (i.e. `..` instead of `/`) which makes it possible to use the entire application as a page within another web page
* anon frontendhitlerrip11 days4-2/+154
| | | | added anonymous play to frontend
* updated team imageshitlerrip11 days6-0/+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
* minor changeshitlerrip12 days2-14/+20
| | | | | - 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-304-1/+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-303-3/+13
| | | | | - added title and proper favicon - created a simple navigation bar
* play pagehitlerrip2025-07-304-65/+124
| | | | added basic functionality to the play page and moved it to /play/
* play pagehitlerrip2025-07-303-4/+51
| | | | | | - moved login component to proper directory (oops) - created play page - other minor changes
* login redesignhitlerrip2025-07-303-116/+149
| | | | | | - made login section a component - redesigned login section - other minor changes
* license notice to frontendhitlerrip2025-07-302-0/+12
|
* functional landing pagehitlerrip2025-07-303-5/+106
| | | | grabs token from logins and sends request to the apis
* init frontendhitlerrip2025-07-2913-0/+2405
added initial frontend project with svelte and tailwindcss. currently displays a concept for a landing page that is not functional.