Wykres commitów

18 Commity (f7df31983155a0736ee287df89242e90bf743530)

Autor SHA1 Wiadomość Data
Dario Piotrowicz f7df319831 update qwik and qwikCity packages 2023-02-17 17:02:18 +00:00
Dario Piotrowicz eaa42456d0 break words in mobile views to reduce need of scrolling
resolves #265
2023-02-13 17:34:15 +00:00
Dario Piotrowicz e3271478e1 add title, description and seo metadata to various pages
resolves #218
2023-02-10 15:18:50 +00:00
Dario Piotrowicz 5dad9b48fe add nothing to see here message 2023-02-06 23:28:05 +00:00
Dario Piotrowicz 39b879e926 fix wildebeest logos not using QwikCity's Link 2023-02-06 23:28:05 +00:00
Dario Piotrowicz c6410e27e2 add error page and redirect to such page in the various loader$s 2023-02-03 23:24:53 +00:00
Dario Piotrowicz dd1f5ada44 remove unused class 2023-01-12 16:27:50 +00:00
Dario Piotrowicz 3ce6d35e25 remove incorrect argument in handleRequest() call 2023-01-12 16:27:50 +00:00
Dario Piotrowicz 5ec212f3df fix commit hash setting 2023-01-12 13:11:15 +00:00
Sven Sauleau a4a022b89a fix lint 2023-01-11 17:57:05 +00:00
Sven Sauleau 59ea1eb90b remove redirection to old /start-instance 2023-01-11 17:43:10 +00:00
Sven Sauleau 26fbb26cec MOW-95: use instance config in Env instead of DB 2023-01-11 17:38:45 +00:00
Dario Piotrowicz 261daa4e29 add aria-label to wildebeest logo links 2023-01-11 12:03:32 +00:00
Dario Piotrowicz 315c959243 improve styling
improve styling by:
 - removing unnecessary css (rely on tailwind instead)
 - remove usage of pixels (use rem instead)
 - update state- colors to wildebeest- colors (regression)
2023-01-10 19:06:21 +00:00
Dario Piotrowicz 1d99f80838 fix floating footer 2023-01-10 16:10:35 +00:00
Pete Bacon Darwin f2611f6cd6 Redirect to start-instance if no title has been configured 2023-01-10 14:41:04 +00:00
Pete Bacon Darwin e18a85d4f9 Simplify layout file now that it only applies to the frontend routes 2023-01-10 14:41:04 +00:00
Pete Bacon Darwin 8e584b2632 Move admin and frontend pages to separate directories
The directories that are wrapped in parentheses are "virtual" and do not contribute towards the URL of the route.

This allows us to easily set different layouts for different groups of routes even if they are not in different URL segments.
2023-01-10 14:41:04 +00:00