Skip to content
Snippets Groups Projects
  1. Apr 13, 2023
  2. Apr 12, 2023
  3. Apr 11, 2023
    • futchitwo's avatar
      Update CHANGELOG.md (#10591) · b463490d
      futchitwo authored
      b463490d
    • okayurisotto's avatar
      Refactor sw (#10579) · 5002effd
      okayurisotto authored
      
      * 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: default avatartamaina <tamaina@hotmail.co.jp>
      5002effd
    • tamaina's avatar
      35613fd6
    • syuilo's avatar
      Update CHANGELOG.md · 5cabbd0e
      syuilo authored
      5cabbd0e
    • syuilo's avatar
      13.11.2 · 8b509f6c
      syuilo authored
      8b509f6c
    • たーびん's avatar
      Update CHANGELOG.md (#10577) · 2612bcd7
      たーびん authored
      #10555 の更新分
      2612bcd7
    • syuilo's avatar
      enhance(frontend): tweak post form style · de0577bc
      syuilo authored
      de0577bc
    • syuilo's avatar
      New Crowdin updates (#10566) · b192dc07
      syuilo authored
      * New translations ja-JP.yml (Chinese Traditional)
      
      * New translations ja-JP.yml (Chinese Traditional)
      
      * New translations ja-JP.yml (Chinese Traditional)
      
      * New translations ja-JP.yml (Thai)
      
      * New translations ja-JP.yml (Japanese, Kansai)
      
      * New translations ja-JP.yml (Thai)
      
      * New translations ja-JP.yml (Lao)
      
      * New translations ja-JP.yml (English)
      
      * New translations ja-JP.yml (German)
      
      * New translations ja-JP.yml (Chinese Simplified)
      
      * New translations ja-JP.yml (Thai)
      
      * New translations ja-JP.yml (Thai)
      
      * New translations ja-JP.yml (English)
      
      * New translations ja-JP.yml (Indonesian)
      b192dc07
    • syuilo's avatar
    • syuilo's avatar
    • syuilo's avatar
      Update CHANGELOG.md · 92356d02
      syuilo authored
      92356d02
    • syuilo's avatar
      perf(backend): cache swSubscriptions · c10d591b
      syuilo authored
      c10d591b
    • tamaina's avatar
      sw: なんかもうめっちゃ変えた (#10570) · 3a90bcc0
      tamaina authored
      * sw: なんかいろいろ
      
      * remove debug code
      
      * never renotify
      
      * update changelog.md
      3a90bcc0
  4. Apr 10, 2023
Loading