Skip to content

リノートをミュートしたユーザー一覧機能を追加#779

Draft
Copilot wants to merge 3 commits intodevelopfrom
copilot/fix-778
Draft

リノートをミュートしたユーザー一覧機能を追加#779
Copilot wants to merge 3 commits intodevelopfrom
copilot/fix-778

Conversation

Copy link
Contributor

Copilot AI commented Jul 7, 2025

リノートをミュートしたユーザーの一覧を表示・管理する機能を追加しました。

実装内容

新機能

  • リノートミュート済みユーザーの一覧表示
  • ユーザータップでプロフィールページへの遷移
  • リノートミュート解除機能(確認ダイアログ付き)
  • 設定画面からのアクセス

追加されたファイル

  • lib/state_notifier/renote_muted_users_page/renote_muted_users_notifier.dart - 状態管理
  • lib/view/several_account_settings_page/renote_muted_users_page/renote_muted_users_page.dart - UI画面

修正されたファイル

  • ローカライゼーション(日本語・中国語)の追加
  • ルーティング設定の追加
  • 設定画面へのメニュー項目追加

使用方法

  1. 設定 → アカウント設定 → 「リノートミュート済みユーザー」をタップ
  2. リノートをミュートしたユーザーが一覧表示される
  3. ユーザーをタップしてプロフィールを確認
  4. 🔄ボタンでリノートミュートを解除

技術詳細

  • misskey_dartrenoteMute.list()APIを使用
  • 既存のmuted_users機能と同様の設計パターンを採用
  • Riverpod 3.0のcode generationパターンに準拠

Fixes #778.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dart.dev
    • Triggering command: curl -fsSL REDACTED (dns block)
  • fvm.app
    • Triggering command: curl -fsSL REDACTED (dns block)
    • Triggering command: wget -qO- REDACTED (dns block)
  • https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json
    • Triggering command: dart pub get (http block)
  • https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.5-stable.tar.xz
    • Triggering command: wget -O flutter.tar.xz REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Copilot AI and others added 2 commits July 7, 2025 03:32
…lization

Co-authored-by: shiosyakeyakini-info <2309943+shiosyakeyakini-info@users.noreply.github.com>
Co-authored-by: shiosyakeyakini-info <2309943+shiosyakeyakini-info@users.noreply.github.com>
Copilot AI changed the title [WIP] リノートをミュートしたユーザー一覧も作成する リノートをミュートしたユーザー一覧機能を追加 Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

リノートをミュートしたユーザー一覧も作成する

2 participants