Skip to content

Conversation

@otukado
Copy link
Contributor

@otukado otukado commented Oct 27, 2025

概要

  • currentMainViewComponentState を indexedDB に保存する
  • isMobiletrue のときにはサイドバーが展開されたままリロードしても、閉じるようにした

なぜこの PR を入れたいのか

close: #2616

動作確認の手順

  • 実際にリロードした

PR を出す前の確認事項

  • (機能の追加なら)追加することの合意がチームで取れている
    • 取れていない場合はチェックを外して PR にすれば OK
  • 動作確認ができている
  • 自分で一度コードを眺めて自分的に問題はなさそう

@otukado otukado self-assigned this Oct 27, 2025
@github-actions
Copy link

@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

❌ Patch coverage is 0% with 35 lines in your changes missing coverage. Please review.
✅ Project coverage is 13.51%. Comparing base (459b470) to head (3c22bff).

Files with missing lines Patch % Lines
src/store/ui/mainView.ts 0.00% 29 Missing ⚠️
src/store/app/featureFlagSettings.ts 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4889      +/-   ##
==========================================
- Coverage   13.56%   13.51%   -0.05%     
==========================================
  Files         708      708              
  Lines       32047    32082      +35     
  Branches      683      680       -3     
==========================================
- Hits         4346     4335      -11     
- Misses      27689    27735      +46     
  Partials       12       12              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@otukado
Copy link
Contributor Author

otukado commented Oct 27, 2025

#4850 が merge されたら機能のオンオフの部分をやる

@otukado otukado marked this pull request as ready for review October 31, 2025 14:56
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