Commit graph

84 commits

Author SHA1 Message Date
Alec LeFors 94d22fd488
fix: Allow account handles to wrap in AccountHeader (#1991) 2023-04-23 21:35:01 +02:00
Tuur Martens dbbbe8aa01
feat: improve personal notes (#1978) 2023-04-22 12:41:27 +02:00
patak ea44f8bc30 fix: allow custom emojis on profile metadata field names
Fixes #1992
2023-04-19 21:32:07 +02:00
Tuur Martens 2dc7ad27bf
feat: personal notes (#1960) 2023-04-09 21:11:37 +02:00
Evan Boehs 87496e01af fix: remove saturation for links fixes #1528 2023-02-03 22:17:44 +01:00
Evan Boehs 97964ede5c feat: add outline to verified links closes #155 2023-02-03 22:17:44 +01:00
Evan Boehs e58d09b6cc
feat: finish list CRUD (#1532)
Co-authored-by: userquin <userquin@gmail.com>
closes https://github.com/elk-zone/elk/issues/372
2023-02-02 22:02:39 +01:00
Evan Boehs e393049f04
feat: more list support (#1479) 2023-01-27 16:15:46 +01:00
Rajat Dwivedi 8b72e178d8
fix: #1348 Fixed the follow button movement UI (#1383)
Co-authored-by: patak <matias.capeletto@gmail.com>
2023-01-23 12:05:46 +01:00
webfansplz 09997c2f90
chore: preview header only when it's already set (#1311)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-19 11:26:40 +01:00
Jeff Sikes fd662b8864
feat: enhancements to profile account notifications (#1127) 2023-01-17 13:57:24 +01:00
rshigg e7ccd00ad3
fix: Improve styling and add accessible text to notify button (#1138) 2023-01-15 10:00:39 +00:00
三咲智子 Kevin Deng 4422a57f49
refactor: sync masto (#1121) 2023-01-15 16:38:02 +08:00
三咲智子 Kevin Deng a6a825e553
fix: using useSelfAccount
fix cfbb93045c
11fc2572d5
2023-01-14 21:04:44 +08:00
Daniel Roe cfbb93045c fix: revert using useSelfAccount (hotfix)
This reverts commit 11fc2572d5.
2023-01-13 20:57:47 +00:00
三咲智子 Kevin Deng 11fc2572d5
refactor: extract check self account 2023-01-14 03:01:24 +08:00
三咲智子 Kevin Deng 1275c41bd2
refactor(account): adjust notify button 2023-01-13 23:00:35 +08:00
Jeff Sikes 9b1ac596d3
feat: notification when followed account creates a new post (#1045)
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
wheat 2af1fec425
feat: use square avatar when on own profile (#961) 2023-01-11 09:39:49 +01:00
Ivan Demchuk 1dcaf41c0f
feat(i18n): add Ukrainian localization (#882) 2023-01-08 20:35:48 +01:00
三咲智子 Kevin Deng 5c8f75b9b7
refactor: upgrade masto 5 (#867) 2023-01-08 14:21:09 +08:00
三咲智子 bbc1580010
refactor: add bot indicator icon 2023-01-07 21:53:15 +08:00
三咲智子 2bbbfd51c1
refactor(account): extract display name component 2023-01-07 03:12:00 +08:00
三咲智子 bf8070c4b9
refactor: auto import masto composables 2023-01-07 02:35:45 +08:00
三咲智子 b14add8c83
refactor: tidy masto icons 2023-01-03 20:03:50 +08:00
三咲智子 fe7bd2d7e3
feat(account): add tooltip for field icons 2023-01-03 19:41:26 +08:00
三咲智子 Kevin Deng c216c81bb7
feat(settings): metadata (#699)
Co-authored-by: LittleSound <464388324@qq.com>
2023-01-02 23:00:11 +08:00
Vjacheslav Trushkin 727d05915f
fix: layout fixes for RTL languages (#591)
* fix: rtl arrows on settings page

* fix: border on settings page for RTL languages

* fix: RTL fixes for logo, search box and logout icon

* fix: RTL layout bugs in conversations

* chore: remove rtl setting icon

* improve arabic locale

* add new entries to arabic locale

* chore: include number format

* fix: RTL layout on several pages

* fix: RTL layout of account header and sign in modal

* fix: always display account handle in LTR

* fix: move character counter in publish widget to left side for RTL

* fix: remove border-ss-none unocss rule

* fix: many RTL fixes

* fix: RTL fixes for many pages

* fix: use viewer's direction in all content

* chore: use new arabic plural rules

* chore: flip arrow on main content header

* chore: fix StatusPoll and show_new_items for zh-TW

* chore: StatusPoll tooltip on bottom

* chore: add `en` variants to i18n conf

* chore: update entry to use new plural rule

* fix: automatic content direction for status

* fix: direction for account handle

* fix: direction of polls

Co-authored-by: userquin <userquin@gmail.com>
Co-authored-by: Jean-Paul Khawam <jeanpaulkhawam@protonmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-01 15:29:11 +01:00
patak b2153fa12e feat: limit max height of profile note 2022-12-30 21:54:38 +01:00
Ayaka Rizumu 613c5315b3
feat: added a profile settings and settings nav (#432) 2022-12-26 09:50:11 +01:00
Lu[ke] Wilson a1400b7fea
ui: make bio text less dim (#549) 2022-12-25 13:44:45 +01:00
Daniel Roe 7887629954
fix: don't parse rich content in display name (#449)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-12-17 21:01:20 +00:00
Daniel Roe b545efeacc
fix: revert removal of parsing rich content in display name
This reverts commit 5be48b102f.
2022-12-17 16:06:45 +00:00
三咲智子 5be48b102f
fix: don't parse rich content in display name
closes #445
2022-12-17 22:30:39 +08:00
Shinigami a26cedbdd4
feat: add bot label (#392) 2022-12-11 16:43:23 +01:00
三咲智子 413e7b1a00
feat: add discord field icon 2022-12-10 20:43:45 +08:00
Daniel Roe b078e456cc
fix: add explicit height/width for logo to reduce cls 2022-12-06 23:32:27 +00:00
Ayaka Rizumu 7a07d21b76
fix: style overflow due to user content (#355) 2022-12-06 17:37:58 +01:00
Anthony Fu 57eef8e77f feat: dialog ui 2022-12-02 15:27:44 +08:00
Joaquín Sánchez c4cf3fb371
feat(i18n): plurals support (#278) 2022-12-02 10:18:36 +08:00
Anthony Fu cf7cd1fd6c feat: preview multiple images 2022-11-30 11:27:19 +08: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
QiroNT 59802f0896
feat: command palette (#200)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-11-29 16:15:05 +08:00
Chris 08fe00df6d
fix(avatar): update default bg color (#214) 2022-11-29 07:00:06 +01:00
Daniel Roe b17c090d36
fix: display account emojis in other account fields too 2022-11-28 14:35:49 +00:00
Anthony Fu 0843878a42 ui: hover card ui 2022-11-28 17:51:15 +08: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