Sharkey/packages/frontend/src/components
yukineko a6a91fec3a
refactor: frontendのcomponentsの型エラーを改善 (#12926)
* add: safeFloatParserを追加

* fix: 欠けていた型を追加

* refactor: pageBlockTypesをjson-schemaに移植

* refactor: components/global内の型エラーが出ている箇所を修正

* lint: fix null check style

* refactor: fix type error

* refactor: fix some type errors

* fix: 翻訳が抜けていた箇所を修正

* refactor: getJsonSchemaで正しいスキーマが返されるように修正

* fix: MkChartの型エラーとbytesオプションが機能していない問題を修正

* fix(misskey-js): `drive`->`folderUpdated`のpayloadの型が間違っていたのを修正

* refactor: fix some type errors

* change: Captcha読み込み中の文言をLoadingに変更

* refactor(backend/misskey-js): MainEventの型を改善

* refactor: chartjs-plugin-gradientが二重でpluginに登録されていたのを修正

* update: misskey-js.api.md

* refactor: fix some type errors

* fix: backendのtypecheckが落ちていたのを修正

* update: misskey-js.api.md

* add: json-schemaのnoteにpollの型定義を追加

* refactor: noteのjson-schemaの型を改善

* refactor: MkPoll

* refactor: fix some type errors

* change: UserLiteにisLockedを持たせるように

* fix: notificationスキーマにroleが含まれていないのを修正

* Revert "change: UserLiteにisLockedを持たせるように"

This reverts commit 1bb0c8e7a9b19a4e9f21bf7381712b98f27672a5.

* fix: フォロー通知から鍵垢へのフォローを行うと処理中のまま止まってしまう問題を修正

* refactor: noteスキーマのvisibilityにenumを追加

* change: deepCloneのCloneableTypeにundefinedを追加

* refactor: fix some type errors

* refactor: `allowEmpty: false`を使用していた箇所を`minLength: 1`に置き換え

* enhance: API 'retension' のresponseの型を追加

* fix: Chart関連のtooltipが正しい位置に表示されない問題を修正

* refactor: fix some type errors

* fix: 型情報が不足していたのを修正

* enhance: announcementスキーマにenumを追加

* enhance: ロールポリシーの型定義をRoleServiceからjson-schemaに移植

* refactor: policiesを`ref: RolePolicies`に統一

* fix: API `meta` のレスポンスの型にpoliciesが含まれていないのを修正

* refactor: fix some type errors

* fix: backendのlintが落ちているのを修正

* fix: MkFoldableSectionの開閉時のanimationが適用されていない問題を修正

* fix: backendのtypecheckが落ちているのを修正

* update: run build-misskey-js-with-types

* fix: MkDialogのmount時に文字数制限の判定が行われない問題を修正

* update: CHANGELOG.md

* refactor: MkUserSelectDialogの型を改善

* fix: deepCloneでundefinedはcloneしないように (#9207)

* change: frontendのcloneをbackend側にも反映

* update: CHANGELOG.md

* fix: RoleServiceからPackを通して型RolePoliciesに依存させないように

* Update packages/frontend/src/scripts/get-note-summary.ts

* revert RoleService.ts changes

* change:  optional chaining -> non-null assertion

* remove: unused import

* fix: propsで渡されたuserがUserLiteの場合に意図しない動作になってしまうのを修正

* change: fix null check style

* refactor: fix type error

* change: fix null check style

* Update packages/frontend/src/components/MkDrive.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* refactor: css moduleでglobalを使わないように

* refactor: roleのiconUrlは必ず存在するものとして扱うように

* enhance: MenuButtonのactiveにcomputedを受け付けられるように

* Update packages/frontend/src/components/MkNotePreview.vue

* Update MkWindow.vue

* refactor: notification.noteは必ず存在するものとして扱うように

* Update packages/frontend/src/components/MkNotification.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* fix: MkSignupDialogでdoneのemit時にresを含んでいなかったのを修正

* Update packages/frontend/src/scripts/clone.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* refactor: 不要な返り値の型を削除

* refactor: 不要なnullチェックを削除

* update: misskey-js-autogen

* update: clone.ts

* refactor

* Update MkNotification.vue

* Update MkNotification.vue

* ✌️

* Update MkNotification.vue

* Update MkNotification.vue

* Update MkNotification.vue

* Update MkNotifications.vue

* Update MkUserSetupDialog.Profile.vue

* Update MkUserCardMini.vue

* ✌️

* Update MkMenu.vue

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2024-01-30 19:53:53 +09:00
..
form refactor(frontend): Reactivityで型を明示するように (#12791) 2023-12-26 14:19:35 +09:00
global refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
page refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
index.ts refactor: deprecate i18n.t (#13039) 2024-01-20 08:11:59 +09:00
MkAbuseReport.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkAbuseReport.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkAbuseReportWindow.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkAbuseReportWindow.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkAccountMoved.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkAccountMoved.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkAchievements.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkAchievements.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkAnalogClock.stories.impl.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkAnalogClock.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkAnimBg.vue fix(frontend): MkAnimBgをリサイズに対応させる (#12642) 2023-12-13 18:14:43 +09:00
MkAnnouncementDialog.stories.impl.ts feat: refine announcement (#11497) 2023-08-13 20:12:29 +09:00
MkAnnouncementDialog.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkAsUi.stories.impl.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkAsUi.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkAutocomplete.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkAutocomplete.vue Enhance(frontend): MFMの属性にオートコンプリートが利用できるように (#12803) 2024-01-19 18:50:26 +09:00
MkAvatars.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkAvatars.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkButton.stories.impl.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkButton.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkCaptcha.stories.impl.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkCaptcha.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkChannelFollowButton.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkChannelList.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkChannelPreview.vue enhance: チャンネルに新規の投稿がある場合にバッジを表示させる (#12690) 2023-12-22 20:41:42 +09:00
MkChart.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkChartLegend.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkChartTooltip.vue chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkClickerGame.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkClipPreview.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkCode.core.vue Fix trailing commas (#12628) 2023-12-11 20:31:23 +09:00
MkCode.vue refactor: MkCodeをブロックとインラインで別コンポーネント化する (#13026) 2024-01-18 12:16:12 +09:00
MkCodeEditor.vue fix(frontend): MkCodeEditorのデータバインディングを修正 (#12885) 2024-01-02 14:53:28 +09:00
MkCodeInline.vue refactor: MkCodeをブロックとインラインで別コンポーネント化する (#13026) 2024-01-18 12:16:12 +09:00
MkColorInput.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkContainer.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkContextMenu.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkCropperDialog.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkCustomEmojiDetailedDialog.vue Enhance(frontend): MkCustomEmojiDetailedDialogを調整 (#13015) 2024-01-17 14:29:24 +09:00
MkCwButton.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkDateSeparatedList.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkDialog.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkDigitalClock.stories.impl.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkDigitalClock.vue chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkDonation.vue [Hub Next] Misskey Hubのリンクを変更 (#12699) 2023-12-22 20:16:31 +09:00
MkDrive.file.vue refactor(frontend): router.ts解きほぐし (#12907) 2024-01-08 14:44:43 +09:00
MkDrive.folder.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkDrive.navFolder.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkDrive.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkDriveFileThumbnail.vue chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkDriveSelectDialog.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkDriveWindow.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkEmojiPicker.section.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkEmojiPicker.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkEmojiPickerDialog.vue feat(frontend): 絵文字ピッカーの実装 (#12617) 2023-12-14 14:11:20 +09:00
MkEmojiPickerWindow.vue chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkFeaturedPhotos.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkFileCaptionEditWindow.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkFileListForAdmin.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkFlashPreview.vue enhance(frontend): Playの説明欄にMFMを使えるように (#12899) 2024-01-14 15:31:11 +09:00
MkFoldableSection.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkFolder.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkFollowButton.vue refactor: deprecate i18n.t (#13039) 2024-01-20 08:11:59 +09:00
MkForgotPassword.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkFormDialog.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkGalleryPostPreview.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkGalleryPostPreview.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkGoogle.vue enhance(frontend): window.openやaタグにnoopenerオプションをつける (MisskeyIO#283) 2023-12-08 19:46:25 +09:00
MkHeatmap.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkHorizontalSwipe.vue fix(frontend/HorizontalSwipe): スワイプ・UIアニメーションが無効の際はトランジションを行わないように (#13076) 2024-01-24 09:22:51 +09:00
MkImgWithBlurhash.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkInfo.vue enhance: 初期設定とチュートリアルを統合 (#12141) 2023-11-03 15:35:07 +09:00
MkInput.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkInstanceCardMini.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkInstanceStats.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkInstanceTicker.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkInviteCode.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkInviteCode.vue バックエンドが生成するapi.jsonからmisskey-jsの型を作成する (#12434) 2023-12-02 21:00:05 +09:00
MkKeyValue.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkLaunchPad.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkLink.vue refactor(frontend): Reactivityで型を明示するように (#12791) 2023-12-26 14:19:35 +09:00
MkMarquee.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkMediaAudio.vue refactor(frontend/MediaPlayer): cssの重複を削除 (#13094) 2024-01-27 16:33:30 +09:00
MkMediaBanner.vue enhance: 動画・音声周りのUIと動作改良 (#12925) 2024-01-15 18:17:01 +09:00
MkMediaImage.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkMediaList.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkMediaRange.vue fix(frontend/MediaVideo): 再生シークバーの当たり判定を調整 (#13027) 2024-01-18 14:45:11 +09:00
MkMediaVideo.vue refactor(frontend/MediaPlayer): cssの重複を削除 (#13094) 2024-01-27 16:33:30 +09:00
MkMention.vue Switch avatar images that depend on the animation setting (#12097) 2023-10-21 13:31:16 +09:00
MkMenu.child.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkMenu.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkMiniChart.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkModal.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkModalWindow.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkNote.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkNoteDetailed.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkNoteHeader.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkNotePreview.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkNotes.vue Hard mute (#12376) 2023-11-23 18:56:20 +09:00
MkNoteSimple.vue Remove unused imports (#12730) 2023-12-21 11:36:45 +09:00
MkNoteSub.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkNotification.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkNotifications.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkNotificationSelectWindow.vue refactor: deprecate i18n.t (#13039) 2024-01-20 08:11:59 +09:00
MkNumber.vue refactor(frontend): MkNumberのアニメーションを内製してgsapを削除 (#12859) 2024-01-02 16:55:02 +09:00
MkNumberDiff.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkObjectView.value.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkObjectView.vue chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkOmit.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPagePreview.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPageWindow.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPagination.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPasswordDialog.vue refactor(frontend): reduce type errors 2024-01-05 15:25:26 +09:00
MkPlusOneEffect.vue enhance(drop-and-fusion): some tweaks 2024-01-12 20:38:04 +09:00
MkPoll.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPollEditor.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPopupMenu.vue refactor(frontend): menuのdividerをnullで表現するのをやめる 2023-12-12 10:26:37 +09:00
MkPostForm.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPostFormAttaches.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPostFormDialog.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkPullToRefresh.vue Remove unused imports (#12730) 2023-12-21 11:36:45 +09:00
MkPushNotificationAllowButton.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkRadio.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkRadios.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkRange.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkReactionEffect.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkReactionIcon.vue enhance(frontend): tweak MkNotification 2023-11-02 19:59:18 +09:00
MkReactionsViewer.details.vue fix(frontend): アイコンデコレーションが見切れる問題を修正 (#12239) 2023-11-11 16:07:07 +09:00
MkReactionsViewer.reaction.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkReactionsViewer.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkReactionTooltip.vue chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkRemoteCaution.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkRetentionHeatmap.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkRetentionLineChart.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkRippleEffect.vue refactor(frontend): reduce type errors 2024-01-05 15:25:26 +09:00
MkRolePreview.vue refactor(frontend): Reactivityで型を明示するように (#12791) 2023-12-26 14:19:35 +09:00
MkSelect.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkSignin.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkSigninDialog.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkSignupDialog.form.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkSignupDialog.rules.stories.impl.ts refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkSignupDialog.rules.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkSignupDialog.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkSparkle.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkSubNoteContent.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkSuperMenu.vue chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkSwitch.button.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkSwitch.vue refactor(frontend): remove redundant class names (#12618) 2023-12-10 17:53:38 +09:00
MkTab.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkTagCloud.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkTextarea.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkTimeline.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkToast.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkTokenGenerateWindow.vue refactor: deprecate i18n.t (#13039) 2024-01-20 08:11:59 +09:00
MkTooltip.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkTutorialDialog.Note.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkTutorialDialog.PostNote.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkTutorialDialog.Sensitive.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkTutorialDialog.Timeline.vue [Hub Next] Misskey Hubのリンクを変更 (#12699) 2023-12-22 20:16:31 +09:00
MkTutorialDialog.vue refactor: deprecate i18n.t (#13039) 2024-01-20 08:11:59 +09:00
MkUpdated.vue refactor(frontend): reduce type errors 2024-01-05 12:52:24 +09:00
MkUrlPreview.vue enhance(frontend): ページ遷移時にPlayerを閉じるように (#13013) 2024-01-17 13:26:36 +09:00
MkUrlPreviewPopup.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkUserAnnouncementEditDialog.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkUserCardMini.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkUserInfo.vue enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12702) 2023-12-18 20:59:20 +09:00
MkUserList.vue refactor(frontend): use ESM 2023-09-19 16:37:43 +09:00
MkUserOnlineIndicator.vue refactor(frontend): 非推奨となったReactivity Transformを使わないように (#12539) 2023-12-07 14:42:09 +09:00
MkUserPopup.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkUserSelectDialog.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkUserSetupDialog.Follow.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkUserSetupDialog.Follow.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkUserSetupDialog.Privacy.stories.impl.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkUserSetupDialog.Privacy.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkUserSetupDialog.Profile.stories.impl.ts chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkUserSetupDialog.Profile.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkUserSetupDialog.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkUserSetupDialog.User.stories.impl.ts refactor(frontend): import宣言周りのエラーを修正 (#12773) 2023-12-24 16:16:58 +09:00
MkUserSetupDialog.User.vue refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) 2024-01-04 18:32:46 +09:00
MkUserSetupDialog.vue refactor: deprecate i18n.t (#13039) 2024-01-20 08:11:59 +09:00
MkUsersTooltip.vue chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348) 2023-07-27 14:31:52 +09:00
MkVisibilityPicker.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkVisitorDashboard.ActiveUsersChart.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkVisitorDashboard.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkWaitingDialog.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkWidgets.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkWindow.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00
MkYouTubePlayer.vue refactor: frontendのcomponentsの型エラーを改善 (#12926) 2024-01-30 19:53:53 +09:00