This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/domain
Bruno Windels 8b8214cd1b reference count archived rooms and keep track of active ones
so we don't create two instances for the same id, one for sync, and one
for displaying, and hence updates from sync being pushed on a different
instance than the one displaying, and not updating the view.
2021-05-11 16:09:58 +02:00
..
navigation test for Path.replace 2021-04-28 09:53:44 +02:00
session reference count archived rooms and keep track of active ones 2021-05-11 16:09:58 +02:00
avatar.js pass avatar sizes from view to view model rather than repeating there 2021-04-28 14:11:35 +02:00
LoginViewModel.js fix #152 2020-11-05 21:19:34 +01:00
RootViewModel.js Allow specifying a custom defaultHomeServer 2021-03-30 17:43:03 +01:00
SessionLoadViewModel.js make SessionLoadViewModel transfer ownership of container with callback 2020-10-09 16:59:34 +02:00
SessionPickerViewModel.js extract platform class to put all platform specific code in 2020-10-26 15:44:11 +01:00
ViewModel.js revert this back 2021-02-16 15:38:43 +01:00