summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkExtensionInstaller.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 🎨 for install-extensionssyuilo2025-03-201-47/+81
|
* 🎨syuilo2025-03-191-1/+1
|
* refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848)かっこかり2024-10-311-1/+1
| | | | | | | | | | | | | | | | | | | * 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 (UI) (#14739)かっこかり2024-10-101-1/+1
| | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-3/+3
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* refactor: ↵FineArchs2024-10-071-0/+146
拡張機能インストールのページの一部をコンポーネントとして分離 (#14654) * create MkExtensionInstaller.vue * annotation * add fallbacks * storybook * update annotations * Update MkExtensionInstaller.vue * use additonalInfo slot