-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Remember the open state of the category, Ensure that each View'… #709
Conversation
@Przeblysk is attempting to deploy a commit to the RSS3 Team on Vercel. A member of the Team first needs to authorize it. |
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: apps/renderer/src/store/subscription/store.ts
Did you find this useful? React with a 👍 or 👎 |
I can no longer see uncategorized feeds |
😯 I hadn't thought of that I'll revise it. |
I modified the display judgment, default display when feed is not grouped |
ScreenShot.2024-09-29.14.51.08.mp4I can't toggle the expanded state of automatic grouping by feed URL. |
Okay, I'll fix it. |
CleanShot2024-09-29at15.26.27.mp4I briefly tested it and it seems to be displaying fine |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Should we save the open state to storage? |
…s category is independent
If we want to store in localStorage, do we only read Storage to initialize the Store when the application is ready, and then only update Storage before the application exits? |
LGTM. Let's merge it, we may not need to persist the state to storage. Thanks for your contribution. |
After adding a subscription, it does not appear in the list immediately and needs to be refreshed before it can be displayed. Can you help take a look? @Przeblysk |
Okay, I'll see what the problem is. |
No |
The state of categoryOpenStateData is lagging, causing the Effect of shouldOpen to be executed 2 times. It should probably be explicitly set to the open state instead of using toggle. i'll look into why the value of categoryOpenStateData is old @hyoban |
feat: Remember the open state of the category, Ensure that each View's category is independent
close #602 #668