summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): ↵YAVIIGI2023-12-132-0/+4
| | | | | | | | | ノート中の絵文字をタップして「リアクションする」を押したときにリアクションサウンドが鳴るようにする (#12624) * Add sound.play() in copy reaction * Update CHANGELOG.md * fix lint error
* refactor(frontend): menuのdividerをnullで表現するのをやめるsyuilo2023-12-125-8/+8
|
* Fix trailing commas (#12628)woxtu2023-12-113-3/+3
|
* refactor(frontend): remove redundant class names (#12618)Acid Chicken (硫酸鶏)2023-12-103-6/+3
|
* Fix indentation (#12615)woxtu2023-12-102-40/+40
|
* Misskey ↵Yuriha2023-12-093-2/+6
| | | | | | | | | | | Playのノート投稿画面で「内容を隠す」を設定できるようにする (#12576) * Add the content warning option in AiScript UI postFormButton * Fix initial CW in postFormButton --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵まっちゃとーにゅ2023-12-086-10/+10
| | | | window.openやaタグにnoopenerオプションをつける (MisskeyIO#283)
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-0780-1119/+1122
| | | | | | | | | | | | | | | | | | | | | | | | | 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: 対応漏れ
* chore: hide thumbnail if website is sensitive (#12581)anatawa122023-12-061-1/+3
|
* タイムラインの「リノートを表示」のトグルスイッチが ↵Yuriha2023-12-061-1/+1
| | | | | | | 応しない問題を直す (#12577) * [frontend] Fix renote toggle switch * Fix MkMenu rather than usage
* fix (frontend): ↵おさむのひと2023-12-041-2/+6
| | | | 絵文字ピッカー経由で投稿欄に絵文字を入れた際、ソフトウェアキーボードが立ち上がらないようにする (#12561)
* Filter User / Instance Mutes in FanoutTimelineEndpointService (#12565)anatawa122023-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * fix: unnecessary logging in FanoutTimelineEndpointService * chore: TimelineOptions * chore: add FanoutTimelineName type * chore: forbid specifying both withReplies and withFiles since it's not implemented correctly * chore: filter mutes, replies, renotes, files in FanoutTimelineEndpointService * revert unintended changes * use isReply in NoteCreateService * fix: excludePureRenotes is not implemented * fix: replies to me is excluded from local timeline * chore(frontend): forbid enabling both withReplies and withFiles * docs(changelog): インスタンスミュートが効かない問題の修正について言及
* 入力フォームでもリアクション選択時に使用するピッカ ↵おさむのひと2023-12-033-11/+24
| | | | | | | | | | | | | | | | | | | | を使うようにしたい (#12337) * 入力フォームでもリアクション選択時に使用するピッカーを使うようにしたい * erase console.log * fix CHANGELOG.md * reaction-picker.ts を戻し、今回の対応を入れた emoji-picker.ts を新たに作成 * fix CHANGELOG.md * tweak --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance/feat(frontend): データセーバーの改良・強化 (#12526)かっこかり2023-12-036-18/+51
| | | | | | | | | | | | | | | | | | | | | * enhance(frontend): データセーバーを個別で設定できるように * Update Changelog * fix design * (fix) 設定が当たらない * fix test(無理やり感) * (fix) 設定がない状態ですべて有効・向操作が効かない * fix * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* バックエンドが生成するapi.jsonからmisskey-jsの型を作成す ↵おさむのひと2023-12-025-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#12434) * ひとまず生成できるところまで * ファイル構成整理 * 生成コマンド整理 * misskey-jsへの組み込み * fix generator.ts * wip * fix generator.ts * fix package.json * 生成ロジックの調整 * 型レベルでのswitch-case機構をmisskey-jsからfrontendに持ち込めるようにした * 型チェック用のtsconfig.jsonを作成 * 他のエンドポイントを呼ぶ関数にも適用 * 未使用エンティティなどを削除 * misskey-js側で手動定義されていた型を自動生成された型に移行(ただしapi.jsonがvalidでなくなってしまったので後で修正する) * messagingは廃止されている(テストのビルドエラー解消) * validなapi.jsonを出力できるように修正 * 修正漏れ対応 * Ajvに怒られて起動できなかったところを修正 * fix ci(途中) * パラメータenumをやめる * add command * add api.json * 都度自動生成をやめる * 一気通貫スクリプト修正 * fix ci * 生成ロジック修正 * フロントの型チェックは結局やらなかったので戻しておく * fix pnpm-lock.yaml * add README.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Refine fanout timeline (#12507)anatawa122023-12-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore(endpoints/hybrid-timeline): don't pack inside getFromDb * chore(endpoints/hybrid-timeline): Redisから取得する部分のうちSTLに依存しなそうなところを別のServiceに切り出し * chore(endpoints/local-timeline): FanoutTimelineEndpointServiceで再実装 * chore(endpoints/channels/timeline): FanoutTimelineEndpointServiceで再実装 * chore(endpoints/timeline): FanoutTimelineEndpointServiceで再実装 * chore(endpoints/user-list-timeline): FanoutTimelineEndpointServiceで再実装 * chore(endpoints/users/notes): FanoutTimelineEndpointServiceで再実装 * chore: add useDbFallback to FanoutTimelineEndpointService.timeline and always true for channel / user note list * style: fix lint error * chore: split logic to multiple functions * chore: implement redis fallback * chore: 成功率を上げる * fix: db fallback not working * feat: allowPartial * chore(frontend): set allowPartial * chore(backend): remove fallbackIfEmpty HTL will never be purged so it's no longer required * fix: missing allowPartial in channel timeline * fix: type of timelineConfig in hybrid-timeline --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): MFM ruby nyaize (#12362)paihu2023-12-021-2/+8
|
* feat(frontend): ↵meron2023-12-022-11/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 絵文字ピッカーのカテゴリを多階層フォルダで分類できるように (#12132) * Update CHANGELOG.md * Feat:emoji picker folder select * Fix: lint error * Fix: lint error 2 * Fix: lint error 3 * カスタム絵文字のカテゴリ表示部分が長かったので短くした * エフェクトが壊れて出ないのを修正 * padding 18px -> 9px * Update CHANGELOG.md * Revert: en-US.yml * chg: Folder -> folder * chg: isChildrenExits -> isChildren * chg: isChildren -> categoryFolderFlag * カテゴリ末尾が / の場合ピッカーから消失するので「その他」と扱い対応 * 特定のパターンのカテゴリ名でピッカーに出てこないのを修正 「i18n.ts.other」や「/」始まりの場合壊れる * chg: categoryFolderFlag -> hasChildSection * code format * Del: ti-fw * fix * 絵文字とフォルダの表示順序入れ替え * ネストした場合にパネルでどこまでがどのフォルダのものかをわかりやすくした * fix lint * カテゴリの名前が長いと表示がおかしくなる問題を修正 Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com> Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com> Co-authored-by: FineArchs <133759614+FineArchs@users.noreply.github.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* (fix) 翻訳のダブりを解消 (#12519)かっこかり2023-12-021-0/+2
|
* fix(frontend): ↵zyoshoka2023-12-021-2/+3
| | | | | | | 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正 (#12524) * fix(frontend): 長い名前のチャンネルにおける投稿フォームの表示が崩れる問題を修正 * Update CHANGELOG.md
* Fix: missing receiver warn is not disappear (#12538)Qwreey2023-12-021-1/+1
|
* refactor(frontend): give local variable to explicit type annotation to avoid ↵Kisaragi2023-11-301-2/+2
| | | | | | | TS7043 (#12495) * refactor: give local variable to explicit type annotation to avoid TS7043 * chore: fix lint error
* enhance(frontend): ノートプレビューにCWが反映されるように ↵zyoshoka2023-11-307-11/+50
| | | | | | | | | | | | | | | (#12509) * enhance(frontend): ノートプレビューにCWが反映されるように * Update CHANGELOG.md * refactor: 不要な条件を除去 * Revert "refactor: 不要な条件を除去" This reverts commit e4eff689bd1f2df78411a2f01ee05434e2d298a8. * fix: やっぱり不要な条件だった
* Fix: ↵おさむのひと2023-11-301-6/+2
| | | | | | | | | | | navigator.share未サポートの場合は共有ボタンを非表示にする(+URLのコピーボタンを設置) (#12506) * navigator.share未サポートの場合は共有ボタンを非表示にする * fix CHANGELOG.md * ライセンス表示追加 * URLのコピーボタンを設置
* 通知グルーピング設定の即時反映対応 (#12485)おさむのひと2023-11-282-4/+4
| | | | | | | | | | | * wip * ログ出しの削除 * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* style: fix lint error of 6acaded8 (#12476)anatawa122023-11-271-2/+2
|
* fix: error can be happened if animation is on and hard mute matches (#12474)anatawa122023-11-271-0/+6
|
* chore(frontend/MkMediaVideo): loop and autoplay silent videos (#12392)Acid Chicken (硫酸鶏)2023-11-261-0/+7
|
* enhance(frontend): リアクション選択時に音を流せるように ↵かっこかり2023-11-263-0/+17
| | | | | | | | | | | | | | | (#12441) * (add) リアクション選択時に音を鳴らせるように * Update Changelog * tweak sound * tweak sound --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵まっちゃとーにゅ2023-11-241-21/+17
| | | | | | 絵文字のオートコンプリートのアルゴリズムの改善 (MisskeyIO#261) * 実際は同じ絵文字なら重複してサジェストに出ないように * エイリアスではない絵文字>前方一致>部分一致>あいまい検索順で表示されるようになるように
* Feat(frontend): ↵Camilla Ett2023-11-241-1/+1
| | | | コントロールパネル「通報」において、通報者もリンクで飛べるように修正 (#12427)
* feat(frontend): ↵Camilla Ett2023-11-241-2/+2
| | | | | | | | | リアクションの横幅を150pxに制限するかどうかユーザーが選べるように (#12416) * feat(frontend): リアクションの横幅を150pxに制限するかどうかユーザーが選べるように * localesの変更をjs-JP.ymlのみに修正し、日本語をより分かりやすく * クラス名を.icon から .limitWidthに変更
* fix(frontend): ↵かっこかり2023-11-231-0/+6
| | | | | | | コードエディタが正しく表示されない問題を修正 (#12418) * (fix) コードエディタが正しく表示されない問題を修正 * Update Changelog
* enhance/fix(AP/frontend): 最近追加されたMFMのもろもろを修正 ↵かっこかり2023-11-231-3/+16
| | | | | | | | | | | | | | | (#12420) * (enhance) MFM rubyが連合されるように * Update Changelog * Update Changelog * (fix) unixtimeのフォールバック (AP) * (fix) unixtimeのフォールバック (frontend) * Update Changelog
* Hard mute (#12376)anatawa122023-11-233-5/+16
| | | | | | | | | | | | | | | | | | | | | * feat(backend,misskey-js): hard mute storage in backend * fix(backend,misskey-js): mute word record type * chore(frontend): generalize XWordMute * feat(frontend): configure hard mute * feat(frontend): hard mute notes on the timelines * lint(backend,frontend): fix lint failure * chore(misskey-js): update api.md * fix(backend): test failure * chore(frontend): check word mute for reply * chore: limit hard mute count
* 絵文字のオートコンプリート強化の対応 (#12365)おさむのひと2023-11-231-23/+77
| | | | | | | | | | | * 前方一致・部分一致でなくても近似値でヒットするように * fix CHANGELOG.md * for of に変更 --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* twitter埋め込みのsandbox属性にallow-popups-to-escape-sandboxを追 ↵y.takahashi2023-11-221-1/+1
| | | | | (#12400) Co-authored-by: unarist <m.unarist@gmail.com>
* ページ一覧ページの表示がモバイル環境において崩れて ↵Lynx Kotoura2023-11-191-1/+1
| | | | | | | るのを修正 (#12354) * fix style of list of pages on mobile * overflow clip に変えた
* tweak MkTime.vuesyuilo2023-11-171-3/+2
|
* fix(frontend): MFM ↵syuilo2023-11-171-1/+5
| | | | | | unixtimeのプレビューがリアルタイムで反映されない Fix #12350
* enhance(frontend): ↵syuilo2023-11-172-1/+23
| | | | | | MFMでUNIX時間を指定して日時を表示できるように Resolve #12294
* enhance(frontend): ruby内でMFMを使えるようにsyuilo2023-11-171-4/+9
|
* enhance(frontend): MFMでルビを振れるようにsyuilo2023-11-172-1/+7
| | | | Resolve #9161
* fix: ↵おさむのひと2023-11-152-83/+127
| | | | | | | | | | | | | | | | | | | | | | 表示済みのカラムから別のチャンネルを選択した時、タイムラインの内容が追従して変更されない問題に対処 (#12237) * 表示済みのカラムから別のチャンネルを選択した時、タイムラインの内容が追従して変更されない問題に対処 * fix CHANGELOG.md * fix code style * Update MkTimeline.vue * コメント対応(MkButtonのimportとonBeforeUpdate->watch) * fix CHANGELOG.md * Update MkPagination.vue --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵syuilo2023-11-157-13/+13
| | | | | | 特定の条件下でノートがnyaizeされない問題を修正 Fix #12331
* fix(frontend): ↵zyoshoka2023-11-112-2/+2
| | | | | | | | | | | | | | | | | | | | | アイコンデコレーションが見切れる問題を修正 (#12239) * fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように * Revert "fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように" This reverts commit db246b13d9c5b3a6112b4cf38f605cc8c967639b. * fix: tweak padding of account in navbar * fix: set minimum height of note preview * fix: リアクション一覧でアイコンデコレーションが見切れないように * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): pull to ↵syuilo2023-11-101-2/+1
| | | | refreshするたびにストリーミング全体の再接続が行われるのを修正
* デッキのカラムからリロードできる機能を追加 (#12274)おさむのひと2023-11-101-0/+4
| | | | | | | | | | * デッキのカラムからリロードできる機能を追加 * tweak --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* ref化したnoteの変更通知がMfmコンポーネントまで到達して ↵おさむのひと2023-11-091-2/+2
| | | | | ないのを修正 (#12282) Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* fix #12266 (#12267)おさむのひと2023-11-062-2/+2
| | | | | ポップアップの表示後、MkNoteとMkNoteDetailedでそれぞれが持つfocusメソッドを呼び出していたのをやめた Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>