Commit graph

20 commits

Author SHA1 Message Date
Miodec 03311d8d6f chore: add plushie banner 2024-03-01 17:39:46 +01:00
Christian Fehmer 5439d3966f
impr: increase favicon quality by using svg (fehmer) (#4652) 2023-09-25 11:41:04 +01:00
Miodec 23ba234c16 added fulllogo 2023-01-31 01:59:40 +01:00
Miodec 026f6667f0 renamed image to purge cache 2022-11-08 12:45:48 +01:00
Miodec c2cbc8752d optimised images 2022-11-06 18:50:49 +01:00
Miodec 2c82ce65c0 removed unused image 2022-11-06 18:29:12 +01:00
Miodec 40ed27ebdb chaged color 2022-11-06 18:28:56 +01:00
Miodec bfa431f271 generic merch banner 2022-11-06 17:44:42 +01:00
Miodec 3bf3aacce4 optimised images 2022-11-03 12:41:47 +01:00
Miodec 238a23718e removed unused image 2022-11-03 12:41:47 +01:00
Miodec a3456334d7 removed unused image 2022-11-03 12:41:47 +01:00
Miodec ab95a125dd optimised 404 meme image
using jpg
smaller size
2022-11-03 12:41:47 +01:00
Miodec b1e2fd57d0 limited merch banner 2022-10-27 18:30:03 +02:00
Miodec a0a3acc623 pwa support
offline support
2022-10-13 14:26:49 +02:00
Miodec 3d9040ba10 removed das 2022-08-26 12:55:45 +02:00
Miodec f86138e4fc merch banner 2 2022-08-05 16:47:13 +02:00
Jack 6499cedc28
Reworked route controller (#3220) miodec
* rewrote route controller

* showing loading by default

* links which are not external need data line attribute

* need to rewrite this

* page controller takes a page as parameter
removed page type

* default export

* going through the route controller instead of changing page directly

* resolving all code paths

* using navigate

* added 404, leaderboards route

* changed leaderboards button to a link

* removed click handler

* added page about route

* removed default export,
added settings page route

* removing pointer events from everything inside links

* navigating to account when on login page

* fixed console logs, using async

* added login and account pages

* moved code to their own functions

* allowing async functions

* defaulting content visible

* async

* fixed 404 not navigating correctly

* setting public path to root

* fixed paths

* using uid passed in through url params

* added 404 page, profile routes

* removed comment

* moved discord link flow to url handler

* allowing html

* not resetting state

* removed function

* handling logo click

* removed comments

* reomoved comments

* removed comments

* removed comments

* using new router

* basic 404 page

* buttons whicha are links have no underline

* correctly handling the take me back button

* updated button

* removed comments

* fixed account page profile link button

* updated 404

* removed comments

* removed comments

* removed comments
2022-06-24 22:12:52 +02:00
Miodec 0d2c67e277 added das banner 2022-04-09 01:24:20 +02:00
Miodec cf2924825a monke banner 2022-04-02 02:09:31 +02:00
Bruce Berrios 345740db5f
Separate backend and frontend dependencies (#2441) by Bruception
* Add request validation to user endpoints

* Remove tag id log

* Remove verbs from endpoints

* Remove old code

* Remove uid

* Fix

* Remove name from URI

* Rename utils

* Fix

* Move prettier

* Update gulp file

* Add additional scripts

* Update package-lock

* Update contributing.md

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-02-08 20:33:41 +01:00