about summary refs log tree commit diff
path: root/src/state/models/notifications-view.ts
Commit message (Collapse)AuthorAgeFilesLines
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-3/+5
|
* Fix: avoid duplicate key names in notificationsPaul Frazee2022-12-131-2/+3
|
* Fix: show avatars in all notificationsPaul Frazee2022-12-131-0/+1
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-7/+6
|
* Fix mention-creation and implement mentions in notificationsPaul Frazee2022-12-061-2/+12
|
* Fix: never attempt update on 0 itemsPaul Frazee2022-12-051-0/+3
|
* Use a persistent notifications model to improve load times of the ↵Paul Frazee2022-11-281-16/+21
| | | | notifications view
* Batch notification loads to avoid layout reflows due to asyncPaul Frazee2022-11-281-14/+58
|
* Set a page-size on notificationsPaul Frazee2022-11-281-4/+6
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-1/+1
|
* Dont group notifications that are an hour apartPaul Frazee2022-11-181-0/+5
|
* Fix data loss on notifications-view updatePaul Frazee2022-11-181-3/+3
|
* Clear notifications count optimisticallyPaul Frazee2022-11-161-0/+1
|
* Reduce jank in refreshesPaul Frazee2022-11-161-0/+3
|
* Improve error messagesPaul Frazee2022-11-151-1/+2
|
* Fix issue causing double-loads of notificationsPaul Frazee2022-11-141-0/+5
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-101-11/+32
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-2/+2
|
* Update to the latest APIsPaul Frazee2022-11-041-19/+18
|
* Update to latest APIsPaul Frazee2022-10-261-15/+4
|
* Update api nsidsPaul Frazee2022-10-121-5/+5
|
* Implement a couple missing bitsPaul Frazee2022-10-041-1/+2
|
* Implement notificationsPaul Frazee2022-10-031-25/+79
|
* Remove debug time delaysPaul Frazee2022-09-301-3/+0
|
* A few client fixesPaul Frazee2022-09-261-6/+4
|
* Replace mock-api with real apiPaul Frazee2022-09-221-30/+24
|
* Add notifications viewPaul Frazee2022-07-261-0/+304