Wykres commitów

24 Commity (main)

Autor SHA1 Wiadomość Data
Dario Piotrowicz 0580e089ab
Merge pull request #347 from cloudflare/server-settings-ui
Server settings UI
2023-03-01 20:53:30 +00:00
Dario Piotrowicz d15916ddd2 update e2e about test 2023-03-01 16:55:22 +00:00
Dario Piotrowicz a606e76093 handle hashtags in statuses
- by parsing them in enrichStatus
 - implementing a tag page to show their timeline

resolves #345
2023-02-28 17:05:22 +00:00
Dario Piotrowicz 3d0e394a14 implement UI for about page
initial step for #282
2023-02-20 18:29:06 +00:00
Sven Sauleau 06a435fbfc fix broken status links 2023-02-20 15:31:15 +00:00
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 f7df319831 update qwik and qwikCity packages 2023-02-17 17:02:18 +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 b7e9d10812 split seo e2e tests for easier debugging 2023-02-16 14:47:47 +00:00
Sven Sauleau 20be442595
Merge pull request #300 from cloudflare/account-link
Improve navigation to accounts and toots
2023-02-16 13:57:54 +00:00
Dario Piotrowicz d6daa7bfb3 update e2e tests after previous navigation tweaks 2023-02-16 13:31:52 +00:00
Dario Piotrowicz 18ad1c7880 add ellipsis for truncated links back
also add a test in the e2e ui tests to prevent
the ellipsis to get removed again

resolves #289
2023-02-16 11:05:57 +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 91d6bb0503 add infinite scrolling to local and federated timelines 2023-02-15 00:17:15 +00:00
Dario Piotrowicz d2a5ff122a refactor infinite scrolling e2e tests
create a new infinite scrolling e2e test so to
keep the testing code DRY
2023-02-15 00:14:58 +00:00
Dario Piotrowicz 351b179b08 test infinite scrolling on account and explore page 2023-02-14 23:52:00 +00:00
Dario Piotrowicz 7700f40041 improve dummy data and tests
- improve the dummy data to be generated when building the mock db
- restructure dummy data folder structure
- remove all real data from the dummy data
- update the tests to use the new dummay data, and also
  - fix the incorrect 404 test
  - add a test for viewing images
2023-02-14 21:19:43 +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
Dario Piotrowicz d05de4868e avoid destructuring status loader value
resolves #191
2023-02-07 11:17:31 +00:00
dario-piotrowicz e1ebd5235d add e2e tests for 404 pages 2023-02-05 22:39:30 +00:00
dario-piotrowicz 8372ea296a replace ui tests with e2e tests implemented with playwright 2023-02-04 17:50:24 +00:00