| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | :art: | syuilo | 2022-12-20 | 1 | -1/+1 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 15 | -30/+30 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 6 | -28/+28 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 3 | -8/+9 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 1 | -0/+10 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 1 | -7/+10 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 1 | -1/+1 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 1 | -1/+1 |
| | | |||||
| * | enhance: Vite HMR while yarn dev, and more build tuning (#9361) | tamaina | 2022-12-20 | 2 | -3/+0 |
| | | | | | | | | * enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | :art: | syuilo | 2022-12-20 | 2 | -3/+4 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 9 | -37/+48 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 3 | -7/+7 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 1 | -2/+2 |
| | | |||||
| * | Update style.scss | syuilo | 2022-12-20 | 1 | -3/+5 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 1 | -0/+1 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 1 | -1/+1 |
| | | |||||
| * | :art: | syuilo | 2022-12-20 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2022-12-20 | 1 | -2/+4 |
| |\ | |||||
| | * | fix(client): fix script id of Captcha | tamaina | 2022-12-19 | 1 | -2/+4 |
| | | | |||||
| * | | tabler icons | syuilo | 2022-12-20 | 22 | -44/+27 |
| |/ | |||||
| * | Use tabler icons (#9354) | syuilo | 2022-12-19 | 236 | -934/+960 |
| | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip | ||||
| * | fix(client): add missing ref for MkButton (#9357) | Kagami Sascha Rosylight | 2022-12-19 | 1 | -0/+1 |
| | | |||||
| * | Revert "wip" | syuilo | 2022-12-19 | 142 | -310/+305 |
| | | | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e. | ||||
| * | wip | syuilo | 2022-12-19 | 142 | -305/+310 |
| | | |||||
| * | refactor: fix broken Vue component custom properties (#9351) | Kagami Sascha Rosylight | 2022-12-19 | 3 | -22/+0 |
| | | |||||
| * | enhance(client): case insensitive emoji search (#9346) | Kagami Sascha Rosylight | 2022-12-19 | 1 | -1/+1 |
| | | |||||
| * | wip (#9349) | tamaina | 2022-12-19 | 1 | -0/+2 |
| | | |||||
| * | fix(client): Handle null of rootEl in MkWindow.vue (#9326) | tamaina | 2022-12-18 | 1 | -0/+7 |
| | | | | | | | | * fix(client): Handle null of rootEl in MkWindow.vue * comment Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | chore(client): :art: about button (#9339) | tamaina | 2022-12-18 | 3 | -6/+6 |
| | | |||||
| * | enhance(client): Compress non-animated PNG files (#9334) | Kagami Sascha Rosylight | 2022-12-18 | 2 | -24/+46 |
| | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | refactor(client): add proper types to `never[]` (#9340) | Kagami Sascha Rosylight | 2022-12-18 | 5 | -28/+78 |
| | | |||||
| * | enhance: Implement the toggle to (or not to) close push notifications when ↵ | tamaina | 2022-12-18 | 4 | -102/+266 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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(client): Downgrade to Vite v3 (#9313) | tamaina | 2022-12-14 | 2 | -21/+7 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | refactor(client): Create root.vue and select the ui in it (#9312) | tamaina | 2022-12-12 | 2 | -7/+21 |
| | | |||||
| * | Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311) | Kagami Sascha Rosylight | 2022-12-12 | 9 | -12/+12 |
| | | | | | | | | | | * `yarn workspace client run lint --fix` * `eslint-disable-next-line no-var` for service worker self * A few more manual sw fixes * word change | ||||
| * | fix(client): use proxied image for instance icon | syuilo | 2022-12-10 | 1 | -1/+6 |
| | | |||||
| * | :art: | syuilo | 2022-12-10 | 2 | -2/+2 |
| | | |||||
| * | re-enable chartjs-plugin-gradient | syuilo | 2022-12-10 | 1 | -7/+5 |
| | | |||||
| * | fix(client): use proxied image for instance icon | syuilo | 2022-12-08 | 3 | -3/+18 |
| | | |||||
| * | enhance: fallback option for media proxy | syuilo | 2022-12-08 | 1 | -1/+2 |
| | | |||||
| * | fix(client): use proxied image for instance icon | syuilo | 2022-12-08 | 1 | -1/+4 |
| | | |||||
| * | Add tooltips to visibility icons (#9287) | Sam Smucny | 2022-12-08 | 1 | -2/+3 |
| | | |||||
| * | enhance: AVIF support (#9281) | tamaina | 2022-12-08 | 2 | -0/+3 |
| | | | | | | | | | | | | | | * chore: Make image/avif browsersafe * server side * change FileInfoService * :v: * avifはMastodonでは絶望的 see https://github.com/misskey-dev/misskey/issues/9283 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | add todo | syuilo | 2022-12-08 | 1 | -0/+3 |
| | | |||||
| * | feat(client): add new gabber kick sounds | syuilo | 2022-12-06 | 1 | -1/+6 |
| | | |||||
| * | refactor: use ?? | syuilo | 2022-12-06 | 1 | -2/+2 |
| | | |||||
| * | chore: fix spelling error "Enviroment" | tamaina | 2022-12-05 | 1 | -1/+1 |
| | | | | | Fix #9269 | ||||
| * | :art: | syuilo | 2022-12-04 | 1 | -1/+1 |
| | | |||||
| * | Fastify (#9106) | syuilo | 2022-12-03 | 9 | -41/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts | ||||
| * | fix(client): make note visibility inheritance behave correctly when default ↵ | Laura Hausmann | 2022-12-03 | 1 | -7/+16 |
| | | | | | | | | | | | | is set to followers-only (#9238) * Fix post visibility * Also in the case of specified * fix Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||