summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update linrsyuilo2021-11-19290-1163/+1163
|
* feat(client): keep line breaks of translated text to improve readabilitysyuilo2021-11-192-4/+4
|
* fix(client): better error handling of file uploadsyuilo2021-11-191-4/+23
|
* feat(client): collapse sub note automaticallysyuilo2021-11-191-1/+42
|
* fix(client): fix plugin activate and uninstall (#7991)futchitwo2021-11-191-1/+2
| | | | | * fix(client): fix plugin activate and uninstall * Fix(client): fix package activates
* lint: add missing semicolonsyuilo2021-11-181-1/+1
|
* fixsyuilo2021-11-185-15/+13
|
* introduce lint for clientsyuilo2021-11-1831-44/+70
| | | | Resolve #7998
* limit depth of reply posts (#7979)Johann1502021-11-181-11/+21
| | | | | | | * limit depth of reply posts * some tweaks Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(client): refactor dialog functions to improve type inferencesyuilo2021-11-1884-460/+415
|
* fix(client):fix search all users (#7993)futchitwo2021-11-181-1/+1
|
* feat(client): アカウント削除に確認ダイアログを出すようにsyuilo2021-11-141-0/+9
|
* fix(client): fix tooltip stylesyuilo2021-11-142-28/+50
|
* fix(client): improve error handlingsyuilo2021-11-141-4/+4
|
* fix(client): reaction viewer layout (#7942)Johann1502021-11-131-2/+4
| | | | The profile picture and name should be grouped together as they belong, and it should be clear which picture belongs to which name.
* refactor(client): improve readabilitysyuilo2021-11-121-6/+2
|
* refactor(client): use composition api for tooltip logicsyuilo2021-11-126-217/+185
|
* enhance: show renoters (#7954)Johann1502021-11-124-94/+227
| | | | | | | | | | | | | | | | | | * refactor: deduplicate renote button into component For now the renoters tooltip just uses the reaction viewer component with a fixed emoji symbol instead. * chore: remove unnecessary CSS * fix: forgot to rename variable * enhance: use own tooltip instead of reaction viewer * clean up style * fix additional renoters number * rename file to better represent content
* refactoringsyuilo2021-11-121-3/+4
|
* fix: mention local users in replies (#7975)nullobsi2021-11-122-4/+4
| | | | | * mention local users in replies * fix merge
* fix errorssyuilo2021-11-122-180/+3
|
* fix errorssyuilo2021-11-121-8/+0
|
* refactoring: グローバルコンポーネントを認識するようにsyuilo2021-11-121-32/+53
|
* viaMobileフラグ廃止syuilo2021-11-125-15/+0
| | | | Close #7965
* refactoringsyuilo2021-11-12531-0/+75230
Resolve #7779