summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteDetailed.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy45 hours1-1/+1
|
* merge: Auto-select the first page of reactions on the note "reactions" tab ↵Marie2025-06-141-0/+5
|\ | | | | | | | | | | | | | | | | | | (resolves #448) (!1121) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1121 Closes #448 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * auto-select the first page of reactions on the note "reactions" pgaeHazelnoot2025-06-141-0/+5
| |
* | remove "RN:" link from NoteDetailed for consistency with other Note componentsHazelnoot2025-06-131-1/+0
| |
* | place "reply" indicator on same line as note bodyHazelnoot2025-06-131-14/+15
|/
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-121-1/+1
|
* use SKUrlPreviewGroup in more placesHazelnoot2025-06-071-4/+3
|
* allow note toolbar to scrollHazelnoot2025-06-041-4/+2
| | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
* use responsive gaps between note toolbar itemsHazelnoot2025-06-041-25/+7
|
* fix circular reference between i.ts, instance.ts, and misskeyApi.tsHazelnoot2025-05-301-2/+2
|
* allow unauthenticated (logged-out) users to translate notesHazelnoot2025-05-301-3/+3
|
* disable "translate" button after translatingHazelnoot2025-05-251-1/+1
|
* fix "translate" and "clip" buttons opening the note on mobileHazelnoot2025-05-251-3/+3
|
* use config.url instead of "https://${config.host}"Hazelnoot2025-05-211-2/+2
|
* skip resolving preview when a link is known to be recursiveHazelnoot2025-05-201-3/+4
|
* don't recursively render note previewsHazelnoot2025-05-201-1/+3
|
* extract common translation UI into SkNoteTranslation.vueHazelnoot2025-05-181-15/+2
|
* fix type errors in note translation sourceHazelnoot2025-05-181-1/+1
|
* add option to put Translate button in the note toolbarHazelnoot2025-05-161-5/+18
|
* factor out shared word mute logicHazelnoot2025-05-121-52/+4
|
* simplify access to showSoftWordMutedWordHazelnoot2025-05-121-2/+1
|
* show muted words in NoteDetailed / NoteSub componentsHazelnoot2025-05-121-2/+49
|
* remove invisible user link from "muted note" placeholderHazelnoot2025-05-101-3/+1
|
* add "clickable" styling for muted note placeholderHazelnoot2025-05-101-0/+5
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-291-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # package.json # packages/backend/package.json # packages/backend/src/server/api/ApiCallService.ts # packages/backend/src/server/api/endpoints/drive/files/create.ts # packages/frontend-shared/js/url.ts # packages/frontend/package.json # packages/frontend/src/components/MkFileCaptionEditWindow.vue # packages/frontend/src/components/MkInfo.vue # packages/frontend/src/components/MkLink.vue # packages/frontend/src/components/MkNote.vue # packages/frontend/src/components/MkNotes.vue # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/components/MkReactionsViewer.vue # packages/frontend/src/components/MkTimeline.vue # packages/frontend/src/components/MkUrlPreview.vue # packages/frontend/src/components/MkUserPopup.vue # packages/frontend/src/components/global/MkPageHeader.vue # packages/frontend/src/components/global/MkUrl.vue # packages/frontend/src/components/global/PageWithHeader.vue # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/announcements.vue # packages/frontend/src/pages/antenna-timeline.vue # packages/frontend/src/pages/channel.vue # packages/frontend/src/pages/instance-info.vue # packages/frontend/src/pages/note.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/role.vue # packages/frontend/src/pages/tag.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pages/user-list-timeline.vue # packages/frontend/src/pages/user/followers.vue # packages/frontend/src/pages/user/following.vue # packages/frontend/src/pages/user/home.vue # packages/frontend/src/pages/user/index.vue # packages/frontend/src/ui/deck.vue # packages/misskey-js/generator/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * fix(frontend): ↵syuilo2025-04-271-1/+1
| | | | | | | | スワイプが効かないなど、不具合の元になるmarginをgapに置き換え
* | remove unused parameter from get-note-versions-menu.tsHazelnoot2025-04-021-1/+1
| |
* | lint and type fixesHazelnoot2025-04-011-4/+4
| |
* | fix import order in MkNoteDetailed.vueHazelnoot2025-04-011-1/+1
| |
* | copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-16/+17
| |
* | update references from /scripts/ to /utility/Hazelnoot2025-03-251-1/+1
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-251-1/+3
|\| | | | | | | | | | | | | | | | | | | # Conflicts: # package.json # packages/backend/src/core/entities/NotificationEntityService.ts # packages/backend/src/types.ts # packages/frontend/src/pages/admin/modlog.ModLog.vue # packages/misskey-js/src/consts.ts # packages/misskey-js/src/entities.ts
| * enhance(frontend): refactor and improve uxsyuilo2025-03-251-1/+3
| |
* | merge upstreamHazelnoot2025-03-251-40/+54
|\|
| * refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-191-8/+8
| |
| * enhance(frontend): improve usability on touch devicesyuilo2025-03-161-1/+2
| |
| * enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
| |
| * refactor(frontend): organize use functionssyuilo2025-03-131-2/+2
| |
| * enhance(frontend): improve plugin managementsyuilo2025-03-091-1/+2
| |
| * refactor(frontend): relocate plugin constssyuilo2025-03-091-1/+1
| |
| * refactor(frontend): scripts -> utilitysyuilo2025-03-091-15/+15
| |
| * Refine preferences (#15597)syuilo2025-03-091-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * test * wip rollup pluginでsearchIndexの情報生成 * wip * SPDX * wip: markerIdを自動付与 * rollupでビルド時・devモード時に毎回uuidを生成するように * 開発サーバーでだけ必要な挙動は開発サーバーのみで * 条件が逆 * wip: childrenの生成 * update comment * update comment * rename auto generated file * hashをパスと行数から決定 * Update privacy.vue * Update privacy.vue * wip * Update general.vue * Update general.vue * wip * wip * Update SearchMarker.vue * wip * Update profile.vue * Update mute-block.vue * Update mute-block.vue * Update general.vue * Update general.vue * childrenがduplicate key errorを吐く問題をいったん解決 * マーカーの形を成形 * loggerを置きかえ * とりあえず省略記法に対応 * Refactor and Format codes * wip * Update settings-search-index.ts * wip * wip * とりあえず不確定要因の仮置きidを削除 * hashの生成を正規化(絶対パスになっていたのを緩和) * pathの入力を省略可能に * adminでもパス生成できるように * Update settings-search-index.ts * Update privacy.vue * wip * build searchIndex * wip * build * Update general.vue * build * Update sounds.vue * build * build * Update sounds.vue * 🎨 * 🎨 * Update privacy.vue * Update privacy.vue * Update security.vue * create-search-indexを多少改善 * build * Update 2fa.vue * wip * 必ずtransformCodeCacheを利用するように, キャッシュの明確な受け渡しを定義 * キャッシュはdevServerでなくても更新 * Revert "wip" This reverts commit 41bffd3a13f55618bf939dc1c9acb2a77ead4054. * inlining * wip * Update theme.vue * 🎨 * wip normalize * Update theme.vue * キャッシュのパス変換 * build * wip * wip * Update SearchMarker.vue * i18n.ts['key'] の形式が取り出せない問題のFix * build * 仮でpath入れ * 必ず絶対パスが使われるように * wip * 🎨 * storybookビルド時はcreateSearchIndexをしない * inliningの構造化 * format code * Update index.vue * wip * wip * 🎨 * wip * wip * wip * wip * wip * wip * wip * wip * clean up * wip * wip * wip * Update rollup-plugin-unwind-css-module-class-name.test.ts * Update navbar.vue * clean up * wip * wip * wip * wip * wip * Update preferences-backups.vue * Update common.ts * Update preferences.ts * wip * wip * wip * wip * Update MkPreferenceContainer.vue * Update MkPreferenceContainer.vue * Update MkPreferenceContainer.vue * enhance: 検索で上下矢印を使用することで検索結果を移動できるように * Update main-boot.ts * refactor * wip * Update sounds.vue * fix(frontend): PageWindowでSearchMarkerが動作するように * enhance(frontend): SearchMarkerの点滅を一定時間で止める * wip * lint fix * fix: 子要素監視が抜けていたのを修正 * アニメーションの回数はCSSで制御するように * refactor * enhance(frontend): 検索インデックス作成時のログを削減 * revert * fix * fix * Update preferences.ts * Update preferences.ts * wip * Update preferences.ts * wip * 🎨 * wip * Update MkPreferenceContainer.vue * wip * Update preferences.ts * wip * Update preferences.ts * Update preferences.ts * wip * wip * Update preferences.ts * wip * wip * Update preferences.ts * Update CHANGELOG.md * Update preferences.ts * Update deck-store.ts * deckStoreをdefaultStoreに統合 * wip * defaultStore -> store * Update profile.ts * wip * refactor * wip: plugin * plugin * plugin * plugin * Update plugin.ts * wip * Update plugin.vue * Update preferences.ts * Update main-boot.ts * wip * fix test * Update plugin.vue * Update plugin.vue * Update utility.ts * wip * wip * Update utility.ts * wip * wip * clean up * Update utility.ts --------- Co-authored-by: tai-cha <dev@taichan.site> Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
| * enhance(frontend): ↵かっこかり2025-03-031-1/+1
| | | | | | | | | | | | | | アニメーション設定で画面上のエフェクトも考慮するように (#15576) * enhance(frontend): アニメーション設定で画面上のエフェクトも考慮するように * Update Changelog
| * fix(frontend): ↵かっこかり2025-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように (#15417) * fix(frontend): リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * enhance(frontend): ↵かっこかり2025-02-151-1/+10
| | | | | | | | | | | | | | | | | | | | | | リアクション時に確認ダイアログを出せるように (#15174) * enhance(frontend): リアクション時に確認ダイアログを出せるように * Update Changelog * indent * fix
| * refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-051-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * revert unnecessary changes * wip * refactor(frontend): enforce verbatimModuleSyntax * fix * refactor(frontend-shared): enforce verbatimModuleSyntax * wip * refactor(frontend-embed): enforce verbatimModuleSyntax * enforce consistent-type-imports * fix lint config * attemt to fix ci * fix lint * fix * fix * fix
* | upd: check for remote url first before providing local url on pleaseLoginContextMarie2025-03-091-1/+1
| |
* | disable inline note previews from users with quotes disabledHazelnoot2025-02-201-1/+1
| |
* | add "reject quotes" toggle at user and instance levelHazelnoot2025-02-201-1/+1
| | | | | | | | | | | | + improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance
* | factor out shared "compute-merged-cw" routineHazelnoot2025-02-161-8/+2
| |