Commit graph

297 commits

Author SHA1 Message Date
Anthony Fu c2f3526e88 feat: use module 2022-11-28 18:24:05 +08:00
Anthony Fu 654010b3aa feat: i18n 2022-11-28 18:15:06 +08:00
patak 8076e5f069
fix: default reply to visibility (urgent) (#194) 2022-11-28 10:57:42 +01:00
Anthony Fu 0843878a42 ui: hover card ui 2022-11-28 17:51:15 +08:00
三咲智子 b8cadca717
refactor: separate dialog and edit drafts 2022-11-28 15:55:57 +08:00
三咲智子 7f7eccdd07
ui(tiptap): wider focus for content editor
closes #165
2022-11-28 15:39:45 +08:00
三咲智子 fe875dc50f
refactor: drop controlled popper 2022-11-28 15:32:04 +08:00
三咲智子 df9e4edde7
ui: add tooltip for footer buttons 2022-11-28 15:16:22 +08:00
三咲智子 30eb95f1bd
feat: memorize language 2022-11-28 15:12:13 +08:00
三咲智子 5e0119aa84
ui: go self profile on user switcher 2022-11-28 15:03:31 +08:00
Ayaka Rizumu 871076f2d9
feat: install and configure i18n features (#177)
Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-28 14:58:29 +08:00
三咲智子 443bd65c05
refactor: cleanup 2022-11-28 14:41:02 +08:00
Daniel Roe d40b27982c
fix: use some more semantic elements 2022-11-27 23:29:21 +00:00
Daniel Roe d0ec3676b8
feat: use blue favicon for dev/preview mode 2022-11-27 23:09:18 +00:00
Daniel Roe 834eca2ad2
fix: tapping on avatar should show switcher on mobile 2022-11-27 22:57:20 +00:00
Daniel Roe 9687330dd4
fix: keep emoji object reactive
resolves #176
2022-11-27 20:51:55 +00:00
Shinigami 4a3b51dca8
fix: edited posts in notifications (#189) 2022-11-27 20:46:12 +01:00
Shinigami fa35d73d56
feat: clickable notification account (#184) 2022-11-27 20:40:16 +01:00
Shinigami d967520005
fix: show emoji in nav account (#159) 2022-11-28 00:59:33 +08:00
Shinigami 75aaf85e84
feat: dev indicator (#183) 2022-11-28 00:57:16 +08:00
Shinigami 72d40edbb6
feat: show translate below content (#185) 2022-11-28 00:54:11 +08:00
Shinigami e2000321c5
fix: align status actions (#143) 2022-11-27 16:11:34 +01:00
Guillaume Chau d97beabf4a
fix: recycle scroller glitches (#174) 2022-11-27 14:12:25 +01:00
Guillaume Chau 6acc838850
feat: add tooltip to change content visibility dropdown (#170) 2022-11-27 13:43:04 +01:00
Guillaume Chau 7cfbbb8813
refactor: use teleport for dialog instead of high z-index (#168) 2022-11-27 13:29:10 +01:00
Chris 74e48ad99e
fix(accountHeadr): change to absolute (#167) 2022-11-27 13:20:03 +01:00
三咲智子 Kevin Deng 424c7cd529
feat: user switch on mobile (#160) 2022-11-27 19:16:27 +08:00
三咲智子 bb69e6f231
fix: allow empty server for sign in 2022-11-27 17:29:25 +08:00
三咲智子 a101b79486
fix: type errors 2022-11-27 16:58:15 +08:00
三咲智子 c4af4a610e
fix: formatted edited time 2022-11-27 16:48:04 +08:00
Shinigami cedb511681
chore: use orange heart (#158) 2022-11-27 16:40:41 +08:00
Ayaka Rizumu 3e26326a31
fix: dialog scroll lock 2 (#156) 2022-11-27 16:02:09 +08:00
Anthony Fu 1a43ba9caa ui: improve header view 2022-11-27 15:44:47 +08:00
Anthony Fu 6fee5026bf fix: spoiler state 2022-11-27 15:20:33 +08:00
Anthony Fu b475377f64 feat(editor): show fetching state of name auto complete 2022-11-27 14:34:38 +08:00
Anthony Fu 8dd91002d7 feat: improve code block parsing 2022-11-27 14:16:02 +08:00
Chris 2bf4f8913a
fix: update route name when delete status (#151) 2022-11-27 06:08:13 +01:00
Anthony Fu 77a87af46a feat: loading skeleton 2022-11-27 13:02:19 +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 47ad3fe8bf ui: remove glass effect on top nav 2022-11-27 11:39:57 +08:00
Anthony Fu 39e200f639 refactor: use dropdown instead of drawer for user switch 2022-11-27 11:34:55 +08:00
Anthony Fu 4703b6884a feat: improve dialog 2022-11-27 11:13:39 +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
Anthony Fu 33268b1f70 refactor: improve dialogs 2022-11-27 09:52:46 +08:00
Anthony Fu ca016cc6a3 ui: improve post details view 2022-11-27 08:35:19 +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
patak 49b63aa3b2
fix: glass effect improvements (#150) 2022-11-27 00:13:52 +01:00
Shinigami92 bdcaab6933 fix: add missing notification status card 2022-11-26 23:04:39 +01:00
Anthony Fu a05880d922 ui: adjust 2022-11-27 04:48:10 +08:00
patak 321a200e27 chore: replace missed op25 2022-11-26 21:45:26 +01:00
patak e45ecf55f2
fix(a11y): solid color for secondary text (#148) 2022-11-27 04:41:18 +08:00
wheat 730eeca5b2
feat: add virtual scroller support to paginator for timeline (#146) 2022-11-26 20:57:59 +01:00
patak 2d16c4868e fix: spacing of status card without content 2022-11-26 20:06:07 +01:00
patak 03785846eb fix: hover on avatar at StatusDetails 2022-11-26 19:59:23 +01:00
Daniel Roe 19dd7f891d
fix: use form to sign in
Co-authored-by: Lindsay Wardell <three060@gmail.com>
2022-11-26 18:11:57 +00:00
Shinigami 39de2c36a6
feat: allow key enter for sign in (#142) 2022-11-26 19:07:31 +01:00
Chris 7415c5fca2
fix(ModalDialog): center the preview image (#141) 2022-11-26 18:56:16 +01:00
Lucie ef287b4f36
feat: add media tab (#137) 2022-11-26 18:36:23 +01:00
Chris ad8b878120
fix(publishWidget): add max height (#136) 2022-11-26 18:20:30 +01: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
patak 5c60497421
feat: scroll to status (#127)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-26 16:38:55 +01:00
Daniel Roe e51ca06f97
fix: use rich (emoji) display name only with <ContentRich> 2022-11-26 15:06:30 +00:00
Chris 6d2ca0a1b1
chore(login): update some classes (#130) 2022-11-26 14:42:13 +00:00
三咲智子 84478984dc
feat: support more actions for user 2022-11-26 21:07:36 +08:00
Ayaka Rizumu 3d7d2ca405
fix: dialog scroll lock (#124)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-11-26 18:11:32 +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
wheat de468fb28b
fix: fixes profile button hover style in navigation (#122) 2022-11-26 16:10:24 +08:00
Anthony Fu 481bfb255c feat: hide nav bar in zen mode 2022-11-26 15:21:15 +08:00
wheat addbe1b567
feat: query for tiptap mention autocomplete (#120)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-11-26 14:55:54 +08:00
三咲智子 39ebb24f04
fix: show sign in button on mobile only 2022-11-26 14:27:05 +08:00
三咲智子 36fc189064
feat(status): edit history 2022-11-26 13:07:01 +08:00
三咲智子 696ddb2bad
feat: add sign in for mobile 2022-11-26 11:53:27 +08:00
三咲智子 d146b5b730
feat(status): add edit indicator for detail 2022-11-26 11:36:18 +08:00
三咲智子 714b8d2bb1
feat(status): add visibility indicator
closes #117
2022-11-26 11:02:26 +08:00
Shinigami 175e31288a
feat: use pointer when clickable status (#113) 2022-11-26 01:04:31 +01:00
patak 4bb2910761
feat: status route using full account (#115) 2022-11-25 23:49:56 +00:00
Daniel Roe b36a803eef
fix: hide 'unknown client' 2022-11-25 23:48:23 +00: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
Daniel Roe b6c118eb50
chore: typo 2022-11-25 21:09:10 +00:00
三咲智子 c9ae7cf942
feat: support more markdown syntaxes
closes #102, partial #40
2022-11-26 04:19:48 +08:00
Vjacheslav Trushkin adf8c5cc1e
fix: center zoomed in image in modal (#109) 2022-11-25 21:04:10 +01: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
三咲智子 a812ea098f
fix(publish): empty content 2022-11-26 02:10:22 +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
Michel EDIGHOFFER 055bcf0e96
feat: add link to the status from the time link (#97) 2022-11-25 16:48:49 +00:00
Shinigami c2af403e6a
fix: add missing notification status card (#99) 2022-11-26 00:41:52 +08:00
Shinigami 2c774eba98
feat: show edit indicator for posts (#90) 2022-11-25 16:34:53 +00:00
Anthony Fu d177753775 fix: publish content 2022-11-26 00:17:19 +08:00
Daniel Roe f165eebed3
refactor: drop Setup suffix for setup components 2022-11-25 16:08:30 +00:00