mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
refactor: lazily query saved and read state in UI
Having this always be read from the UI avoids values going stale inside data models Fixes #641
This commit is contained in:
parent
6f424ae2d5
commit
8651a4f66b
12 changed files with 56 additions and 100 deletions
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Opening posts you have previously seen will show the number of new comments since last visit
|
||||
|
||||
### Fixed
|
||||
|
||||
- Saving posts no longer triggers a page refresh that invalidates scroll position
|
||||
|
||||
### Changed
|
||||
|
||||
- Change submitter text to 'authored' when applicable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue