summaryrefslogtreecommitdiff
path: root/packages/sw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update depssyuilo2023-09-291-2/+2
|
* .jssyuilo2023-09-293-3/+3
|
* update depssyuilo2023-09-231-1/+1
|
* feat: 指定したユーザーの投稿通知syuilo2023-09-211-0/+7
| | | | Resolve #11499
* update deps (#11849)syuilo2023-09-201-1/+1
| | | | | | | * update deps * wip * wip
* refactor(frontend): use ESMsyuilo2023-09-194-11/+11
|
* update deps (#11820)syuilo2023-09-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip
* update depssyuilo2023-09-051-1/+1
|
* update deps (#11764)syuilo2023-09-043-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* update deps (#11409)syuilo2023-07-311-4/+4
| | | | | | | | | | | | | | | | | * update deps * Update .eslintrc.js * Update .eslintrc.js * lint * lint * Update update.ts * update deps * Update .eslintrc.js
* chore: ↵Shun Sakai2023-07-2712-1/+61
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* update depssyuilo2023-07-151-1/+1
|
* fix(sw): ↵yukineko2023-07-151-0/+7
| | | | | | | アンケート終了時のプッシュ通知が正しく表示されない問題を修正 (#11278) * fix(sw): アンケート終了時のプッシュ通知が正しく表示されない問題を修正 * update: CHANGELOG.md
* オフライン時の画面にリロードボタンを追加 (#11242)anatawa122023-07-111-1/+12
| | | | | | | * feat: オフライン時の画面にリロードボタンを追加 リロードのためのボタンがないとPWAでインターネットが復帰しても何もできなくなるため。 * docs(changelog): add オフライン時の画面にリロードボタンを追加
* refactor(locales, sw): use es module (#11204)Kagami Sascha Rosylight2023-07-093-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(locales): use es module * fix sw build * fix gulp * try fixing storybook * Revert "try fixing storybook" This reverts commit 5f2a4eee016776381a7d80407e28d129c252228f. * try fixing storybook 2 * Update main.ts * Update build.js * Update main.ts * Update changes.ts * fix sw lint * Update build.js
* refactor: use esmsyuilo2023-07-081-1/+1
|
* update depssyuilo2023-07-071-5/+5
|
* refactor(backend): use node16 for moduleResolution (#10938)syuilo2023-06-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(backend): use node16 for moduleResolution * update deps * Update tsconfig.json * :v: * revive KEYWORD * restore strict-event-emitter-types dependency * restore ms dependency * cancel redundant import reorder * fix * Delete ms.ts * remove rndstr --------- Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* update depssyuilo2023-06-241-3/+3
|
* update depssyuilo2023-05-121-2/+2
|
* update depssyuilo2023-05-021-3/+3
|
* update depssyuilo2023-04-191-4/+4
|
* fix(sw): 通知全削除時にread_notification通知が消えないようにtamaina2023-04-181-2/+2
| | | | 通知欄に現れたり消えたりするとうざい
* Refactor sw (#10579)okayurisotto2023-04-1214-137/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): remove dead code * refactor(sw): 冗長な部分を変更 * refactor(sw): 使われていない煩雑な機能を削除 * refactor(sw): remove dead code * refactor(sw): URL文字列の作成に`URL`を使うように * refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処 * refactor(sw): `append` -> `set` in `URLSearchParams` * refactor(sw): `any`の削除とそれに伴い露呈したエラーへの対処 * refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処 対処と言っても`throw`するだけ。いままでもこの状況ではエラーが投げられていたはずなので、この対処により新たな問題が起きることはないはず。 * refactor(sw): i18n loading * refactor(sw): 型推論がうまくできる書き方に変更 `codes`が`(string | undefined)[]`から`string[]`になった * refactor(sw): クエリ文字列の作成に`URLSearchParams`を使うように * refactor(sw): `findClient` * refactor(sw): `openClient`における`any`や`as`の書き換え * refactor(sw): `openPost`における`any`の書き換え * refactor(sw): `let` -> `const` * refactor(sw): `any` -> `unknown` * cleanup(sw): import * cleanup(sw) * cleanup(sw): `?.` * cleanup(sw/.eslintrc.js) * refactor(sw): `@typescript-eslint/explicit-function-return-type` * refactor(sw): `@typescript-eslint/no-unused-vars` * refactor(sw): どうしようもないところに`eslint-disable-next-line`を * refactor(sw): `import/no-default-export` * update operations.ts * throw new Error --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* sw: なんかもうめっちゃ変えた (#10570)tamaina2023-04-114-24/+74
| | | | | | | | | * sw: なんかいろいろ * remove debug code * never renotify * update changelog.md
* chore(sw): use PascalCasetamaina2023-04-104-18/+18
|
* swのesbuildの更新とビルドスクリプトの更新 (#10549)okayurisotto2023-04-102-25/+30
| | | | | | | | | | | | | | | | | * cleanup(sw/build.js) * fix(sw/build.js): `define`に真偽値を渡していた問題を修正 `define`では文字列を渡さなければならないので、`JSON.stringify`をするようにした。 * fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正 * update(sw): esbuild 0.17.15 * fixup! update(sw): esbuild 0.17.15 * fixup! fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正 コメントの文言を調整
* fix(sw): プッシュ通知の操作でZen ↵okayurisotto2023-04-071-1/+1
| | | | UIなクライアントが開かれてしまう場合がある問題を修正 (#10497) (#10498)
* update depssyuilo2023-04-061-2/+2
|
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-043-89/+3
| | | | Resolve #10168
* use workspace:*, use pnpm@8.1.0tamaina2023-03-301-1/+1
|
* update depssyuilo2023-03-301-4/+4
|
* chore: integrate misskey-js as a workspace item (git subtree) (#10409)Kagami Sascha Rosylight2023-03-301-1/+1
| | | | | * Additional changes for the merge * api-misskey-js
* Revert "Additional changes for the merge"Kagami Sascha Rosylight2023-03-251-1/+1
| | | | This reverts commit efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.
* Additional changes for the mergeKagami Sascha Rosylight2023-03-251-1/+1
|
* fix(sw): ↵tamaina2023-02-281-20/+6
| | | | | | | | | | | | | プッシュ通知でカスタム絵文字リアクションを表示できるように (#10122) * fix(sw): プッシュ通知でカスタム絵文字リアクションを表示できるように Fix #10117 /emoji/*.webpにbadgeモードを * ? * :v: * fix
* lintsyuilo2023-02-221-5/+1
|
* update depssyuilo2023-02-201-2/+2
|
* fix linttamaina2023-02-181-5/+3
|
* fix/enhance(sw): プッシュ通知 ↵tamaina2023-02-182-15/+17
| | | | | | | | | | | (バックグラウンドで開いている場合も通知, リアクション通知はノートにつき1つに) (#9977) * fix(sw): クライアントがあってもpush notificationを無視しない 「プッシュ通知を更新しました」の原因になるため * enhance(sw): リアクション通知は1つのノートにつき1つしか表示しない Safari対応で、通知tagは能動的に閉じるように * revert closeNotificationsByTags
* refactor(sw): self => globalThistamaina2023-02-183-13/+13
|
* ci: run typecheck and eslint separately (#9966)Kagami Sascha Rosylight2023-02-171-1/+3
| | | | | * ci: run typecheck and eslint separately * fix syntax
* drop group (#9942)syuilo2023-02-153-36/+2
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-153-47/+7
| | | | | * drop messaging (from backend) * wip
* perf(sw): skipWaitingしないtamaina2023-02-121-1/+1
|
* refactor(sw): Fix type errors in packages/sw (#9909)Kagami Sascha Rosylight2023-02-135-30/+41
| | | | | | | | | | | | | * Fix type errors in packages/sw * mouhitotsu * @typesは越境しない * Update packages/sw/src/scripts/create-notification.ts --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* update depssyuilo2023-02-091-2/+2
|
* update depssyuilo2023-02-031-7/+7
|
* swがビルドできないのを修正syuilo2023-01-271-1/+1
|
* update depssyuilo2023-01-271-6/+6
|