summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPostForm.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): アカウント情報はstore管理にsyuilo2025-04-161-1/+1
|
* 🎨syuilo2025-03-301-1/+1
|
* refactor(frontend): use symbol for disyuilo2025-03-291-1/+1
|
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-191-6/+6
|
* refactor(frontend): signinRequired -> ensureSigninsyuilo2025-03-161-2/+2
|
* enhance(frontend): 投稿フォームの設定メニューを改良 (改)syuilo2025-03-161-7/+47
| | | | This reverts commit a814395127aa1b4ea643fb40235e3e58c747b77f.
* Revert "enhance(frontend): 投稿フォームの設定メニューを改良 ↵syuilo2025-03-161-46/+7
| | | | | | (#14804)" This reverts commit ce6b2448ced1101a4f0f8eeeb0d48378d40f696a.
* enhance(frontend): 投稿フォームの設定メニューを改良 (#14804)かっこかり2025-03-161-7/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): 投稿フォームの設定メニューを改良 * Update Changelog * indent * MkMenuのitemを切り出して共通化 * remove unused expose * fix: ドロワーなどのOptionが当たらない問題を修正 * 他のpopupMenuの項目選択時と挙動をあわせる * チュートリアルで詰む問題を修正 * Revert "MkMenuのitemを切り出して共通化" This reverts commit ce3679798c5b642dd0e47056f70657e46b382b5e. * enhance: slotで共通化 * Update MkPostFormOtherMenu.vue * remove duplicated locale key * refactor: メニューの定義をMkPostForm側で行うように * Update CHANGELOG.md * [ci skip] Update MkPostFormOtherMenu.vue * Update MkPostForm.vue * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactorsyuilo2025-03-141-1/+2
|
* enhance(frontend): improve accounts managementsyuilo2025-03-131-2/+3
|
* enhance(frontend): ↵ろむねこ2025-03-101-9/+7
| | | | | | | | | | | | | | | | | | | | | | | CWの注釈テキストが入力されていない場合はPostボタンを非アクティブに (#15639) * add condition to disable post button when CW text is empty * standardize condition by using 1<= inserted of 0< * unify CW text length condition to improve readability * add missing CW state check * fix state check, add empty/null check, improve max length validation * simplify CW validation by removing minimum length check * Update CHANGELOG * remove CW text validation in post() --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): rename store.set -> store.commitsyuilo2025-03-101-1/+1
|
* refactor(frontend): rename pizzax fieldssyuilo2025-03-101-4/+4
|
* enhance(frontend): improve plugin managementsyuilo2025-03-091-1/+3
|
* refactor(frontend): relocate plugin constssyuilo2025-03-091-4/+5
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-11/+11
|
* Refine preferences (#15597)syuilo2025-03-091-21/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* revert https://github.com/misskey-dev/misskey/pull/15545syuilo2025-03-061-16/+4
| | | | see https://github.com/misskey-dev/misskey/issues/14498
* enhance(frontend): ↵かっこかり2025-03-031-1/+1
| | | | | | | アニメーション設定で画面上のエフェクトも考慮するように (#15576) * enhance(frontend): アニメーション設定で画面上のエフェクトも考慮するように * Update Changelog
* fix(frontend): ↵かっこかり2025-03-031-0/+2
| | | | | | | | | 投稿フォームがオーバーフローした際にスクロールできるように (#15571) * fix(frontend): 投稿フォームがオーバーフローした際にスクロールできるように * Update Changelog * remove unused props
* fix(frontend): ↵tetsuya-ki2025-03-031-4/+16
| | | | | | | | | | | | | | | | | | | | | | 削除して編集の削除タイミングを投稿後になるように #14498 (#15545) * fix #14498 - 「削除して編集」の削除タイミングを投稿したタイミングへ変更 * update CHANGELOG.md * 指摘対応 - InitialNoteがあれば必ず削除するべきものでもないため、投稿後にノートを削除するフラグをプロパティに追加 * 指摘対応のミス修正 - フラグを条件に追加 - 実績のdateが数値になってなかった点を修正 --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* enhance(frontend): CWの注釈で入力済みの文字数を表示する ↵claustra012025-02-161-1/+33
| | | | | | | | | | | | | | | (#15070) * enhance: CW注釈の文字数表示 * update: CHANGELOG.md * chore: maxCwTextLengthをただのconstにする * fix: 投稿ボタンのdisable判定条件 --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* enhance(frontend): PostFormのannoying判定でCWを考慮するように ↵かっこかり2025-02-071-8/+12
| | | | | | | | | (#15405) * enhance(frontend): PostFormのannoying判定でCWを考慮するように * Update Changelog * Update CHANGELOG.md
* refactor(frontend): remove X theme properties (#15376)syuilo2025-02-051-3/+3
| | | | | | | * refactor(frontend): remove X theme properties * Update MkAutocomplete.vue * Update WidgetCalendar.vue
* refactor(frontend): verbatimModuleSyntaxを有効化 (#15323)かっこかり2025-02-051-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: node.js の punycode ↵anatawa122025-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | モジュールが使用されている場所がある問題 (#15248) * fix: punycode.js が使用されていない場所がある問題 * fix: use punycode/punycode.js on backend * fix: use punycode/punycode.es6.js on backend * fix: d.ts missing declare keyword * chore: don't use punycode.js on backend * update pnpm-lock.yaml * chore: remove punycode.d.ts * chore: use punycode.js instead of punycode npm package * chore: bump psl to 1.15.0 * chore: bump nsfwjs to 4.2.0 4.2.1 is not usable because of https://github.com/infinitered/nsfwjs/issues/904 * chore: prevent loading node-fetch from tensorflow * chore: DOMWindow['document'] => Document IDK why DOMWindow['document'] fails, but might be related to tsc internal complexity limit * fix: disable --trace-deprecation --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Fix(frontend): 削除して編集で引用ありを消せない (#15249)taichan2025-01-141-14/+15
| | | | | | | | | | | | | | | | * Fix(frontend): 削除して編集で引用ありを消せない * docs(changelog): update CHANGELOG.md * rename noteToRenote -> renoteTargetNote with type fix * Update Changelog --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-01-041-0/+1
| | | | | | | | | ファイルの添付可能数を超えたらノートボタンを押せないように (#15126) * fix(frontend): ファイルの添付可能数を超えたらノートボタンを押せないように * Update Changelog * Update MkPostForm.vue
* fix(frontend): ↵かっこかり2024-11-061-3/+3
| | | | | | | | | | | | | ノート投稿ボタンにホバー時のスタイルが適用されていない (#14887) * fix(frontend): ノート投稿ボタンにホバー時のスタイルが適用されていない (#305) (cherry picked from commit 711ab846a967feeddbe0c908bee4b91646cec321) * Update Changelog --------- Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
* refactor(frontend): asとanyをすぐなおせる範囲で除去 (#14848)かっこかり2024-10-311-16/+4
| | | | | | | | | | | | | | | | | | | * refactor(frontend): できるだけanyを除去 * refactor * lint * fix * remove unused * Update packages/frontend/src/components/MkReactionsViewer.details.vue * Update packages/frontend/src/components/MkUsersTooltip.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refs#10866 ↵Yuba2024-10-211-3/+11
| | | | 投稿ダイアログでEscキーが押されたときIME入力中ならダイアログは閉じない (#14787)
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-15/+15
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* :art:syuilo2024-09-251-2/+2
|
* :art:syuilo2024-09-241-1/+10
|
* 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
* fix: ↵Kisaragi2024-08-261-1/+1
| | | | 投稿フォームの字数上限計算を実際の投稿内容に合わせる (#14466)
* refactorsyuilo2024-08-191-2/+2
|
* fix(frontend): ↵かっこかり2024-07-301-1/+14
| | | | | | | emojiPickerを使用して絵文字を挿入する際、refに直接挿入するように (#14282) * fix(frontend): emojiPickerを使用して絵文字を挿入する際、refに直接挿入するように * add comment
* fix(frontend): pure renote cannot create with url based quote (#14270)Sayamame-beans2024-07-301-1/+1
| | | | | * fix(frontend): pure renote cannot create with url based quote * docs(changelog): update changelog
* Fix(frontend): ↵Sayamame-beans2024-07-281-4/+16
| | | | | | | | | | | | | 下書き/削除して編集で保持されない項目があった問題を修正 (#14285) * chore(frontend): reorder assignments * fix(frontend): visibleUserIds is not kept when deleteAndEdit * fix(frontend): quoteId is not kept on draft * fix(frontend): reactionAcceptance is not kept for draft/deleteAndEdit * docs(changelog): update changelog
* fix(frontend): フォーカスの挙動を修正 (#14158)かっこかり2024-07-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(frontend): 直前のパターンを記録するように * fix(frontend): フォーカス/タブ移動に関する挙動を調整 (#226) Cherry-pick commit e8c030673326871edf3623cf2b8675d68f9e1b13 Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> * focusのデザイン修正 * move scripts * Modalにfocus trapを追加 * 記録するホットキーはレートリミット式にする * escキーのハンドリングをMkModalに統一 * fix * enterで子メニューを開けるように * lint * fix focus trap * improve switch accessibility * 一部のmodalのフォーカストラップが外れない問題を修正 * fix * fix * Revert "記録するホットキーはレートリミット式にする" This reverts commit 40a7509286a87911ad4cc06d9482e8a2e5d0e7e8. * Revert "fix(frontend): 直前のパターンを記録するように" This reverts commit 5372b2594023952cff34aa62253ed4efef15b5dd. * Revert "Revert "fix(frontend): 直前のパターンを記録するように"" This reverts commit a9bb52e799e110927ad92cd8f26af980819334e1. * Revert "Revert "記録するホットキーはレートリミット式にする"" This reverts commit bdac34273e0bc5f13604c7e2f9fa6b1321a0df3d. * 試験的にCypressでのFocustrapを無効化 * fix * fix focus-trap * Update Changelog * :v: * fix focustrap invocation logic * スクロールがsticky headerを考慮するように * :art: * スタイルの微調整 * :art: * remove deprecated key aliases * focusElementが足りなかったので修正 * preview系にfocus時スタイルが足りなかったので修正 * `returnFocusElement` -> `returnFocusTo` * lint * Update packages/frontend/src/components/MkModalWindow.vue * Apply suggestions from code review Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> * keydownイベントをまとめる * use correct pesudo-element selector * fix * rename --------- Co-authored-by: taiyme <53635909+taiyme@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): refactor popup api and make sure call dispose callbacksyuilo2024-07-041-5/+8
| | | | Close #14122
* feat(frontend): ↵anatawa122024-05-231-0/+17
| | | | | | | 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように (#13862) * feat(frontend): ask if attach as file if clipboard text is very long * docs(changelog): 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように
* fix: ↵anatawa122024-05-201-7/+3
| | | | | | | | | | | 複数idを指定する`users/show`が関係ないユーザを返すことがある問題を修正 (#13765) * fix: 複数idを指定する`users/show`が関係ないユーザを返すことがある問題を修正 * test: fix misskey js test * chore: user/showがnullを返さないように * chore: pass lambda instead of pushVisibleUser
* fix(frontend): 連合なしの状態の読み書きができない問題 ↵taiy2024-05-011-2/+6
| | | | | | | | | (#13777) * fix: 連合なしの状態の読み書きができない問題 * update changelog * fix types: https://github.com/misskey-dev/misskey/pull/13777#discussion_r1585901601
* fix: ダイレクト投稿の宛先が保存されない (#13717)anatawa122024-04-161-1/+11
| | | | | | | * fix: ダイレクト投稿の宛先が保存されない * fix: 同じユーザーが複数回宛先に追加できる問題 * fix: 関係ないユーザーが宛先に追加される可能性がある
* enhance(frontend): better condition for posting and displaying Notes (#13670)zyoshoka2024-04-071-1/+7
| | | | | * enhance(frontend): better condition for posting and displaying Notes * Update CHANGELOG.md
* fix(backend): ↵zyoshoka2024-02-291-1/+2
| | | | | | | | | ダイレクトなノートに対してはダイレクトでしか返信できないように (#13477) * fix(backend): ダイレクトなノートに対してはダイレクトでしか返信できないように * Update CHANGELOG.md * test(backend): `notes/create`とWebSocket関連のテストを追加
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.