summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNote.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy27 hours1-1/+1
|
* fix usage of appearNote in frontend componentsHazelnoot2025-06-181-1/+1
|
* copy changes to MkNote and EmNoteDetailedHazelnoot2025-06-131-14/+15
|
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-121-1/+1
|
* use SKUrlPreviewGroup in more placesHazelnoot2025-06-071-3/+4
|
* allow note toolbar to scrollHazelnoot2025-06-041-3/+3
| | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
* use responsive gaps between note toolbar itemsHazelnoot2025-06-041-23/+1
|
* 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-1/+2
|
* 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/+20
|
* factor out shared word mute logicHazelnoot2025-05-121-48/+4
|
* simplify access to showSoftWordMutedWordHazelnoot2025-05-121-2/+1
|
* remove invisible user link from "muted note" placeholderHazelnoot2025-05-101-9/+3
|
* add "clickable" styling for muted note placeholderHazelnoot2025-05-101-0/+5
|
* fix "click to open"dakkar2025-05-091-2/+1
|
* (manually) revert bc422fe36ff661d83d01cce17225a31d67829bd5dakkar2025-05-031-2/+1
| | | | | | | | | the fix for #1037 was wrong (it would collapse a boosted quote if the quoted note was from the current user), and not necessary (`appearNote.value.userId` _is_ the author of the boosted note, no need to look inside `note.renote` at all) so… I'm not sure why I even raised the issue 😕
* fix "collapse renotes of my own notes"dakkar2025-05-021-1/+1
|
* collapse renotes of my notes - fix #1037dakkar2025-05-011-1/+2
|
* 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 store error in MkNote.vueHazelnoot2025-04-011-1/+2
| |
* | copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-23/+26
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-301-8/+13
|\|
| * 🎨syuilo2025-03-301-0/+2
| |
| * chore(frontend): remove unused stylesyuilo2025-03-301-1/+0
| |
| * enhance(frontend): ↵syuilo2025-03-291-5/+11
| | | | | | | | アイコンのスクロール追従を無効化してパフォーマンス向上できるように
| * enhance(frontend): disable horizontal swipe for timeline/notifications to ↵syuilo2025-03-291-2/+0
| | | | | | | | improve ux
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-251-1/+2
|\| | | | | | | | | | | | | | | | | | | # 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/+2
| |
* | merge upstreamHazelnoot2025-03-251-44/+59
|\|
| * refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-191-8/+8
| |
| * enhance(frontend): improve usability on touch devicesyuilo2025-03-161-1/+2
| |
| * refactorsyuilo2025-03-141-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-17/+17
| |
| * Refine preferences (#15597)syuilo2025-03-091-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * enhance(frontend): ↵かっこかり2025-02-151-1/+10
| | | | | | | | | | | | | | | | | | | | | | リアクション時に確認ダイアログを出せるように (#15174) * enhance(frontend): リアクション時に確認ダイアログを出せるように * Update Changelog * indent * fix