Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated models and mobx usage (react-query refactor) (#1934) | Paul Frazee | 2023-11-16 | 1 | -70/+0 |
| | | | | | | | | | | | | | | | | | | | | | * Update login page to use service query * Update modal to use session instead of store * Move image sizes cache off store * Update settings to no longer use store * Update link-meta fetch to use agent instead of rootstore * Remove deprecated resolveName() * Delete deprecated link-metas cache * Delete deprecated posts cache * Delete all remaining mobx models, including the root store * Strip out unused mobx observer wrappers | ||||
* | Collection of small UI fixes & improvements (#1104) | Paul Frazee | 2023-08-04 | 1 | -1/+40 |
| | | | | | | | | | * Fix black bar appearing in link card images * Include QPs in posts cache * Fix like color for feed likes in notifications * Fix post embed spacing | ||||
* | Use a post and handle-resolution cache to enable quick postthread loading ↵ | Paul Frazee | 2023-08-03 | 1 | -0/+31 |
(#1097) * Use a post and handle-resolution cache to enable quick postthread loading * Fix positioning of thread when loaded from cache and give more visual cues * Include parent posts in cache * Include notifications in cache |