summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/form (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): formlinkのスタイル修正 (#16741)かっこかり2025-11-041-0/+2
|
* refactor(frontend): ↵かっこかり2025-09-131-23/+32
| | | | | | | | | | | | | | | | | フロントエンドの型エラー解消(途中まで) (#16539) * fix(frontend): FormLinkをボタンとして使用した際にエラーが出る問題を修正 * refactor(frontend): フロントエンドの型エラー解消 * remove unused ts-expect-error * migrate * remove unrelated changes * fix lint * more type fixes
* refactorsyuilo2025-09-011-70/+0
|
* refactorsyuilo2025-08-281-1/+1
|
* refactor(frontend): refactor stylessyuilo2025-04-053-3/+3
|
* refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848)かっこかり2024-10-311-3/+3
| | | | | | | | | | | | | | | | | | | * refactor(frontend): できるだけanyを除去 * refactor * lint * fix * remove unused * Update packages/frontend/src/components/MkReactionsViewer.details.vue * Update packages/frontend/src/components/MkUsersTooltip.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-093-9/+9
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* :art:syuilo2024-09-241-3/+3
|
* (re) update SPDX-FileCopyrightTexttamaina2024-02-135-5/+5
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-135-5/+5
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-125-5/+5
|
* refactor(frontend): Reactivityで型を明示するように (#12791)zyoshoka2023-12-261-1/+1
| | | | | | | * refactor(frontend): Reactivityで型を明示するように * fix: プロパティの参照が誤っているのを修正 * fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
* Remove unused imports (#12730)woxtu2023-12-211-1/+0
|
* feat(frontend): 絵文字ピッカーの実装 (#12617)おさむのひと2023-12-141-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 絵文字デッキの作成 * 細かい不備を修正 * fix lint * fix * fix CHANGELOG.md * fix setTimeout -> nextTick * fix https://github.com/misskey-dev/misskey/pull/12617#issuecomment-1848952862 * fix bug * fix CHANGELOG.md * fix CHANGELOG.md * wip * Update CHANGELOG.md * Update CHANGELOG.md * wip --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): use ESMsyuilo2023-09-191-2/+2
|
* chore: ↵Shun Sakai2023-07-275-0/+25
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactorsyuilo2023-05-271-28/+13
|
* refactorsyuilo2023-05-271-1/+1
|
* refactorsyuilo2023-05-271-57/+57
|
* refactorsyuilo2023-05-241-20/+18
|
* refactor(frontend): use composition apisyuilo2023-05-141-56/+35
|
* refactor(frontend): remove $ts and $tsyuilo2023-04-011-2/+4
|
* refactor(frontend): remove $storesyuilo2023-04-011-1/+3
|
* refactor(client): use css modulesyuilo2023-03-051-21/+21
|
* refactor(client): use css modulessyuilo2023-01-151-7/+7
|
* refactorsyuilo2023-01-091-175/+0
|
* refactorsyuilo2023-01-076-1293/+0
|
* refactorsyuilo2023-01-072-288/+0
|
* :art:syuilo2023-01-061-1/+16
|
* refactorsyuilo2023-01-052-18/+18
|
* :art:syuilo2023-01-051-3/+25
|
* MisskeyPlay (#9467)syuilo2023-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update ui.ts * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * :art: * wip * :v:
* :art:syuilo2023-01-042-4/+4
|
* refactor(client): refactor and performance improve of MkSpacersyuilo2023-01-031-3/+3
|
* perf(client): use shallowRef for html element refsyuilo2023-01-034-7/+7
|
* :art:syuilo2023-01-011-2/+2
|
* :art:syuilo2022-12-302-4/+4
|
* :art:syuilo2022-12-301-1/+1
|
* remove console.logsyuilo2022-12-301-1/+0
|
* :art:syuilo2022-12-302-17/+66
|
* refactorsyuilo2022-12-301-2/+2
|
* :art:syuilo2022-12-292-4/+4
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-2713-14/+12
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-2713-12/+14
|
* rename: client -> frontendsyuilo2022-12-2714-0/+1975