Wykres commitów

17 Commity (f7df31983155a0736ee287df89242e90bf743530)

Autor SHA1 Wiadomość Data
Dario Piotrowicz f7df319831 update qwik and qwikCity packages 2023-02-17 17:02:18 +00:00
Dario Piotrowicz 3296f2a3bf add HtmlContent component to more cleanly handle user provided html content
and so that we no longer use useStyles$ for styling the html content
but we use a signle useStylesScoped$ instead
2023-02-16 16:02:25 +00:00
Dario Piotrowicz beb2cfb8f0 add e2e ui test to check account posts and posts-and-replies tabs 2023-02-16 14:53:09 +00:00
Dario Piotrowicz ffaba34966 implement posts and replies tab in account page 2023-02-16 14:48:25 +00:00
Dario Piotrowicz bfc2817cd8 split account index.tsx into layout.tsx + index.tsx
perform such split so that we display the posts in the
index.tsx file and this will allow us to also show different
tabs on the page as well
2023-02-16 14:48:23 +00:00
Dario Piotrowicz 11a2c278b2 show custom emojis in display names 2023-02-15 14:16:14 +00:00
Dario Piotrowicz af1e333128 fetch more statuses dynamically for account on scroll 2023-02-14 23:52:00 +00:00
Dario Piotrowicz 37bddfbe19 show account posts in account page 2023-02-13 14:24:53 +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 66b4319bb3 add back button to stickyHeader
resolves #192
2023-02-07 14:37:59 +00:00
Sven Sauleau 21c218b98d
Merge branch 'main' into error-page-1 2023-02-04 21:12:27 +00:00
dario-piotrowicz 8372ea296a replace ui tests with e2e tests implemented with playwright 2023-02-04 17:50:24 +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 6298220010 implement account page 2023-02-03 12:43:27 +00:00
Dario Piotrowicz 215eac1ba8 make sure not-found responses have the 404 status
resolves #165
2023-02-01 14:32:00 +00:00
Dario Piotrowicz aa5cc5d4ae add page not found 2023-01-12 15:48:21 +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