Commit graph

42 commits

Author SHA1 Message Date
Miodec
57b9216586 moved contributors and supporters to json files
they are only requested and filled when needed
elements are removed once page is changed
2022-01-29 21:40:37 +01:00
Miodec
2465fc388c not loading settings page if not needed
removing hidden elements when not needed
2022-01-29 21:29:10 +01:00
Miodec
82fe8b3bf4 reducing hidden dom elements 2022-01-29 20:30:17 +01:00
Miodec
44b809d3c1 change page function will change to a page based on pathname if no page name provided 2022-01-20 00:31:40 +01:00
Miodec
b1bf8c3793 website starts in focus mode and focus is removed once finished loading 2022-01-19 23:58:50 +01:00
Miodec
52f9dcb72d setting active page to undefined at the beginning of transition. closes #2313 2022-01-18 14:30:18 +01:00
Miodec
53966af9e7 removed not needed code 2022-01-14 19:34:39 +01:00
Miodec
a22e479ab3 hiding scroll to top button when at the top 2022-01-05 23:11:02 +01:00
Miodec
cfab482354 fixed lint warnings 2022-01-03 18:16:10 +01:00
Miodec
a7f5f1dc35 replaced all the active page class checks with a stored variable of which page is active 2022-01-01 23:04:25 +01:00
refact0r
8b95f4668c
change menu buttons to links (#2183) 2021-12-18 19:33:16 +01:00
Jack
59bde1811c different log 2021-09-21 22:46:59 +01:00
Aaron
971afec8be
Made sure alternate command line shortcut is visible (#1883) by UnrealApex
* Renamed command line setting timer-progress bar

* Made ctrl+shift+p shortcut visible to the user
2021-09-19 00:01:22 +01:00
yourealt
1d8d4d05ad
smooth scroll for scrollToTopButton (#1860) by yourealt
* added more javascript quotes

* smooth scroll for scrollToTopButton
2021-09-15 00:51:53 +01:00
Jack
c283c4fc33 fixed challenge loading 2021-08-25 16:20:17 +01:00
Miodec
ea4f3bcc5d Merge branch 'mongo' 2021-08-17 18:13:04 +01:00
Jack
82d5211521 clicking on the theme button will now show the theme list even if single list mode is enabled 2021-08-07 15:50:25 +01:00
Miodec
8cbbe51ba7 Merge branch 'master' into mongo 2021-07-24 23:17:58 +01:00
Jack
c63439a98b updated merch banner 2021-07-23 14:53:21 +01:00
Miodec
0b12fda816 changing url of discord linking with script 2021-07-09 22:23:34 +01:00
Miodec
7689086503 merged master into mongo 2021-07-07 14:24:44 +01:00
Miodec
0620e1ed34 added a new loading page that will be visible instead of the test
the test will load only when everything is ready (the account data is fully loaded)
2021-06-17 16:09:38 +01:00
lukew3
e36a349dc4 Fetch upstream 2021-06-03 10:35:20 -04:00
lukew3
fd30b5aa36 brought back firebase analytics and authentication 2021-05-31 23:47:58 -04:00
Estebene
4942cf5107 Added funbox to config 2021-05-31 13:04:23 +12:00
lukew3
b669e1b107 fixed account loading bug, bad date format, and updated todo 2021-05-26 23:01:56 -04:00
lukew3
3978b7a106 firebase completely disconnected, working at restoring all functionality 2021-05-14 13:56:08 -04:00
Jack
0dd6221e59 removed console logs 2021-04-25 00:28:28 +01:00
Jack
372c8171b5 added some console logs to debug the page changing issue 2021-04-24 18:03:20 +01:00
Jack
1d0f95d018 removed unused imports 2021-04-13 17:07:46 +01:00
SeerLite
8fb8b7236f Merge branch 'master' into localstorage 2021-04-11 21:54:10 -04:00
Saint-dev
9847db8720 fixed bug with setting funbox to none 2021-04-08 13:53:29 -04:00
SeerLite
a907d1e584 Use localStorage instead of cookies
Cookies are sent to the server on each request and are not recommended for
storing large amounts of data.
2021-04-06 12:01:44 -04:00
Saint
1d3512c79d enabled funbox only on test 2021-04-05 00:47:51 -04:00
Jack
c61ba1baa5 fixed buttons that are supposed to change the commandline list not working 2021-04-02 15:35:45 +01:00
Jack
27fff39cc3 moved account to a module. part of #495 2021-03-31 19:09:16 +01:00
Jack
2fee8d141a removed unused imports 2021-03-30 18:39:47 +01:00
Jack
3029c29b8c updated project structure
added folders
renamed notification-center to notifications
2021-03-29 00:33:13 +01:00
Jack
239e3e61d6 lots of little code refactoring #495
relocated smaller functions and most events
divided code into small modules (layout emulator, support popup, version popup)
2021-03-29 00:19:17 +01:00
Jack
5a1460208a moved sign out button to a module, smoothed out the transition between the config and sign out button 2021-03-28 23:39:11 +01:00
Miodec
f9f4eb097c removed dom util, moved functions into relevant modules #495 2021-03-28 02:20:55 +01:00
Miodec
a278441481 moved config into a module. #495 2021-03-25 20:48:46 +00:00