summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use tabler icons (#9354)syuilo2022-12-19236-934/+960
| | | | | | | | | | | | | | | | | * 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
|
* Revert "wip"syuilo2022-12-19142-310/+305
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-19142-305/+310
|
* refactor: fix broken Vue component custom properties (#9351)Kagami Sascha Rosylight2022-12-193-22/+0
|
* enhance(client): case insensitive emoji search (#9346)Kagami Sascha Rosylight2022-12-191-1/+1
|
* wip (#9349)tamaina2022-12-191-0/+2
|
* 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>
* chore(client): :art: about button (#9339)tamaina2022-12-183-6/+6
|
* enhance(client): Compress non-animated PNG files (#9334)Kagami Sascha Rosylight2022-12-182-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 Rosylight2022-12-185-28/+78
|
* enhance: Implement the toggle to (or not to) close push notifications when ↵tamaina2022-12-184-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)tamaina2022-12-142-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)tamaina2022-12-122-7/+21
|
* Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) (#9311)Kagami Sascha Rosylight2022-12-129-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 iconsyuilo2022-12-101-1/+6
|
* :art:syuilo2022-12-102-2/+2
|
* re-enable chartjs-plugin-gradientsyuilo2022-12-101-7/+5
|
* fix(client): use proxied image for instance iconsyuilo2022-12-083-3/+18
|
* enhance: fallback option for media proxysyuilo2022-12-081-1/+2
|
* fix(client): use proxied image for instance iconsyuilo2022-12-081-1/+4
|
* Add tooltips to visibility icons (#9287)Sam Smucny2022-12-081-2/+3
|
* enhance: AVIF support (#9281)tamaina2022-12-082-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 todosyuilo2022-12-081-0/+3
|
* feat(client): add new gabber kick soundssyuilo2022-12-061-1/+6
|
* refactor: use ??syuilo2022-12-061-2/+2
|
* chore: fix spelling error "Enviroment"tamaina2022-12-051-1/+1
| | | | Fix #9269
* :art:syuilo2022-12-041-1/+1
|
* Fastify (#9106)syuilo2022-12-039-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 Hausmann2022-12-031-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>
* :art: MkInstanceTickertamaina2022-11-301-0/+8
|
* Fix #9234 (#9235)tamaina2022-11-271-3/+11
|
* enhance: Modify MkInstanceTicker (#9236)tamaina2022-11-272-21/+24
| | | | | | | | | | | | | | | | | * fix and enhance MkNoteDetailed * change instanceticker * :art: * fix * :art: * fix * :art: * revert MkNoteDetailed
* Revert #8098tamaina2022-11-244-198/+81
|
* Merge branch 'develop' into pizzax-indexeddbtamaina2022-11-241-1/+1
|\
| * Fix typo in keycode.ts (#9224)Ikko Ashimine2022-11-241-1/+1
| | | | | | Programatically -> Programmatically
* | remove preferences-registrytamaina2022-11-221-380/+0
| |
* | Merge branch 'develop' into pizzax-indexeddbtamaina2022-11-17456-10543/+15596
|\|
| * improve performancesyuilo2022-11-1710-41/+64
| |
| * refactor(client): use dvhsyuilo2022-11-136-28/+9
| |
| * ノートの詳細ボタンを...に追加 (#9166)nenohi2022-11-131-3/+13
| | | | | | | | | | | | | | | | | | | | | | * noteの詳細を追加 * add detail option to note menu * add detailed , fix typo * delete button Co-authored-by: Gray Olson <gray@grayolson.com>
| * fix(client): ↵syuilo2022-11-123-12/+24
| | | | | | | | インスタンスティッカーのfaviconを読み込む際に偽サイト警告が出ることがあるのを修正
| * fix(client): clarify to use props.url (#9143)futchitwo2022-11-041-2/+2
| |
| * Add Cloudflare Turnstile CAPTCHA support (#9111)CyberRex2022-10-135-3/+36
| | | | | | | | | | | | | | | | | | * Add Cloudflare Turnstile CAPTCHA support * Update packages/client/src/components/MkCaptcha.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
| * add webhookId to api request (#9113)hayabusa2022-10-131-0/+1
| |
| * fix: ↵hayabusa2022-10-135-5/+80
| | | | | | | | | | | | | | 一部の状態のファイルをドロップしてアップロードできない場合がある問題を修正 (投稿フォーム以外についても) (#9114) * dropEffectとeffectAllowedの関連付けを投稿フォームと同様に修正 * 文字列をDropできるようにしてしまったのを修正
| * fix: typoAcid Chicken (硫酸鶏)2022-10-021-1/+1
| |
| * fix typesyuilo2022-09-241-17/+2
| |
| * feat: Youtube window player (#9095)こけっち2022-09-222-2/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip: feat: Youtube Player Window * fix: player fill window * fix: improve design * fix: disable at mobile and creanup code * fix: tailing comma * fix: delete debug output * fix: eslint * fix: switch to component * fix(backend): add missing dependency Fix #9101 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * :art:syuilo2022-09-211-1/+1
| |