Commit Graph
7 Commits
Author SHA1 Message Date
Jordi Bunster f86883de6c MostRecentActivity changes (#463)
This changes the public API a bit, so that recording activity (the most common use) is less involved.
2021-03-15 03:10:48 +00:00
Jordi Bunster 1d2995ef32 Fix eslint warnings (#456) 2021-03-08 10:29:41 -08:00
Jordi BunsterandLaurent Nguyen d314a20b81 Fix subscription leak (#465)
* Fix subscription leak

* Update src/Explorer/SplashScreen/SplashScreen.tsx

Co-authored-by: Laurent Nguyen <[email protected]>

* Array needs to exist in the first place

Co-authored-by: Laurent Nguyen <[email protected]>
2021-03-03 21:59:43 -08:00
Jordi BunsterandSteve Faulkner 7188e8d8c2 Remove Explorer.mostRecentActivity (#455)
This also moves the UI concerns of MostRecentActivity over to SplashScreen

Co-authored-by: Steve Faulkner <[email protected]>
2021-03-03 01:24:08 -08:00
Jordi Bunster e8e5eb55cb Remove SplashScreenComponentAdapter (#440)
Merge SplashScreenComponentAdapter and SplashScreenComponent into one SplashScreen React component.
2021-02-23 11:15:57 -08:00
Jordi Bunster f8ede0cc1e Remove Q from ViewModels (#390)
I got cold feet at the thought of merging #324 in one go, so I'm going to split it into smaller chunks and keep rebasing the large one until there's no more Q.
2021-01-28 18:13:26 +00:00
Jordi BunsterandSteve Faulkner 0cc38868a6 Remove one indirection for ConfigContext
Things like ConfigContext.BACKEND_ENDPOINT are dynamically changed, and assigning them statically like this only bypasses that mechanism :(

Co-authored-by: Steve Faulkner <[email protected]>
2020-10-06 15:30:24 -07:00