summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNote.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)Freya Murphy2 days1-2/+2
|
* refactor: make noImplicitAny true (#17083)syuilo2026-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update emojis.emoji.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update manager.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update analytics.ts
* fix(frontend): ↵かっこかり2026-01-021-11/+19
| | | | | | | ログインダイアログが表示されたあとの処理がおかしくなる問題を修正 (#17038) * fix(frontend): ログインダイアログが表示されたあとの処理がおかしくなる問題を修正 * Update Changelog
* fix(frontend/aiscript): ↵かっこかり2025-12-131-3/+8
| | | | | | | nullを返すnote_view_intrruptorが動作しない問題を修正 (#16977) * fix(frontend/aiscript): nullを返すnote_view_intrruptorが動作しない問題を修正 * Update Changelog
* fix(frontend): ↵かっこかり2025-12-111-1/+14
| | | | | | | | | | | 削除されたノートのリノートが正しく表示されない問題を修正 (#16970) * fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正 * Update Changelog * :art: * fix
* refactor(frontend): ↵かっこかり2025-08-311-2/+2
| | | | | | | | | | | フロントエンドの型エラー解消(途中まで) (#16477) * refactor(frontend): フロントエンドの型エラー解消 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactorsyuilo2025-08-261-1/+1
|
* refactorsyuilo2025-08-251-2/+2
|
* refactorsyuilo2025-08-251-4/+2
|
* feat(frontend): AiScriptを1.0に更新syuilo2025-08-061-15/+13
| | | | Close #16277
* ノートの脱CASCADE削除 (#16332)syuilo2025-07-311-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * Update QueryService.ts * Update QueryService.ts * wip * Update MkNoteDetailed.vue * Update NoteEntityService.ts * wip * Update antennas.ts * Update create.ts * Update NoteEntityService.ts * wip * Update CHANGELOG.md * Update NoteEntityService.ts * Update NoteCreateService.ts * Update note.test.ts * Update note.test.ts * Update ClientServerService.ts * Update ClientServerService.ts * add error handling * Update NoteDeleteService.ts * Update CHANGELOG.md * Update entities.ts * Update entities.ts * Update misskey-js.api.md
* perf(frontend): improve rendering performancesyuilo2025-07-051-3/+2
|
* refactor(frontend): ↵かっこかり2025-06-141-8/+16
| | | | | | | checkWordMuteの返り値が誤っている問題を修正 (#16188) * refactor(frontend): checkWordMuteの返り値が誤っている問題を修正 * fix lint
* fix(frontend): disable note_view_interruptor temporary to prevent rendering ↵syuilo2025-06-111-13/+15
| | | | glitch
* fix(frontend): ↵syuilo2025-06-101-10/+8
| | | | | | Plugin:register_note_view_interruptor()によるノートの書き換えが機能しない問題を修正 Fix #16180
* fix(frontend); ↵かっこかり2025-05-241-18/+5
| | | | | | | | | | | | | | | カスタム絵文字のリアクションが二重で表示されることがある問題を修正 (#16092) * fix(frontend): カスタム絵文字のリアクションが二重で表示されることがある問題を修正 * fix: improve event locking mechanism * fix: remove unused console log * fix: unused import * fix: その場で書き換えることで再レンダリングを最小限に抑える(かも) * refactor: reactive note data を composable内で生成するように
* enhance(frontend): ↵かっこかり2025-05-201-1/+1
| | | | | | | | | | | URLプレビューをユーザーサイドで無効化できるように (#16064) * enhance(frontend): URLプレビューをユーザーサイドで無効化できるように * fix lint * Update Changelog * fix: 設定項目をデータセーバーに移動
* 🎨syuilo2025-05-111-1/+1
|
* fix(frontend): ノート購読の挙動改善 (#16023)かっこかり2025-05-111-1/+11
| | | | | | | | | * fix(frontend): ノート購読の挙動改善 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): use* 関数の格納場所のフォルダ名を ↵かっこかり2025-05-101-2/+2
| | | | | | | | | composables に変更 (#16004) * refactor(frontend): use* 関数の格納場所を正式名称(composables)に変更 * migrate * move useLoading
* Feat: No websocket mode (#15851)syuilo2025-05-091-71/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update MkTimeline.vue * wip * wip * wip * Update MkTimeline.vue * Update use-pagination.ts * wip * wip * Update MkTimeline.vue * Update MkTimeline.vue * wip * wip * Update MkTimeline.vue * Update MkTimeline.vue * Update MkTimeline.vue * wip * Update use-pagination.ts * wip * Update use-pagination.ts * Update MkNotifications.vue * Update MkNotifications.vue * wip * wip * wip * Update use-note-capture.ts * Update use-note-capture.ts * Update use-note-capture.ts * wip * wip * wip * wip * Update MkNoteDetailed.vue * wip * wip * Update MkTimeline.vue * wip * fix * Update MkTimeline.vue * wip * test * Revert "test" This reverts commit 3375619396c54dcda5e564eb1da444c2391208c9. * Update use-pagination.ts * test * Revert "test" This reverts commit 42c53c830e28485d2fb49061fa7cdeee31bc6a22. * test * Revert "test" This reverts commit c4f8cda4aa1cec9d1eb97557145f3ad3d2d0e469. * Update style.scss * Update MkTimeline.vue * Update MkTimeline.vue * Update MkTimeline.vue * ✌️ * Update MkTimeline.vue * wip * wip * test * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkTimeline.vue * wip * tweak navbar * wip * wip * wip * wip * wip * wip * wip * Update home.vue * wip * refactor * wip * wip * Update note.vue * Update navbar.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * Update MkPullToRefresh.vue * wip * Update MkStreamingNotificationsTimeline.vue * Update use-pagination.ts * wip * improve perf * wip * Update MkNotesTimeline.vue * wip * megre * Update use-pagination.ts * Update use-pagination.ts * Update MkStreamingNotesTimeline.vue * Update use-pagination.ts * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
* fix(frontend): ↵syuilo2025-04-271-1/+1
| | | | スワイプが効かないなど、不具合の元になるmarginをgapに置き換え
* 🎨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
* enhance(frontend): refactor and improve uxsyuilo2025-03-251-1/+2
|
* 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
* 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
* Fix(frontend): ↵taichan2025-02-011-8/+8
| | | | | | | ワードミュートがnullの時にもセンシティブミュートが行われるように (#15364) * Fix(frontend): ワードミュートがnullの時にもセンシティブミュートが行われるように * Add ChangeLog
* fix(frontend): ↵かっこかり2025-01-211-1/+1
| | | | Instanceの値が部分的に欠損していると、ローカルサーバーの情報にフォールバックする問題を修正 (#15319)
* fix(frontend): ↵taichan2025-01-191-1/+1
| | | | | | | | | | | | | アンケート(投票)でリモートの絵文字が正しく描画できない問題の修正 (#15306) * アンケート選択肢にリモート絵文字を表示 * MkSubNoteContentでのリモート絵文字の描画 * Update Changelog --------- Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com>
* enhance(frontend): ↵taichan2025-01-141-8/+24
| | | | | | | | | | | | | | | | | | | | | | | ワードミュートで引っかかったワードを表示可能にする (#15195) * feat(frontend): ソフトミュートで引っかかったものを表示できるように * ソフトワードミュートのミュート文字列表示を切り替え可能に * Chore(docs): Update CHANGELOG * Fix: language file * Fixed by review * Fix by review * Fix: reloadAskなおしきれていなかった * perf: filter -> findに変更して最初の一個のみを表示するように変更 * Revert "perf: filter -> findに変更して最初の一個のみを表示するように変更" This reverts commit 72ef92f0d62828754702cd00e26ad873adb4652f.
* リノートメニューに「リノートの詳細」を追加 (#14985)FineArchs2024-11-191-0/+10
| | | | | | | | | | | | | | | * add renote-detail menu * changelog * Apply suggestions from code review Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * Update CHANGELOG.md --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(frontend): withSensitiveフィルタ周りの挙動修正 (#14884)かっこかり2024-11-031-6/+9
| | | | | * fix(frontend): withSensitiveフィルタ周りの挙動修正 * Update MkNote.vue
* fix(frontend): ↵かっこかり2024-10-301-1/+1
| | | | | 一部のノート表示で設定にかかわらずセンシティブなファイルを含むノートが最小化される問題を修正 Fix https://github.com/misskey-dev/misskey/pull/14772#discussion_r1821707117
* fix(frontend): ↵かっこかり2024-10-211-1/+2
| | | | | | | | | | | デッキのタイムラインカラムでwithSensitiveが利用できない問題を修正 (#14772) * fix(frontend): デッキのタイムラインカラムでwithSensitiveが利用できない問題を修正 * Update Changelog * Update Changelog * Update packages/frontend/src/ui/deck/tl-column.vue
* feat: ノートの閲覧にログイン必須にする設定 (#14799)syuilo2024-10-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update packages/frontend/src/pages/note.vue Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * wip * Update WebhookTestService.ts * Update privacy.vue * wip * rename * Update locales/ja-JP.yml Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> * :art: * wip --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* perf(frontend): ノートのレンダリングをスキップできるようにsyuilo2024-10-141-12/+9
|
* refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-5/+5
| | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop