summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix(client): APIコンソールで with credential ↵futchitwo2021-12-051-1/+2
| | | | がオフだとiが付与されないように (#8038)
* fix(client): fix range slider renderingsyuilo2021-12-043-7/+24
|
* fix(client): tweak stylesyuilo2021-12-044-29/+34
|
* fix(client): pagesで関数を定義できない問題を修正syuilo2021-12-041-2/+2
|
* enhance(client): improve usabilitysyuilo2021-12-031-0/+5
|
* enhance(client): improve usabilitysyuilo2021-12-033-0/+4
|
* refactor(client): refactor ui componentssyuilo2021-12-037-669/+794
|
* client: tweak uisyuilo2021-12-032-75/+64
|
* client: tweak uisyuilo2021-12-031-1/+1
|
* client: tweak uisyuilo2021-12-035-29/+32
|
* client: tweak uisyuilo2021-12-031-10/+3
|
* client: tweak uisyuilo2021-12-032-1/+7
|
* fix: 画像ファイルの縦横サイズの取得で Exif Orientation ↵xianon2021-12-031-6/+15
| | | | | | | | | | | を考慮する (#8014) * 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する * test: Add rotate.jpg test * Webpublic 画像を返す時のみ Exif Orientation を考慮して縦横サイズを返す * test: Support orientation
* feat: Undo Accept (#7980)nullobsi2021-12-031-0/+16
| | | | | | | * allow breaking of follow * send undo * delete by using reject follow
* add todosyuilo2021-12-021-0/+3
|
* client: tweak uisyuilo2021-12-024-5/+7
|
* fix mentions in replies (#8030)nullobsi2021-12-021-1/+6
|
* enhance(client): make possible to close image dialog with clicksyuilo2021-12-021-1/+10
| | | | Related #8023
* client: tweak uisyuilo2021-12-0233-185/+199
|
* :art:syuilo2021-11-301-0/+1
|
* fix: ↵tamaina2021-11-301-3/+3
| | | | | | | | | LTLやGTLが無効になっている場合でもUI上にタブが表示される問題を修正 (#8026) * wip * add changelog * 変換ミス修正
* feat(client): ↵syuilo2021-11-287-7/+11
| | | | Renoteなノート詳細ページから元のノートページに遷移できるように
* feat(client): show confirm dialog when votesyuilo2021-11-281-4/+10
|
* client: refine uisyuilo2021-11-2848-1141/+1736
|
* fix(client): ↵syuilo2021-11-272-0/+15
| | | | モバイルでタップしたときにツールチップが表示される問題を修正
* fix: notification.vueのIntersectionObserverまわりを修正 (#8010)tamaina2021-11-261-12/+9
| | | | | | | | | | | | | | | | | | | * fix notification.vue * remove a blank line * disconnect intersection observer * disconnect2 * Update packages/client/src/components/notification.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * disconnect * oops Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Implemented a rotate MFM (#8016)Richard "EpicKitty" Bowey2021-11-263-1/+17
| | | Co-authored-by: Richard Bowey <me@epickitty.uk>
* fix(client): ↵syuilo2021-11-212-6/+2
| | | | リアクションツールチップ、Renoteツールチップのユーザーの並び順を修正
* fix(client): ↵syuilo2021-11-211-0/+8
| | | | ログインにおいてパスワードが誤っている際のエラーメッセージが正しく表示されない問題を修正
* client: ノートにモデレーターバッジを表示するのを廃止syuilo2021-11-213-25/+0
|
* 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