Wykres commitów

26 Commity (97530bbc7aa6a3df75e21e3dea81c8aec29d425f)

Autor SHA1 Wiadomość Data
Dario Piotrowicz 97530bbc7a handle spoiler text in the statuses ui
as part of this:
 - wire up spoilter_text in the backend so that frontend can use it
 - add spoiler_text to dummy data (+ related refactoring)
 - show spoilter text in the ui (+ related refactoring)
 - add/update e2e tests to check spoiler text
2023-02-17 23:05:45 +00:00
Dario Piotrowicz caf79ef0f3 make sure time indicator doesn't wrap 2023-02-16 16:22:36 +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 5b935a11e6 update status click handler not to include account 2023-02-16 13:00:26 +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 eaa42456d0 break words in mobile views to reduce need of scrolling
resolves #265
2023-02-13 17:34:15 +00:00
Sven Sauleau ff701bb05e Revert "adjust account urls"
This reverts commit c8e9f04b9b.
2023-02-09 17:24:01 +00:00
Dario Piotrowicz c8e9f04b9b adjust account urls
resolves #216
2023-02-08 18:28:18 +00:00
dario-piotrowicz 8372ea296a replace ui tests with e2e tests implemented with playwright 2023-02-04 17:50:24 +00:00
Dario Piotrowicz 6298220010 implement account page 2023-02-03 12:43:27 +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
Sven Sauleau 7694d7fca5 MOW-119: show video UI 2023-01-20 13:58:18 +00:00
Dario Piotrowicz da40d56d2f make sure reblog text doesn't shift on page load 2023-01-12 16:56:26 +00:00
Dario Piotrowicz b363755500 apply Links for account links 2023-01-12 16:29:44 +00:00
Sven Sauleau 9256d39647
Merge pull request #83 from cloudflare/reblogs
Add reblogs (boosts) to the frontend UI
2023-01-12 11:39:01 +01:00
Pete Bacon Darwin 2ff36ac360 Add reblog boosts to the frontend UI 2023-01-11 22:06:56 +00:00
James Culveyhouse 97ab1ab5e1 Fix globe icon alignment issue 2023-01-11 14:38:56 -06:00
Dario Piotrowicz 4aa6263c2d add alt to avatar img elements 2023-01-11 12:03:32 +00:00
James Culveyhouse 980cf7aaba
Merge pull request #66 from cloudflare/more-ui-tests
More UI tests
2023-01-10 15:54:29 -06:00
James Culveyhouse 4c617b1504 Small fixes to improve lighthouse scores 2023-01-10 15:18:57 -06: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 48fe4135b4 fix/improve colors usage 2023-01-10 16:51:54 +00:00
Dario Piotrowicz a39120f86d introduce wildebeest colors
introduce wildebeest colors to match more closely the mastodon
color scheme

resolves #48
2023-01-09 23:23:20 +00:00
James Culveyhouse 2db765e573 Image gallery 2023-01-05 17:21:36 -06:00