1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-02-18 00:09:48 +03:00
Commit graph

1205 commits

Author SHA1 Message Date
Jeff Sikes
9b1ac596d3
feat: notification when followed account creates a new post ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fix https://github.com/elk-zone/elk/issues/538
2023-01-13 22:53:40 +08:00
Yuexun Jiang
341de5ffaa
fix: back button was not displayed on lg screen ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-01-13 22:49:52 +08:00
Joaquín Sánchez
1d151c53c4
fix: multiple push notifications susbscriptions on multiple account servers () 2023-01-13 13:54:30 +01:00
Michel EDIGHOFFER
5c9a21eb9a
fix: show placeholder on not loaded avatar to void showing alt text () 2023-01-13 10:23:51 +01:00
patak
3367ba6e30 fix: revert
This reverts commit 6cb3183c2e.
2023-01-13 10:07:10 +01:00
patak
f78a7cd98d feat: link to github releases from version number in app 2023-01-13 10:03:05 +01:00
Kushal Niroula
23532062f5
fix: empty server list throws console error on move ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-01-13 14:23:24 +08:00
Diu
6cb3183c2e
feat(ui): smoothly unblurring picture placeholders ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
resolves https://github.com/elk-zone/elk/issues/1022
2023-01-13 14:19:46 +08:00
Alex
5e940e58cb
fix: offline checker not show in large screen ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
closes https://github.com/elk-zone/elk/issues/1042
2023-01-13 05:49:48 +00:00
Anthony Fu
f758fc6bea feat: hide user handle in zen mode 2023-01-13 01:39:48 +01:00
Anthony Fu
9571d7338a feat: separate metions lines on replying 2023-01-13 01:33:04 +01:00
Anthony Fu
36ae8be40a
feat: collapse mentions () 2023-01-13 01:08:56 +01:00
Michel EDIGHOFFER
7f4a5587d7
fix: disable virtual scroll on notification page () 2023-01-13 00:05:09 +01:00
Daniel Roe
1e538cb8cd fix(types): ignore $fetch types 2023-01-12 22:58:41 +00:00
Daniel Roe
8c2aed0590 fix: use globalThis.$fetch for tauri support 2023-01-12 22:27:14 +00:00
Pavel
839331ae67
fix: non-showing hashtag charts () 2023-01-12 21:19:20 +00:00
三咲智子 Kevin Deng
a41a31732b
revert: "feat: display i18n text on SSR"
This reverts commit cafc995dde.
2023-01-13 02:35:26 +08:00
Tom Sherman
e9dccc9ef5
feat: add option to follow system color setting ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Closes https://github.com/elk-zone/elk/issues/1007
2023-01-12 18:29:10 +00:00
三咲智子 Kevin Deng
c484117657
refactor: simplify code 2023-01-13 02:18:21 +08:00
Tom Sherman
11f1f62523
feat: hide server autocomplete when you enter a valid URL ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
closes https://github.com/elk-zone/elk/issues/1005
2023-01-13 02:14:34 +08:00
Kushal Niroula
4f696175b3
feat(ui): highlight pick you server message in sign in form () 2023-01-13 02:03:39 +08:00
三咲智子 Kevin Deng
cafc995dde
feat: display i18n text on SSR 2023-01-13 01:58:31 +08:00
三咲智子 Kevin Deng
9a41b9b7d7
feat(settings): respect settings from server () 2023-01-13 01:52:52 +08:00
təəna.vuə
34aef0a55f
feat: update hover color and bg for action more button () 2023-01-12 17:40:49 +08:00
三咲智子 Kevin Deng
25223d026b
feat: add tooltip for user picker () 2023-01-12 13:39:39 +08:00
三咲智子 Kevin Deng
4e0777d723
refactor: output errors on devtools () 2023-01-12 13:39:22 +08:00
patak
50c54144e6 chore: point GitHub links to the elk repo 2023-01-12 01:41:25 +01:00
patak
3ef1f8185d chore: prepare intro screen for opening up the repo 2023-01-12 01:39:53 +01:00
Anthony Fu
e34bfee4a5 feat: sponsors in about page and nav footer 2023-01-11 23:24:05 +01:00
Ayo Ayco
689ae0c701
fix: top and bottom padding of small preview card on mobile () 2023-01-11 20:08:15 +01:00
Shinigami
c1e89582f8
fix: remove emoji in status title ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-01-11 17:47:36 +00:00
Daniel Roe
c2850a34ae
fix: use mention accts within a status to render links () 2023-01-11 18:18:06 +01:00
Daniel Roe
f04d7ac067
fix: defer loading text and server links until hydration () 2023-01-11 14:50:47 +00:00
Ayo Ayco
c92fd7939e
feat: bring zen mode to mobile footer nav () 2023-01-11 14:00:41 +00:00
Piotrek Tomczewski
af85a5ea8d
fix(hashtag): fixed hashtag follow button on larger screens () 2023-01-11 14:39:20 +01:00
Joaquín Sánchez
0cc75a10b5
feat: use experimentalVirtualScroller on notifications () 2023-01-11 17:59:47 +08:00
wheat
2af1fec425
feat: use square avatar when on own profile () 2023-01-11 09:39:49 +01:00
Clark Cui
c757e45762
fix: back button invalid () 2023-01-11 12:31:35 +08:00
Daniel Roe
2281dc6bd0 fix: expose dropzone ref to publish widget 2023-01-10 22:51:25 +00:00
Ivan Demchuk
6e7813020e
fix: properly close media dialog on Esc key () 2023-01-10 20:57:12 +01:00
Clark Cui
74148d71b0
fix: disable back button when no back path ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-01-11 00:01:24 +08:00
wheat
ba9a91a34e
feat: wellness settings ()
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-01-10 22:45:17 +08:00
三咲智子 Kevin Deng
81c8a74748
feat(publish): add loading icon for sending 2023-01-10 21:32:50 +08:00
三咲智子 Kevin Deng
0ef99f2c8e
refactor(publish): extract to composables 2023-01-10 21:31:59 +08:00
patak
ad1e597b5c
feat: no borders in cards () 2023-01-10 10:05:59 +01:00
三咲智子
34be0078c2
refactor(publish): check glitch edition 2023-01-10 16:36:06 +08:00
三咲智子
217f1ea567
feat(settings): up to 16 fields for glitch edition 2023-01-10 16:33:20 +08:00
三咲智子
88731ee18d
feat(account): predict relationship from context 2023-01-10 15:49:49 +08:00
三咲智子
b4cda4338f
fix(command): trim spaces 2023-01-10 15:24:14 +08:00
三咲智子
8fb9739f69
feat(status): show visibility icon when non-public
closes 
2023-01-10 15:14:33 +08:00