summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* フォロー、フォロワーのページでフォローされているこ ↵nenohi2022-09-181-1/+13
| | | | | | | | | を表示 (#9093) * followed-view * Update MkUserInfo.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* なんかもうめっちゃ変えたsyuilo2022-09-18943-28231/+40605
|
* Update .eslintrc.jssyuilo2022-09-111-1/+1
|
* Update .eslintrc.jssyuilo2022-09-111-0/+1
|
* chore(sw): only proxies HTML requests (#9070)rinsuki2022-09-101-0/+10
| | | | | | | | | | | | | | | | | | | | * chore(sw): only proxies HTML requests もはやHTMLじゃなさそうなリクエストにはSWで関与しないようにする こうするといろいろな面倒事が解決するはず…たぶん Resolve #9037 Resolve #9038 * align code style * Update packages/sw/src/sw.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update depssyuilo2022-09-104-361/+391
|
* chore(client): :art:syuilo2022-09-102-4/+20
|
* fix(server): 他人の通知を既読にできる可能性があるのを修正syuilo2022-09-061-3/+4
|
* refactor(client): refactor file name and directory structuresyuilo2022-09-06187-246/+246
|
* refactor(client): use setup syntaxsyuilo2022-09-061-16/+5
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-09-062-5/+5
|\
| * Update typeorm to 0.3.9 (#9083)Takuya Yoshida2022-09-062-5/+5
| |
* | refactor(client): use setup syntaxsyuilo2022-09-064-160/+86
|/
* refactor(client): use setup syntaxsyuilo2022-09-053-61/+54
|
* refactor(client): use setup syntaxsyuilo2022-09-051-35/+20
|
* refactor(client): use setup syntaxsyuilo2022-09-051-77/+50
|
* refactor(client): use setup syntaxsyuilo2022-09-051-57/+37
|
* fix(client): fix syntax error of pages/follow.vuesyuilo2022-09-031-1/+3
|
* refactor(client): use setup syntaxsyuilo2022-09-023-118/+90
|
* refactor(client): use setup syntaxsyuilo2022-08-315-182/+101
|
* enhance(client): improve analog-clocksyuilo2022-08-312-3/+21
|
* refactor(client): align filename to component namesyuilo2022-08-31243-386/+390
|
* update depssyuilo2022-08-276-302/+299
|
* chore(client): tweak loading displaysyuilo2022-08-272-2/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-08-273-2/+10
|\
| * fix: volume slidersJohann1502022-08-261-1/+1
| | | | | | | | Fixed a typo that made a required property be undefined.
| * enhance(client): mobile twitter url can be used as widget (#9057)Caipira2022-08-241-1/+1
| |
| * Fix: ↵futchitwo2022-08-211-0/+8
| | | | | | | | | | | | | | | | | | アクセストークン管理画面、アカウント管理画面表示できないのを修正 (#9064) * Fix: apps page routing * Fix: accounts page routing * Fix: router name
* | enhance(client): tweak clocksyuilo2022-08-272-3/+43
| |
* | enhance(client): add html color-schema supportsyuilo2022-08-272-0/+9
|/
* update depssyuilo2022-08-134-267/+365
|
* feat: show header with current user avatar on TL (#9051)あずき⪥™2022-08-132-2/+21
| | | | | | | * feat: show header with current user avatar on TL * refactor(client): use displayMyAvatar prop instead of metadata * refactor(client): prefer v-if to `display: none;`
* Add following badge to user preview popup (#9048)nvisser2022-08-131-1/+13
|
* fix(client): cannot show some setting pagessyuilo2022-08-071-0/+16
| | | | Fix #9043
* refactorsyuilo2022-08-061-27/+31
|
* perf(client): use shallowRef as possiblesyuilo2022-08-062-5/+6
|
* chore(client): tweak scroll behavior in routingsyuilo2022-08-061-2/+2
|
* enhance(client): improve clock widgetsyuilo2022-08-063-68/+110
|
* enhance(client): improve clock widgetsyuilo2022-08-062-50/+24
|
* enhance(client): improve clock widgetsyuilo2022-08-062-28/+136
|
* enhance(client): improve clock widgetssyuilo2022-08-054-30/+202
|
* feat(client): improve widgetsyuilo2022-08-043-8/+149
|
* Collapse long notes (#8990)Johann1502022-08-011-3/+25
| | | | | | | | | | | | | | * Revert "Revert option to collapse long notes (#8561)" This reverts commit 71150f21cd91df7bdd78a8f708db092418e85baa and reinstates the option to collapse long notes again after they were expanded. * fix(client): wrongly collapsed posts * fix: don't use ref * tweak style Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: use new for throw errorsyuilo2022-08-012-10/+10
| | | | Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update depssyuilo2022-07-314-184/+370
|
* feature: Client Preferences Registry (#8511)tamaina2022-07-313-0/+453
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix settings page * nanka iroiro * clean up * clean up * feature: Client Preferences Registry on the account * add changelog * インデックスに戻ってもタイトルが残ってしまうのを修正 * fix createdAt -> updatedAt * remove console.log * 適用→このデバイスに適用 * add wallpaper * ローカルのjsonファイルを保存・読み込みできるように * clean up * use apiWithDialog * Update packages/client/src/pages/settings/preferences-registry.vue Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email> * Update packages/client/src/pages/settings/preferences-registry.vue Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email> * Update packages/client/src/pages/settings/preferences-registry.vue Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email> * fix lint * :v: * change router * nanka iroiro * tweak Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* use es2021 for nodesyuilo2022-07-312-2/+2
|
* chore(client): tweak stylesyuilo2022-07-252-27/+11
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-07-251-1/+16
|\
| * 一部のアプリからファイルを投稿フォームへドロップで ↵hayabusa2022-07-251-1/+16
| | | | | | | | | | | | | | | | | | ない場合がある問題を修正 (#9035) * dropEffectとeffectAllowedの関連付けを修正 * Update Changelog Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>