summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkSubNoteContent.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copy changes to MkSubNoteContent and welcome.timeline.noteHazelnoot2025-06-131-2/+4
|
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-121-1/+1
|
* extract common translation UI into SkNoteTranslation.vueHazelnoot2025-05-181-17/+9
|
* fix type errors in note translation sourceHazelnoot2025-05-181-1/+1
|
* fix spurious "translation failed" errors in MkNoteSubHazelnoot2025-05-181-2/+2
|
* add option to put Translate button in the note toolbarHazelnoot2025-05-161-3/+4
|
* lint and type fixesHazelnoot2025-04-011-1/+0
|
* copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-8/+8
|
* update references from /scripts/ to /utility/Hazelnoot2025-03-251-1/+1
|
* merge upstream 2025-02-03Hazelnoot2025-02-031-2/+2
|\
| * fix(client): ↵taichan2025-01-201-2/+2
| | | | | | | | MkSubNoteContentに対するnoteの指定が誤っていたので修正 (follow up of misskey-dev/misskey#15306) (#15316)
| * fix(frontend): ↵taichan2025-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | アンケート(投票)でリモートの絵文字が正しく描画できない問題の修正 (#15306) * アンケート選択肢にリモート絵文字を表示 * MkSubNoteContentでのリモート絵文字の描画 * Update Changelog --------- Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com>
* | probably fix most renamed CSS variablesdakkar2024-11-081-4/+4
| |
* | Merge tag '2024.10.1' into feature/2024.10dakkar2024-11-081-7/+7
|\|
| * 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-6/+6
| | | | | | | | | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-091-2/+2
|\|
| * refactor(frontend): frontend-embed/src/to-be-sharedを共通化 (#14536)かっこかり2024-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): shouldCollapsedを共通化 * refactor(frontend): config.js, worker-multi-dispatch.js, intl-const.jsを共通化 * fix(frontend-shared): fix type error * refactor(frontend): is-link.jsと、同一の振る舞いをする記述を共通化 * fix * fix lint * lint fixes
| * refactorsyuilo2024-08-191-1/+1
| |
* | better block display for `<bdi>` elementsdakkar2024-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | We use MfM in all sorts of places, and only some of them are actual blocks. We can now tell the `Mfm` component to make the top-level `<bdi>` a block when we need to (mostly note bodies, user descriptions, announcements) and leave it inline in all other places. This should still rendener inline rtl content embedded in ltr text in a sensible way, while providing right-alignment for fully rtl blocks.
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | upd: expandAllCws also expands all long posts on first clickShittyKopper2024-02-041-1/+6
| | | | | | | | this mimics glitch-soc behavior
* | fix: blue highlight on chromium when using click to openShittyKopper2024-02-041-0/+1
| |
* | fix: click to open on quotesShittyKopper2024-02-041-3/+3
| |
* | merge: upstreamMarie2024-02-031-4/+4
|\|
| * refactor: frontendのcomponentsの型エラーを改善 (#12926)yukineko2024-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * :v: * Update MkNotification.vue * Update MkNotification.vue * Update MkNotification.vue * Update MkNotifications.vue * Update MkUserSetupDialog.Profile.vue * Update MkUserCardMini.vue * :v: * Update MkMenu.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | chore: change sfm registry and nameMarie2024-02-031-1/+1
| |
* | merge: upstream (1)Marie2024-01-211-2/+2
|\|
| * refactor: deprecate i18n.t (#13039)Acid Chicken (硫酸鶏)2024-01-201-1/+1
| | | | | | | | | | | | | | | | | | * refactor: deprecate i18n.t * revert: deprecate i18n.t This reverts commit 7dbf873a2f745040ee723df5db659acacff84e12. * chore: reimpl
* | merge: upstreamMarie2024-01-091-1/+1
|\|
* | merge: upstreamMarie2023-12-231-13/+12
|\|
| * Remove unused imports (#12730)woxtu2023-12-211-1/+0
| |
| * refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 対応漏れ
* | upd: replace mfm with sfmMarie2023-12-181-1/+1
| |
* | add: expand all long notes optionMar0xy2023-12-031-1/+1
| |
* | fix: selecting text in a note causing it to openMar0xy2023-11-271-2/+5
| | | | | | | | Closes transfem-org/Sharkey#175
* | merge: upstreamMar0xy2023-11-221-1/+1
|\|
| * fix(frontend): ↵syuilo2023-11-151-1/+1
| | | | | | | | | | | | 特定の条件下でノートがnyaizeされない問題を修正 Fix #12331
* | fix: Show Less button overlapping textMar0xy2023-11-201-1/+1
| | | | | | | | Fixes transfem-org/Sharkey#161
* | add: locales for mfm play button and dialogMar0xy2023-11-061-4/+4
| |
* | chore: add spacing between text and play mfm buttonMar0xy2023-11-061-2/+6
| |
* | upd: play animated MFM buttonMar0xy2023-11-061-1/+23
| |
* | merge: developMar0xy2023-11-041-1/+1
|\ \
| * | fix: icons being inconsistent and PG (#136)Amelia Yukii2023-11-031-1/+1
| | |
* | | merge: upstreamMar0xy2023-11-041-2/+2
|\ \ \ | |/ / |/| / | |/
| * enhance(frontend): ↵syuilo2023-11-041-1/+1
| | | | | | | | ノート内のカスタム絵文字をクリックすることで、コピーおよびリアクションができるように
* | fix: subnote content not being nyaizedMar0xy2023-11-031-2/+2
| |