summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/form (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-053-3/+3
|\ | | | | | | | | | | | | | | # Conflicts: # .github/workflows/storybook.yml # package.json # packages/frontend/src/utility/autogen/settings-search-index.ts # pnpm-lock.yaml
| * refactor(frontend): refactor stylessyuilo2025-04-053-3/+3
| |
* | Merge tag '2024.11.0' into feature/2024.10dakkar2024-11-221-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>
* | probably fix most renamed CSS variablesdakkar2024-11-081-1/+1
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-083-9/+9
|\|
| * refactor(frontend): prefix css variables (#14725)syuilo2024-10-093-9/+9
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-091-3/+3
|\|
| * :art:syuilo2024-09-241-3/+3
| |
* | replaced ti-external-linkdakkar2024-06-221-1/+1
| |
* | replaced ti-reloaddakkar2024-06-221-1/+1
| |
* | replaced ti-alert-triangledakkar2024-06-221-1/+1
| |
* | replaced ti-chevron-right ti-chevrons-rightdakkar2024-06-221-1/+1
| |
* | merge: upstreamMarie2024-02-195-5/+5
|\|
| * (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に置き換え
* | refactor(frontend): Reactivityで型を明示するように (#12791)zyoshoka2023-12-281-1/+1
| | | | | | | | | | | | | | | | * refactor(frontend): Reactivityで型を明示するように * fix: プロパティの参照が誤っているのを修正 * fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
* | merge: upstreamMarie2023-12-232-2/+8
|\|
| * 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>
* | upd: change formlink handlingMar0xy2023-12-031-5/+5
| |
* | fix: Drive folder button not workingMar0xy2023-12-031-2/+11
| | | | | | | | Closes #199
* | upd: implement radius settingShittyKopper2023-11-011-1/+1
| | | | | | | | | | | | to keep things manageable i merged a lot of one off values into just a handful of common sizes, so some parts of the ui will look different than upstream even with the "Misskey" rounding mode
* | Revert "prototype: decreased rounding"ShittyKopper2023-11-011-1/+1
| | | | | | | | This reverts commit 7a51e2d404d82a8fa491ad08bc88112a7173dff7.
* | prototype: decreased roundingInsert5StarName2023-10-011-1/+1
| |
* | work in progress iconsInsert5StarName2023-09-302-4/+4
|/
* 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
|