Wykres commitów

30 Commity (f7df31983155a0736ee287df89242e90bf743530)

Autor SHA1 Wiadomość Data
Dario Piotrowicz f7df319831 update qwik and qwikCity packages 2023-02-17 17:02:18 +00:00
Dario Piotrowicz 85c15b0238 add missing margin-bottom in status page 2023-02-16 16:02:27 +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 e8e18f98e1 fix wrong background being applied to statuses 2023-02-16 15:59:56 +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 bed859f737 create reusable StatusAccountCard component 2023-02-16 12:54:19 +00:00
Dario Piotrowicz 11a2c278b2 show custom emojis in display names 2023-02-15 14:16:14 +00:00
Dario Piotrowicz c5ac435f53 Adjust account urls
second attempt after fist caused issues and had
to be reverted
2023-02-15 10:31:09 +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
Dario Piotrowicz d05de4868e avoid destructuring status loader value
resolves #191
2023-02-07 11:17:31 +00:00
Dario Piotrowicz 25a6f12bb8 fix broken status loader 2023-02-07 09:56:26 +00:00
Sven Sauleau 21c218b98d
Merge branch 'main' into error-page-1 2023-02-04 21:12:27 +00:00
dario-piotrowicz e9b33210ac replace wrong status-content with inner-html-content 2023-02-04 17:00:29 +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 2cdb55ed0f improve image and video handling
by:
 - adding MediaGallery
 - adding missing controls to video element
 - renaming ImageGallery to Image
 - fixing video attachments not being correctly recognized
 - standardizing mastodon media_attachmen types in mock db init
2023-01-30 15:38:13 +00:00
Dario Piotrowicz eea4599add fetch status context instead of providing an empty one 2023-01-19 09:51:12 +00:00
Dario Piotrowicz f1890b88be
Merge pull request #98 from cloudflare/miscellaneous-fe-improvements
Miscellaneous fe improvements
2023-01-12 19:34:25 +00:00
Dario Piotrowicz b363755500 apply Links for account links 2023-01-12 16:29:44 +00:00
Dario Piotrowicz aa5cc5d4ae add page not found 2023-01-12 15:48:21 +00:00
Dario Piotrowicz e5688461ec fix incorrect spacing for status infos 2023-01-12 10:56:51 +00:00
Dario Piotrowicz 8c2440e358 prevent text next to icont to shift on page load in status page 2023-01-12 10:56:51 +00:00
Dario Piotrowicz 24d70036c0 remove status eye icon 2023-01-12 10:56:51 +00:00
Dario Piotrowicz 951829443c show status infos as spans if no status.url is available 2023-01-12 10:56:51 +00:00
Dario Piotrowicz f0258e66d5 refactor status page component 2023-01-12 10:56:49 +00:00
Pete Bacon Darwin 2ff36ac360 Add reblog boosts to the frontend UI 2023-01-11 22:06:56 +00:00
Dario Piotrowicz 4aa6263c2d add alt to avatar img elements 2023-01-11 12:03:32 +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