| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(frontend): scripts -> utility | syuilo | 2025-03-09 | 1 | -2/+2 |
| | | |||||
| * | refactor(frontend): verbatimModuleSyntaxを有効化 (#15323) | かっこかり | 2025-02-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * revert unnecessary changes * wip * refactor(frontend): enforce verbatimModuleSyntax * fix * refactor(frontend-shared): enforce verbatimModuleSyntax * wip * refactor(frontend-embed): enforce verbatimModuleSyntax * enforce consistent-type-imports * fix lint config * attemt to fix ci * fix lint * fix * fix * fix | ||||
| * | fix(frontend): server metrics look strange after reload (#14467) | zyoshoka | 2024-08-30 | 2 | -2/+2 |
| | | |||||
| * | (re) update SPDX-FileCopyrightText | tamaina | 2024-02-13 | 7 | -7/+7 |
| | | | | | Fix #13290 | ||||
| * | Revert "update SPDX-FileCopyrightText" | tamaina | 2024-02-13 | 7 | -7/+7 |
| | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2. | ||||
| * | update SPDX-FileCopyrightText | syuilo | 2024-02-12 | 7 | -7/+7 |
| | | |||||
| * | refactor(frontend): `widgets/server-metric`内の型エラーを除去 (#12937) | zyoshoka | 2024-01-07 | 5 | -20/+19 |
| | | |||||
| * | refactor(frontend): ↵ | おさむのひと | 2024-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file | ||||
| * | refactor(frontend): Reactivityで型を明示するように (#12791) | zyoshoka | 2023-12-26 | 6 | -14/+20 |
| | | | | | | | | * refactor(frontend): Reactivityで型を明示するように * fix: プロパティの参照が誤っているのを修正 * fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え | ||||
| * | refactor(frontend): import宣言周りのエラーを修正 (#12773) | zyoshoka | 2023-12-24 | 1 | -1/+1 |
| | | |||||
| * | refactor(frontend): 非推奨となったReactivity ↵ | zyoshoka | 2023-12-07 | 6 | -78/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ | ||||
| * | refactor(frontend): use ESM | syuilo | 2023-09-19 | 4 | -7/+7 |
| | | |||||
| * | chore: ↵ | Shun Sakai | 2023-07-27 | 7 | -0/+35 |
| | | | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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> | ||||
| * | refactor: 可読性のため一部で`Array.prototype.at`を使うように ↵ | okayurisotto | 2023-07-14 | 2 | -8/+8 |
| | | | | | | | | (#11274) * refactor: `Array.prototype.at`を使うように * fixup! refactor: `Array.prototype.at`を使うように | ||||
| * | refactor: `substr` -> `substring` (#11273) | okayurisotto | 2023-07-14 | 2 | -2/+2 |
| | | |||||
| * | perf(backend): make some features optionable | syuilo | 2023-07-02 | 1 | -1/+1 |
| | | | | | | Resolve #11064 Resolve #11065 | ||||
| * | fix(client): サーバーメトリクスが90度傾いている (#11012) | NoriDev | 2023-06-17 | 1 | -0/+1 |
| | | |||||
| * | lint | syuilo | 2023-05-29 | 1 | -1/+1 |
| | | |||||
| * | refactor | syuilo | 2023-05-24 | 1 | -13/+14 |
| | | |||||
| * | refactor(frontend): boot分割したり副作用減らしたりとか | syuilo | 2023-05-15 | 1 | -2/+2 |
| | | | | | #10838 | ||||
| * | chore(test): data属性がclassになっているのを修正 | syuilo | 2023-03-09 | 1 | -1/+1 |
| | | |||||
| * | refactor: remove all unused imports (#9951) | Kagami Sascha Rosylight | 2023-02-16 | 1 | -2/+2 |
| | | | | Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||
| * | fix(client): use tabler icons (#9915) | taiy | 2023-02-14 | 1 | -1/+1 |
| | | |||||
| * | Fix widget tests (#9591) | Masaya Suzuki | 2023-01-15 | 1 | -1/+1 |
| | | |||||
| * | refactor(client): use css modules | syuilo | 2023-01-15 | 1 | -2/+3 |
| | | |||||
| * | Revert "perf?(client): remove needless scoped annotation for style" | syuilo | 2022-12-27 | 6 | -6/+6 |
| | | | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de. | ||||
| * | perf?(client): remove needless scoped annotation for style | syuilo | 2022-12-27 | 6 | -6/+6 |
| | | |||||
| * | rename: client -> frontend | syuilo | 2022-12-27 | 7 | -0/+641 |