Commit graph

683 commits

Author SHA1 Message Date
Daniel Roe 83d313c47b
refactor: move shared config into ~/config/ 2022-12-06 21:04:38 +00:00
Ayaka Rizumu 7a07d21b76
fix: style overflow due to user content (#355) 2022-12-06 17:37:58 +01:00
Guillaume Chau 3b6b83ae7a
fix: don't include srcset when showing blur placeholder (#347) 2022-12-06 15:10:53 +00:00
patak 8537f9e0ae
feat: display status meta over card (#325) 2022-12-06 11:07:17 +00:00
Michel EDIGHOFFER 22a82bca22
fix(i18n): french typo (#348) 2022-12-06 10:47:47 +01:00
Guillaume Chau d98498fd95
feat: upgrade vue-virtual-scroller (#349) 2022-12-06 05:36:24 +01:00
Ayaka Rizumu 70db3ea759
refactor: improve code structure (#343) 2022-12-05 21:20:23 +08:00
Michel EDIGHOFFER f2d6159aa1
fix(i18n): sync french i18n keys (#342) 2022-12-05 11:35:36 +01:00
三咲智子 5b3de2c586
feat: set lang attribute for status body
relate #332
2022-12-05 14:20:56 +08:00
Alex e8bdceac68
feat(i18n): improve translations of command palette and others (#341)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-12-05 13:48:23 +08:00
三咲智子 4214202b79
ci: add lint 2022-12-05 13:04:18 +08:00
三咲智子 b71731a432
fix: setup jsdom environment 2022-12-05 12:59:04 +08:00
Daniel Roe 09290b112e
fix: decode other entity text as well 2022-12-05 00:30:20 +00:00
Daniel Roe 4146915a33
fix: decode numerically encoded html entities in text 2022-12-05 00:15:30 +00:00
Daniel Roe 408aff20ee
ci: test project on pull requests (#338) 2022-12-04 23:28:04 +00:00
Daniel Roe 1c0f8b0147
perf: replace parse5 with ultrahtml (#336) 2022-12-04 23:10:10 +01:00
Daniel Roe 04615e443e
fix: update more public and explore links 2022-12-04 20:05:11 +00:00
Daniel Roe fd1be3b86c
fix: use iterateStatuses rather than deprecated getStatuses 2022-12-04 20:01:34 +00:00
Daniel Roe bd78834a44
fix: update prop types for spoiler 2022-12-04 20:00:02 +00:00
Daniel Roe eb022c92e8
feat: make internal app URLs permalinks (#329) 2022-12-04 19:56:33 +00:00
Ayo Ayco 4f8f2ed1f1
feat: content filters (#279) 2022-12-04 20:28:26 +01:00
三咲智子 337d2a8b43
chore: format styles 2022-12-05 03:06:02 +08:00
三咲智子 1ba5cc4072
refactor: use escaped middot 2022-12-05 02:59:33 +08:00
三咲智子 f2a1cdaefe
feat(i18n): translate vote result 2022-12-05 02:58:21 +08:00
三咲智子 cd5881b210
feat(i18n): translate vote 2022-12-05 02:49:41 +08:00
三咲智子 Kevin Deng a96d564eaa
feat: show commit id (#331) 2022-12-05 02:18:39 +08:00
Alvaro Saburido 4d23fb1467
feat(poll): changed ui of poll results (#328) 2022-12-04 19:04:40 +01:00
三咲智子 2672af671c
feat(account): display moved account on profile
closes #330
2022-12-05 01:28:22 +08:00
三咲智子 f33b6b58cd
feat: hide profile when blocked 2022-12-05 00:50:38 +08:00
三咲智子 1476438d73
fix: following badge
closes #321
2022-12-05 00:41:37 +08:00
三咲智子 33a51b65b4
feat: adapt safe area for mobile
closes #326
2022-12-04 23:35:11 +08:00
三咲智子 39676dab5f
fix(ui): truncate header text
fix #311
2022-12-04 22:26:50 +08:00
Ayaka Rizumu cbd5867275
feat: add nav more menu on mobile (#322)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-12-04 22:17:02 +08:00
Daniel Roe 8f32b1ce22
fix: placeholder for broken image urls and avoid overlowing emoji alt text (#327) 2022-12-04 15:14:12 +01:00
Daniel Roe e75cc9edf2
fix: handle account uris that differ from server url 2022-12-04 13:19:47 +00:00
Daniel Roe 20d8aa7e75
perf: fetch server and user details in parallel 2022-12-04 13:12:16 +00:00
Daniel Roe 8537c8ee54
feat: add remote url to image srcset in case original is down 2022-12-04 12:48:07 +00:00
三咲智子 7760d03f9d
fix: get server name from acct 2022-12-04 15:18:11 +08:00
Ayaka Rizumu 218aefeec1
fix: wrong scrolling behavior in dialog (#313) 2022-12-04 14:27:08 +08:00
三咲智子 aab6eb6752
fix: remove profile unavailable (temporary) 2022-12-03 13:42:00 +08:00
三咲智子 bbaccfcde5
refactor(i18n): cleanup 2022-12-03 13:38:33 +08:00
三咲智子 fff13ee19c
refactor: remove deprecated masto API 2022-12-03 13:36:10 +08:00
三咲智子 cc945c4827
chore: add typecheck script 2022-12-03 13:31:58 +08:00
三咲智子 75f3616b7c
chore: upgrade deps 2022-12-03 13:30:27 +08:00
Chris f15bddff67
fix: hidden unnecessary dom render (#310)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-12-03 13:28:32 +08:00
Ayaka Rizumu c197d7dfca
fix: too long username cause scroll horizontally (#299)
regression #274
2022-12-03 13:22:45 +08:00
patak 3d395a02ec
feat: avoid follow button flash on hover card (#308) 2022-12-03 13:21:53 +08:00
Chris 73f1f1d151
fix(mobile): fix long text wapped (#311) 2022-12-03 13:19:59 +08:00
Ayaka Rizumu 3952dd6cd6
fix: can't click dropdown options in visibility selector (#312) 2022-12-03 13:18:24 +08:00
patak 399712c0c7 feat: improve follow button while loading 2022-12-02 22:58:30 +01:00