summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :art:syuilo2022-12-211-2/+2
|
* MFMのアニメーションをデフォルトで無効にsyuilo2022-12-211-1/+1
|
* revert: use sortablejs-vue3 instead of vuedraggable for more stabilitysyuilo2022-12-216-35/+14
|
* use sortablejs-vue3 instead of vuedraggable for more stabilitysyuilo2022-12-217-158/+152
|
* improve(backend): Skip note score incrementing when bots reacted (#9367)CyberRex2022-12-213-7/+9
| | | | | | | | | fix Improved code quality fix small fix
* :art:syuilo2022-12-2114-25/+21
| | | | Fix #9374
* 多分 #9374syuilo2022-12-201-1/+2
|
* :art:syuilo2022-12-201-1/+1
|
* :art:syuilo2022-12-2015-30/+30
|
* :art:syuilo2022-12-206-28/+28
|
* :art:syuilo2022-12-203-8/+9
|
* :art:syuilo2022-12-201-0/+10
|
* :art:syuilo2022-12-201-7/+10
|
* :art:syuilo2022-12-201-1/+1
|
* :art:syuilo2022-12-201-1/+1
|
* enhance: Vite HMR while yarn dev, and more build tuning (#9361)tamaina2022-12-209-18/+37
| | | | | | | * enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2022-12-202-3/+4
|
* :art:syuilo2022-12-209-37/+48
|
* :art:syuilo2022-12-203-7/+7
|
* :art:syuilo2022-12-201-2/+2
|
* Update style.scsssyuilo2022-12-201-3/+5
|
* :art:syuilo2022-12-201-0/+1
|
* :art:syuilo2022-12-201-1/+1
|
* :art:syuilo2022-12-201-4/+4
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-12-201-2/+4
|\
| * fix(client): fix script id of Captchatamaina2022-12-191-2/+4
| |
* | tabler iconssyuilo2022-12-2022-44/+27
|/
* Use tabler icons (#9354)syuilo2022-12-19238-936/+962
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* fix(client): add missing ref for MkButton (#9357)Kagami Sascha Rosylight2022-12-191-0/+1
|
* fix(backend): request.body may be undefined (#9356)Kagami Sascha Rosylight2022-12-191-5/+5
|
* Revert "wip"syuilo2022-12-19143-311/+306
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-19143-306/+311
|
* update depsdsyuilo2022-12-192-29/+29
|
* refactor: fix broken Vue component custom properties (#9351)Kagami Sascha Rosylight2022-12-194-26/+13
|
* enhance(client): case insensitive emoji search (#9346)Kagami Sascha Rosylight2022-12-191-1/+1
|
* Fix peers API returning suspended instances (#9348)Effy Elden2022-12-191-0/+3
| | | | | * Fix peers API returning suspended instances * Fix missing comma
* wip (#9349)tamaina2022-12-193-4/+6
|
* fix(client): Handle null of rootEl in MkWindow.vue (#9326)tamaina2022-12-181-0/+7
| | | | | | | * fix(client): Handle null of rootEl in MkWindow.vue * comment Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: Push notification of Antenna note (#9338)tamaina2022-12-188-24/+103
| | | | | | | | | | | | | * wip * wip * wip * fix * fix * :art:
* chore(client): :art: about button (#9339)tamaina2022-12-183-6/+6
|
* enhance(client): Compress non-animated PNG files (#9334)Kagami Sascha Rosylight2022-12-183-24/+47
| | | | | | | | | | | | | | | | | | | | | * style: fix TS lint errors about `ev.target` * enhance: compress non-animated PNG * PNG to PNG? * defer jest things (add it later) * Delete jest.config.cjs * check the compressed file size * log compression stats * use ?? * handle if ($i == null) Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* chore: deploy vue-tsc for client typecheck (#9341)Kagami Sascha Rosylight2022-12-181-2/+3
|
* refactor(client): add proper types to `never[]` (#9340)Kagami Sascha Rosylight2022-12-185-28/+78
|
* Remove redundant ts-node things (#9335)Kagami Sascha Rosylight2022-12-182-36/+0
|
* enhance: Implement the toggle to (or not to) close push notifications when ↵tamaina2022-12-1813-104/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications or messages are read (#9219) * create file * wip * fix * wip * tabun dekita * :v: * implement subscribe push notification button to tutorial * check-exists→show-registration * add column sendReadMessage * fix migration file * sw api * change PushNotificationService * wip * :v: * fix tutorial footer flex
* fix(server): GitHubログインしようとするとreply.setCookie is not a ↵syuilo2022-12-171-1/+4
| | | | | | function fix #9327
* chore(backend): fix duplicated css preloadtamaina2022-12-141-5/+3
|
* Fix MetaService unit tests (#9319)Kagami Sascha Rosylight2022-12-142-17/+5
|
* fix(client): Downgrade to Vite v3 (#9313)tamaina2022-12-143-23/+9
| | | | | | | | | | | | | | | | | | | * Revert "refactor(client): Create root.vue and select the ui in it (#9312)" This reverts commit 0294555e2b7899ddd5440de485ba629b4b3fffb5. * use vite v3 * Revert "Revert "refactor(client): Create root.vue and select the ui in it (#9312)"" This reverts commit 56910e27fbad352f3cb8324a167aaf1446cea7c2. * Revert "refactor(client): Create root.vue and select the ui in it (#9312)" This reverts commit 0294555e2b7899ddd5440de485ba629b4b3fffb5. * use vite@3.2.4 * update to v3.2.5
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-1419-22/+28
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion