about summary refs log tree commit diff
path: root/src/state/models/me.ts
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated models and mobx usage (react-query refactor) (#1934)Paul Frazee2023-11-161-115/+0
* Refactor app passwords to use react-query (#1932)Paul Frazee2023-11-161-57/+0
* Refactor invites modal (#1930)Eric Bailey2023-11-161-43/+1
* Misc cleanup (#1925)Eric Bailey2023-11-151-4/+0
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-121-20/+0
* Refactor My Feeds (#1877)Eric Bailey2023-11-121-6/+0
* Refactor feeds to use react-query (#1862)Paul Frazee2023-11-101-10/+0
* Move invite-state to new persistence + context and replace the notifications ...Paul Frazee2023-11-081-1/+0
* Replace all logs with new loggerEric Bailey2023-11-041-9/+10
* Fix immediate TS errorsEric Bailey2023-11-041-7/+15
* Store saved feeds on the root store so we can load on init (#1793)Paul Frazee2023-11-011-0/+9
* Lists updates: curate lists and blocklists (#1689)Paul Frazee2023-11-011-3/+0
* Revert "Fix invite codes flash on desktop, use loading placeholder (#1591)" (...Paul Frazee2023-10-101-5/+3
* Fix invite codes flash on desktop, use loading placeholder (#1591)Patroll2023-10-041-3/+5
* Clear caches on session change (#1179)Paul Frazee2023-08-151-0/+2
* use user.handle response from getProfile, not getSession (#1165)Eric Bailey2023-08-151-1/+1
* Fixes to feed preference and state sync [APP-678] (#829)Paul Frazee2023-06-011-3/+0
* Store/sync pinned feeds on the serverPaul Frazee2023-05-181-5/+2
* Reorganize custom-feed state models and add the missing _reactKey attributePaul Frazee2023-05-171-1/+1
* allow for pinning saved feedsAnsh Nanda2023-05-161-0/+4
* view all saved algos in settingsAnsh Nanda2023-05-131-0/+5
* [APP-522] Create & revoke App Passwords within settings (#505)Ansh2023-04-211-2/+59
* Improvements to notifications screen [APP-520] (#501)Paul Frazee2023-04-201-8/+6
* Feed and notifs improvements (#498)Paul Frazee2023-04-191-1/+6
* Add first round of labeling tools (#467)Paul Frazee2023-04-121-1/+1
* Fix: correctly track when profile state was last updatedPaul Frazee2023-04-071-0/+1
* Add user invite codes (#393)Paul Frazee2023-04-051-18/+72
* Rework the me.follows cache to reduce network load (#384)Paul Frazee2023-04-031-3/+0
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-6/+6
* Lex refactor (#362)Paul Frazee2023-03-311-1/+1
* Introduce an image sizes cache to improve feed layouts (close #213) (#335)Paul Frazee2023-03-211-3/+3
* Add custom feeds selector, rework search, simplify onboarding (#325)Paul Frazee2023-03-191-0/+1
* Big batch of UI updates (#276)Paul Frazee2023-03-071-0/+6
* Fix typoPaul Frazee2023-03-061-9/+9
* Fix: fetch follows before everything else to avoid rendering follow buttons w...Paul Frazee2023-03-061-11/+11
* New onboarding (#241)Ansh2023-03-021-0/+1
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-54/+14
* Push notification & session management cleanup (#92)Paul Frazee2023-01-251-12/+24
* Initial pass at push notifications + some fixes to the session management (#91)Paul Frazee2023-01-241-2/+18
* Remove scenes (#36)Paul Frazee2023-01-171-13/+0
* Improve error loggingPaul Frazee2023-01-021-12/+3
* Implement logging systemPaul Frazee2023-01-021-3/+12
* Reset feeds on loginPaul Frazee2022-12-141-0/+4
* Move posts feed to root store (me) and ensure new posts always update the feedPaul Frazee2022-12-131-6/+16
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-1/+10
* Never allow undefined values in me modelPaul Frazee2022-12-061-12/+12
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-051-2/+40
* Use a persistent notifications model to improve load times of the notificatio...Paul Frazee2022-11-281-1/+14
* Clear notifications count optimisticallyPaul Frazee2022-11-161-0/+4
* Implement scenes listing in main menuPaul Frazee2022-11-081-0/+11