Wykres commitów

9 Commity (main)

Autor SHA1 Wiadomość Data
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 530f46c8bb remove break-all 2023-02-22 12:40:30 +00:00
Dario Piotrowicz cd45aba28d remove tabs and newlines from dummy status 2023-02-20 15:12:40 +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
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 bed859f737 create reusable StatusAccountCard component 2023-02-16 12:54:19 +00:00
Dario Piotrowicz aa21606df1 add reblog to dummyData 2023-02-16 11:55:28 +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 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