summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update instance-mute.vuesyuilo2021-12-091-21/+13
|
* feat: user-level instance mute (#7712)romaboo2021-12-092-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update ja-JP.yml * Added settable config for muted instances * added psql query for removal of muted notes * Added filtering and trimming for instance mutes * cleaned up filtering of bad instance mutes and added a refresh at the end for the list on the client * Added notification & streaming timeline muting * Updated changelog * Added missing semicolon * Apply japanese string suggestions from robflop Co-authored-by: Robin B. <robflop98@outlook.com> * Changed Ja-JP instance mute title string to one suggested by sousuke Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> * Update ja-JP instanceMuteDescription based on sousuke's suggestion Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> * added notification mute * added notification and note children muting * Fixed a bug where local notifications were getting filtered on cold start * Fixed instance mute imports * Fixed not saving/loading instance mutes * removed en-US translations for instance mute * moved instance mute migration to js * changed settings index back to spaces * removed destructuring assignment from notification stream in instance mute check call Co-authored-by: tamaina <tamaina@hotmail.co.jp> * added .note accessor for checking note data instead of notification data * changed note to use Packed<'Note'> instead of any and removed usage of snake case Co-authored-by: tamaina <tamaina@hotmail.co.jp> * changed notification mute check to check specifically for notification host * changed to using single quotes * moved @click to the end for the linter * revert unnecessary changes * restored newlines * whitespace removal Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Robin B. <robflop98@outlook.com> Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> Co-authored-by: puffaboo <emilis@jigglypuff.club> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* Update about-misskey.vuesyuilo2021-12-091-22/+44
|
* Fix(client): ↵futchitwo2021-12-051-1/+1
| | | | iをパラメーターに含めてもデフォルトのiが付与されるのを修正 (#8039)
* fix(client): better hover detectionsyuilo2021-12-054-32/+41
|
* refactor(client): :sparkles:syuilo2021-12-052-57/+29
|
* add notesyuilo2021-12-051-0/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2021-12-051-18/+16
|\
| * Update other.vue (#8040)okpierre2021-12-051-18/+16
| |
* | fix(client): ↵syuilo2021-12-058-26/+33
|/ | | | タッチ機能付きディスプレイを使っていてマウス操作をしている場合に一部機能が動作しない問題を修正
* 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
|