summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(client): tweak uisyuilo2021-12-243-3/+35
|
* fix(client): fix zindex issuesyuilo2021-12-241-0/+9
| | | | Fix #8086
* clean upsyuilo2021-12-233-14/+0
|
* refactor(client): refactorsyuilo2021-12-233-65/+28
|
* enhance(client): tweak channel pagessyuilo2021-12-234-76/+96
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2021-12-223-1/+8
|\
| * wip (#8077)tamaina2021-12-213-1/+8
| |
* | enhance(client): メールアドレスの認証にクリック必須にsyuilo2021-12-221-4/+7
|/
* fix(client): カスタム絵文字一覧ページの負荷が高いのを修正syuilo2021-12-181-4/+0
|
* clean upsyuilo2021-12-181-12/+0
|
* :art:syuilo2021-12-181-4/+3
|
* fix(client/deck): ↵syuilo2021-12-181-1/+1
| | | | | | カラムの増減がページをリロードするまで正しく反映されない問題を修正 Fix #8065
* :art:syuilo2021-12-181-2/+1
|
* refactor(client): improve $i typesyuilo2021-12-181-7/+2
|
* improve(client): show reload tipsyuilo2021-12-181-1/+4
|
* feat(client): improve toast component and show welcome messagesyuilo2021-12-185-40/+125
|
* fix(client): fix zindex issuesyuilo2021-12-183-3/+3
|
* fix(client): fix zindex issuesyuilo2021-12-1816-29/+32
| | | | | Fix #8064 Fix #8063
* fix(client): fix zindex issuesyuilo2021-12-171-1/+1
|
* fix(client): tweak stylesyuilo2021-12-171-1/+1
|
* improve(client): tweak drawer max heightsyuilo2021-12-171-1/+1
|
* fix(client): fix zindex issuesyuilo2021-12-171-1/+1
|
* :art:syuilo2021-12-174-3/+10
|
* enhance(client): ↵syuilo2021-12-173-5/+15
| | | | リアクションピッカーの表示方法を選択できるように
* :art:syuilo2021-12-173-3/+16
|
* enhance(client): improve modal menu for mobilesyuilo2021-12-1710-390/+337
|
* fix(client): fix zindex issuessyuilo2021-12-162-4/+4
| | | | Fix #8060
* fix(client): 一部のコンポーネントが裏に隠れるのを修正syuilo2021-12-152-5/+6
|
* fix(client): ↵syuilo2021-12-141-2/+2
| | | | オートコンプリートがダイアログの裏に隠れる問題を修正
* Update formula-core.vuesyuilo2021-12-141-1/+1
|
* enhance(client): make possible to leave a groupsyuilo2021-12-141-42/+69
|
* clean upsyuilo2021-12-111-1/+1
|
* fix(client): fix z-index bugsyuilo2021-12-112-23/+5
|
* tweak componentsyuilo2021-12-101-50/+79
|
* feat: カスタム絵文字エクスポートsyuilo2021-12-101-0/+28
|
* fix(client): ↵syuilo2021-12-104-32/+22
| | | | メニューなどがウィンドウの裏に隠れる問題を修正
* fix(client): クリップの設定を編集できない問題を修正syuilo2021-12-101-12/+16
| | | | Fix #8046
* :art:syuilo2021-12-102-17/+16
|
* tweak stylesyuilo2021-12-103-25/+36
|
* fix: integration links (#8036)Outvi V2021-12-103-3/+6
|
* client: tweak stylesyuilo2021-12-101-62/+60
|
* client: tweak stylesyuilo2021-12-105-10/+14
|
* feat: improve follow exportsyuilo2021-12-101-64/+116
|
* refactor(client): :sparkles:syuilo2021-12-1010-14/+23
|
* Update instance-mute.vuesyuilo2021-12-091-5/+2
|
* 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
|