Commit graph

317 commits

Author SHA1 Message Date
三咲智子 2a166b95d2
fix: avatar shrink on hover card 2022-11-26 01:16:50 +08:00
三咲智子 eec37470f9
fix: jump to home after user login 2022-11-26 01:02:41 +08:00
三咲智子 Kevin Deng 20ed3ce738
feat: get endpoint url for netlify preview (#88) 2022-11-26 00:57:29 +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
Anthony Fu fded94c93d chore: remove unused file 2022-11-25 23:16:22 +08:00
Shinigami 2c630292af
chore: use 5314 as a custom dev port (#95) 2022-11-25 23:15:54 +08:00
Daniel Roe ae2ce85bcc
feat: use <time> element 2022-11-25 15:00:50 +00:00
Anthony Fu c8c4972693 fix: root element 2022-11-25 22:44:16 +08:00
Anthony Fu 7065100006 ui: show full id in switcher 2022-11-25 22:44:16 +08:00
Daniel Roe 45b6e39b6e
fix: do not emit runtime comments
resolves 'Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.'
2022-11-25 14:42:26 +00:00
Anthony Fu 842102cea4 fix: fallback to image for media 2022-11-25 22:31:37 +08:00
Daniel Roe 4f133aabc0
fix: store info for all servers 2022-11-25 14:21:07 +00:00
Daniel Roe aac689a2f5
refactor: fix typo 2022-11-25 14:07:31 +00:00
Daniel Roe f7dff673ad
feat: respect current server's char limit 2022-11-25 14:01:37 +00:00
Anthony Fu b8ce2fc62b ui: improve hover card motion 2022-11-25 21:58:49 +08:00
Anthony Fu fd410010ca ui: adjust layout 2022-11-25 21:40:57 +08:00
Anthony Fu 4632d7d4ab feat: chars counter, close #64 2022-11-25 21:29:42 +08:00
Shinigami d71f5b6420
ui: add hover indicator for post elements (#89) 2022-11-25 21:21:42 +08:00
Anthony Fu c2810fd5eb
feat: basic integration with TipTap (#87) 2022-11-25 21:21:02 +08:00
Daniel Roe 019a36c9bb
fix: include media within content warning 2022-11-25 12:57:02 +00:00
Daniel Roe a5b9f25777
fix: reset font weight within hover card 2022-11-25 12:35:37 +00:00
三咲智子 43479aaa66
feat: publish and show sensitive content 2022-11-25 20:10:45 +08:00
三咲智子 f54e135848
feat: add title for pages 2022-11-25 19:48:48 +08:00
三咲智子 dfdf95da61
feat(account): more actions for user 2022-11-25 19:39:26 +08:00
三咲智子 b58d204199
refactor: extract account avatar 2022-11-25 19:39:26 +08:00
Daniel Roe 910c585a55
fix: use better wording 2022-11-25 11:25:23 +00:00
Shinigami fed9849016
feat: jump to top after clicking logo (#86)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-25 19:24:40 +08:00
Daniel Roe 3f382bdad0
fix: respect source language of post and move translation UI into menu 2022-11-25 11:24:19 +00:00
三咲智子 bb05003fa3
feat: show hover card in more places 2022-11-25 18:54:49 +08:00
三咲智子 569ae00284
fix: cache account 2022-11-25 18:45:39 +08:00
三咲智子 9f44e607ad
refactor: improve break words UI 2022-11-25 18:20:01 +08:00
三咲智子 3c550b832b
fix: user 404 2022-11-25 17:50:49 +08:00
三咲智子 3dddf6d5f7
refactor: improve dropzone UI 2022-11-25 17:31:32 +08:00
三咲智子 5f254b378f
feat(status): optimistic update count 2022-11-25 17:29:55 +08:00
Alvaro Saburido d3e4e22ed1
feat(publish-widget): add dropzone for media attachments (#85) 2022-11-25 09:29:16 +00:00
三咲智子 5e54cbe792
fix: add margin-bottom for mobile device
Add margin-bottom to prevent content from being blocked by bottom nav.
2022-11-25 17:04:50 +08:00
三咲智子 6c350faf7c
feat: show full created time in tooltip 2022-11-25 16:57:49 +08:00
Anthony Fu ff81389404 test: add more test for rich content 2022-11-25 16:56:18 +08:00
三咲智子 727bef6066
fix(status): add word wrap
closes #63
2022-11-25 16:43:47 +08:00
Anthony Fu a253a222ec chore: type 2022-11-25 16:30:38 +08:00
Anthony Fu 15733000a6 chore: setup unit test 2022-11-25 16:26:02 +08:00
wheat 410d41a0a8
feat: add account hover card (#80)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-11-25 16:21:53 +08:00
wheat 4505080ba8
feat: add mobile navigation (#78)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-11-25 16:13:35 +08:00
三咲智子 e7fd9be93d
feat: lazy load avatar 2022-11-25 16:07:09 +08:00
三咲智子 2f1c890623
fix: reference content rich component 2022-11-25 15:57:39 +08:00
三咲智子 c475ed3857
fix: don't load all languages for code 2022-11-25 15:55:56 +08:00