Przeblysk
Przeblysk
[复现demo](https://github.com/Przeblysk/easy-canvas-taro-bug-demo)
### Describe the bug 因为分类中的每一个展开状态是独立存在的 [category](https://github.com/RSSNext/Follow/blob/dev/apps/renderer/src/modules/feed-column/category.tsx#L55)。当单独操作分类的展开状态时,顶部的全局展开状态就可能会有不一致的问题出现。 如果要解决这个问题是否要考虑下 https://github.com/RSSNext/Follow/issues/602 一起解决。 ### Feed Info "" ### Reproduction Video https://github.com/user-attachments/assets/847a7430-49d8-4248-ae01-79155d97ef34 ### App Type Web ### Version 0.0.1-alpha.17 ### Operating System macOS ### Browser...
feat: Remember the open state of the category, Ensure that each View's category is independent https://github.com/RSSNext/Follow/issues/602 https://github.com/RSSNext/Follow/issues/668