summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkSubNoteContent.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | upd: pointer on clickToOpen-able parts of notesShittyKopper2023-11-011-1/+5
| |
* | upd: implement radius settingShittyKopper2023-11-011-2/+2
| | | | | | | | | | | | 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-2/+2
| | | | | | | | This reverts commit 7a51e2d404d82a8fa491ad08bc88112a7173dff7.
* | merge: upstreamMar0xy2023-11-011-1/+1
|\|
| * perf(frontend): ノート表示時のMFMパース処理を減らすsyuilo2023-11-011-1/+1
| |
* | upd: hide files in post form by defaultMar0xy2023-10-201-1/+2
| | | | | | | | Closes transfem-org/Sharkey#99
* | fix: no translations on sub notesMar0xy2023-10-191-0/+16
| | | | | | | | Closes bug: transfem-org/Sharkey#89
* | upd: remove show more button effectsMar0xy2023-10-161-3/+1
| |
* | upd: change how show more gets shownMar0xy2023-10-161-1/+3
| |
* | upd: remove buggy backdrop-filterMar0xy2023-10-161-1/+0
| |
* | upd: attempt at fancy blurMar0xy2023-10-151-1/+2
| |
* | upd: client option for click to open postsMar0xy2023-10-151-1/+1
| |
* | prototype: decreased roundingInsert5StarName2023-10-011-2/+2
| |
* | upd: fix rest of iconsInsert5StarName2023-10-011-1/+1
| |
* | work in progress iconsInsert5StarName2023-09-301-1/+1
| |
* | upd: collapse filesInsert5StarName2023-09-281-1/+2
| |
* | fix: buttons opening post viewMar0xy2023-09-231-3/+10
|/
* refactor(frontend): use ESMsyuilo2023-09-191-3/+3
|
* update deps (#11764)syuilo2023-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art: