Commit graph

694 commits

Author SHA1 Message Date
三咲智子 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
patak 6ffe3fe02d style: different borders for Following and Mutuals 2022-12-02 22:38:27 +01:00
Michel EDIGHOFFER ecb61a7a30
feat: french translation (#300)
Co-authored-by: Abel Derderian <derderian@abel.fr>
2022-12-02 21:27:58 +01:00
Andre_601 c53107f694
feat(i18n): Improve de-DE translations (#303) 2022-12-02 21:11:27 +01:00
Alex 8f11dcf1f3
feat(i18n): improve translations (#304) 2022-12-03 02:18:16 +08:00
三咲智子 a58e9ce8bd
fix: shiki load basic languages initially 2022-12-03 01:40:02 +08:00
三咲智子 1c5ecb678b
fix: suppress i18n warnings 2022-12-03 01:23:47 +08:00
patak a17703d308
chore: wording 2022-12-02 18:09:48 +01:00
Andre_601 1480a5bdcf
refactor: improve help preview text (#302) 2022-12-03 01:07:54 +08:00
Alex 43224fa9d3
fix: incorrect logic in useStatusActions (#295) 2022-12-03 00:55:52 +08:00
Alex 2a84bbb3d6
fix(ui): use correct url for timeline image srcset (#296) 2022-12-02 16:48:44 +00:00
Joaquín Sánchez d17994338d
feat(i18n): refactor i18n module configuration (#292) 2022-12-02 20:54:09 +08:00
Daniel Roe 8fc6148a3b
fix: copy link from route object
resolves #289
2022-12-02 09:59:09 +00:00
Anthony Fu 9e9f2bde09 refactor: group composables 2022-12-02 16:52:05 +08:00
Shinigami 97983e6d11
feat: i18n de-DE (#287)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-12-02 16:49:02 +08:00
Anthony Fu 1b1bf01d2c ci: force sort locales 2022-12-02 16:43:01 +08:00
Anthony Fu 63896c4b1a i18n: Chinese translate 2022-12-02 16:24:37 +08:00
Anthony Fu a9af7e4a09 feat: short time ago 2022-12-02 16:24:37 +08:00
三咲智子 9b207de718
ci: remove WIP
We're able to use draft PR already
2022-12-02 16:13:33 +08:00
Anthony Fu 3a86c330fa docs: update 2022-12-02 16:06:52 +08:00
Ayaka Rizumu 153e436470
fix: modal dialog style (#286) 2022-12-02 16:01:56 +08:00
Anthony Fu 57eef8e77f feat: dialog ui 2022-12-02 15:27:44 +08:00
Ayaka Rizumu feb8872f5f
refactor: modal dialog (#277) 2022-12-02 15:02:44 +08:00
Daniel Roe 585b9e0229
feat: show and stream new notifications (#282)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-12-02 10:21:10 +08:00
三咲智子 Kevin Deng 0f06653636
fix: render code block without language (#276) 2022-12-02 10:19:31 +08:00
Chris 18d5fd4804
fix: checkLogin in StatusCard (#270) 2022-12-02 10:18:57 +08:00
Joaquín Sánchez c4cf3fb371
feat(i18n): plurals support (#278) 2022-12-02 10:18:36 +08:00
Alex 0f7de38c24
feat(i18n): use preferred language when users first visit (#263) 2022-12-02 10:17:41 +08:00
Alex 75d1a39017
feat(i18n): add missing zh-CN translations (#283) 2022-12-02 10:17:06 +08:00
Daniel Roe 05ac0ce1fc
chore: remove unused import 2022-12-01 23:08:27 +00:00
Daniel Roe 6dfc94e2a5
fix: improve permalink handling somewhat 2022-12-01 22:59:08 +00:00
Ayo Ayco 131d1af827
chore: ignore vim temp files (#280) 2022-12-02 04:05:45 +08:00
Ayo 30400d3df6 chore: update readme 2022-12-01 20:59:57 +01:00
三咲智子 01e2901c04
i18n: add missing Chinese message 2022-12-02 00:04:46 +08:00
三咲智子 a1399ae8b2
chore: fix lint 2022-12-01 23:42:03 +08:00
三咲智子 989843d1d6
fix: hide status when discoverable is false only 2022-12-01 23:27:49 +08:00
Sébastien Chopin 699c35c0b3
docs: fix link to Nuxt 3 (#275) 2022-12-01 15:15:41 +00:00
Ayaka Rizumu 62053d00dc
fix: too long username cause scroll horizontally (#274) 2022-12-01 22:55:49 +08:00
三咲智子 285776d453
ui: make ellipsis dot gray 2022-12-01 22:13:17 +08:00
三咲智子 4c589a4033
feat: don't fetch status when profile undiscoverable 2022-12-01 22:09:11 +08:00