| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(client): fix zindex issue | syuilo | 2021-12-17 | 1 | -1/+1 |
| | | |||||
| * | fix(client): tweak style | syuilo | 2021-12-17 | 1 | -1/+1 |
| | | |||||
| * | improve(client): tweak drawer max height | syuilo | 2021-12-17 | 1 | -1/+1 |
| | | |||||
| * | fix(client): fix zindex issue | syuilo | 2021-12-17 | 1 | -1/+1 |
| | | |||||
| * | :art: | syuilo | 2021-12-17 | 4 | -3/+10 |
| | | |||||
| * | enhance(client): ↵ | syuilo | 2021-12-17 | 3 | -5/+15 |
| | | | | | リアクションピッカーの表示方法を選択できるように | ||||
| * | :art: | syuilo | 2021-12-17 | 3 | -3/+16 |
| | | |||||
| * | enhance(client): improve modal menu for mobile | syuilo | 2021-12-17 | 10 | -390/+337 |
| | | |||||
| * | fix(client): fix zindex issues | syuilo | 2021-12-16 | 2 | -4/+4 |
| | | | | | Fix #8060 | ||||
| * | fix(client): 一部のコンポーネントが裏に隠れるのを修正 | syuilo | 2021-12-15 | 2 | -5/+6 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2021-12-14 | 1 | -2/+2 |
| | | | | | オートコンプリートがダイアログの裏に隠れる問題を修正 | ||||
| * | Update formula-core.vue | syuilo | 2021-12-14 | 1 | -1/+1 |
| | | |||||
| * | enhance(client): make possible to leave a group | syuilo | 2021-12-14 | 1 | -42/+69 |
| | | |||||
| * | clean up | syuilo | 2021-12-11 | 1 | -1/+1 |
| | | |||||
| * | fix(client): fix z-index bug | syuilo | 2021-12-11 | 2 | -23/+5 |
| | | |||||
| * | tweak component | syuilo | 2021-12-10 | 1 | -50/+79 |
| | | |||||
| * | feat: カスタム絵文字エクスポート | syuilo | 2021-12-10 | 1 | -0/+28 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2021-12-10 | 4 | -32/+22 |
| | | | | | メニューなどがウィンドウの裏に隠れる問題を修正 | ||||
| * | fix(client): クリップの設定を編集できない問題を修正 | syuilo | 2021-12-10 | 1 | -12/+16 |
| | | | | | Fix #8046 | ||||
| * | :art: | syuilo | 2021-12-10 | 2 | -17/+16 |
| | | |||||
| * | tweak style | syuilo | 2021-12-10 | 3 | -25/+36 |
| | | |||||
| * | fix: integration links (#8036) | Outvi V | 2021-12-10 | 3 | -3/+6 |
| | | |||||
| * | client: tweak style | syuilo | 2021-12-10 | 1 | -62/+60 |
| | | |||||
| * | client: tweak style | syuilo | 2021-12-10 | 5 | -10/+14 |
| | | |||||
| * | feat: improve follow export | syuilo | 2021-12-10 | 1 | -64/+116 |
| | | |||||
| * | refactor(client): :sparkles: | syuilo | 2021-12-10 | 10 | -14/+23 |
| | | |||||
| * | Update instance-mute.vue | syuilo | 2021-12-09 | 1 | -5/+2 |
| | | |||||
| * | Update instance-mute.vue | syuilo | 2021-12-09 | 1 | -21/+13 |
| | | |||||
| * | feat: user-level instance mute (#7712) | romaboo | 2021-12-09 | 2 | -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 deps | syuilo | 2021-12-09 | 2 | -939/+436 |
| | | |||||
| * | Update about-misskey.vue | syuilo | 2021-12-09 | 1 | -22/+44 |
| | | |||||
| * | Fix(client): ↵ | futchitwo | 2021-12-05 | 1 | -1/+1 |
| | | | | | iをパラメーターに含めてもデフォルトのiが付与されるのを修正 (#8039) | ||||
| * | fix(client): better hover detection | syuilo | 2021-12-05 | 4 | -32/+41 |
| | | |||||
| * | refactor(client): :sparkles: | syuilo | 2021-12-05 | 2 | -57/+29 |
| | | |||||
| * | add note | syuilo | 2021-12-05 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2021-12-05 | 1 | -18/+16 |
| |\ | |||||
| | * | Update other.vue (#8040) | okpierre | 2021-12-05 | 1 | -18/+16 |
| | | | |||||
| * | | fix(client): ↵ | syuilo | 2021-12-05 | 8 | -26/+33 |
| |/ | | | | タッチ機能付きディスプレイを使っていてマウス操作をしている場合に一部機能が動作しない問題を修正 | ||||
| * | Fix(client): APIコンソールで with credential ↵ | futchitwo | 2021-12-05 | 1 | -1/+2 |
| | | | | | がオフだとiが付与されないように (#8038) | ||||
| * | fix(client): fix range slider rendering | syuilo | 2021-12-04 | 3 | -7/+24 |
| | | |||||
| * | fix(client): tweak style | syuilo | 2021-12-04 | 4 | -29/+34 |
| | | |||||
| * | fix(client): pagesで関数を定義できない問題を修正 | syuilo | 2021-12-04 | 1 | -2/+2 |
| | | |||||
| * | enhance(client): improve usability | syuilo | 2021-12-03 | 1 | -0/+5 |
| | | |||||
| * | enhance(client): improve usability | syuilo | 2021-12-03 | 3 | -0/+4 |
| | | |||||
| * | refactor(client): refactor ui components | syuilo | 2021-12-03 | 7 | -669/+794 |
| | | |||||
| * | client: tweak ui | syuilo | 2021-12-03 | 2 | -75/+64 |
| | | |||||
| * | client: tweak ui | syuilo | 2021-12-03 | 1 | -1/+1 |
| | | |||||
| * | client: tweak ui | syuilo | 2021-12-03 | 5 | -29/+32 |
| | | |||||
| * | client: tweak ui | syuilo | 2021-12-03 | 1 | -10/+3 |
| | | |||||
| * | client: tweak ui | syuilo | 2021-12-03 | 2 | -1/+7 |
| | | |||||