Commit graph

110 commits

Author SHA1 Message Date
Daniel Roe 59e365591d
fix(a11y): add more aria labels 2022-11-29 21:24:26 +00:00
Daniel Roe 9ad79d5f37
fix: add missing alt text 2022-11-29 21:15:14 +00:00
Daniel Roe 608aad56dd
fix: image alt tags 2022-11-29 21:13:21 +00:00
patak cf225e2005
feat: improve follow buttons (#238) 2022-11-29 21:04:23 +01:00
Alex 653536d4dd
fix(i18n): refer error (#226) 2022-11-29 19:26:24 +08:00
Alex 09f80f291b
feat(i18n): improve translations (#219)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: 沈青川 <46062972+ShenQingchuan@users.noreply.github.com>
2022-11-29 18:55:28 +08:00
Alex 8df22b8a3f
fix(i18n): fix follower count i18n error (#225) 2022-11-29 10:54:25 +00:00
QiroNT 59802f0896
feat: command palette (#200)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-11-29 16:15:05 +08:00
Anthony Fu ea73107c23 i18n: doing more 2022-11-29 15:18:28 +08:00
Anthony Fu 793ae3cb4e feat: more i18n and sort keys 2022-11-29 14:57:32 +08:00
Chris 08fe00df6d
fix(avatar): update default bg color (#214) 2022-11-29 07:00:06 +01:00
三咲智子 db47e31597
revert: "fix(ui): account info responsive design (#212)"
This reverts commit 0ba7002d62.
2022-11-29 13:53:31 +08:00
webfansplz 0ba7002d62
fix(ui): account info responsive design (#212) 2022-11-29 11:58:04 +08:00
三咲智子 5ad1d7e2a5
fix: hide block self domain 2022-11-29 09:21:03 +08:00
Daniel Roe f08777f629
feat: add 'requested' state for following button 2022-11-28 20:56:24 +00:00
Anthony Fu 84cdea945f ui: improve 2022-11-29 04:44:54 +08:00
三咲智子 2004445e81
fix: hide follow button when not loginned 2022-11-29 01:28:40 +08:00
三咲智子 d2c4d62cf5
feat: add hover card for user list 2022-11-29 01:24:42 +08:00
Daniel Roe b17c090d36
fix: display account emojis in other account fields too 2022-11-28 14:35:49 +00:00
三咲智子 16632445f2
fix(i18n): fix follower label 2022-11-28 20:38:55 +08:00
Anthony Fu 654010b3aa feat: i18n 2022-11-28 18:15:06 +08:00
Anthony Fu 0843878a42 ui: hover card ui 2022-11-28 17:51:15 +08:00
Shinigami fa35d73d56
feat: clickable notification account (#184) 2022-11-27 20:40:16 +01:00
Guillaume Chau d97beabf4a
fix: recycle scroller glitches (#174) 2022-11-27 14:12:25 +01:00
Chris 74e48ad99e
fix(accountHeadr): change to absolute (#167) 2022-11-27 13:20:03 +01:00
Anthony Fu 1a43ba9caa ui: improve header view 2022-11-27 15:44:47 +08:00
Anthony Fu 1bd710daa4 ui: border around account header avatar 2022-11-27 12:48:23 +08:00
Anthony Fu fcde653efe ui: improve hover hint 2022-11-27 12:45:26 +08:00
Anthony Fu 4d3d05ae5c ui: move hover card 2022-11-27 12:30:21 +08:00
Anthony Fu 2fb5412a08 feat: improve account links feedback 2022-11-27 11:54:46 +08:00
Anthony Fu 39e200f639 refactor: use dropdown instead of drawer for user switch 2022-11-27 11:34:55 +08:00
Anthony Fu cd4658506d refactor: NavSideItem 2022-11-27 10:35:26 +08:00
Anthony Fu 3cd8fb54dd ui: improve account hover 2022-11-27 10:13:18 +08:00
Sam Richard f5ca6c22a4
feat: a11y account info (#98)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-11-27 08:19:45 +08:00
Anthony Fu a05880d922 ui: adjust 2022-11-27 04:48:10 +08:00
patak e45ecf55f2
fix(a11y): solid color for secondary text (#148) 2022-11-27 04:41:18 +08:00
patak d4300d8d83 fix: use full account handle, clean up 2022-11-26 17:42:53 +01:00
Daniel Roe 39b005899e
refactor: inject masto instance via nuxt app (#134) 2022-11-26 16:42:58 +01:00
Daniel Roe e51ca06f97
fix: use rich (emoji) display name only with <ContentRich> 2022-11-26 15:06:30 +00:00
三咲智子 84478984dc
feat: support more actions for user 2022-11-26 21:07:36 +08:00
三咲智子 b656c6fda2
refactor(account): improve joined time format 2022-11-26 16:34:31 +08:00
三咲智子 Kevin Deng 1194d56d09
feat: always show account server (#119) 2022-11-26 09:33:32 +01:00
Lucie 1ad3fcf20c
feat(a11y): improve focus state (#116) 2022-11-26 00:46:25 +01:00
Daniel Roe 94cd7c72f6
feat: human readable numbers for counts 2022-11-25 21:57:40 +00:00
三咲智子 373697619f
fix: hide actions at self profile 2022-11-26 02:24:46 +08:00
Lucie 9df9c06f64
feat: image previews (#104)
Co-authored-by: lihbr <lihbr@users.noreply.github.com>
2022-11-26 02:13:44 +08:00
Anthony Fu 2ed22678ed feat: use full id in url 2022-11-26 01:50:06 +08:00
三咲智子 008db64987
fix: hide account card when not hovering 2022-11-26 01:43:20 +08:00
patak c685d8d1e8 chore: fix typo Mutual -> Mutuals 2022-11-25 18:39:50 +01:00
三咲智子 2a166b95d2
fix: avatar shrink on hover card 2022-11-26 01:16:50 +08:00