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/README.md

17 lines
527 B
Markdown
Raw Normal View History

2019-01-09 15:40:33 +05:30
# morpheusjs
A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB
## Status
2019-02-18 04:28:01 +05:30
Syncing & storing rooms with state and timeline, next step is building minimal UI
2019-02-11 02:32:42 +05:30
## Troubleshooting
2019-02-13 18:40:23 +05:30
You need to disable the browser cache to see your updated code when refreshing
## Features that this approach would be well suited for
- store all fetched messages, not just synced ones
- fast local search (with words index)
2019-02-13 18:40:45 +05:30
- scroll timeline with date tooltip?
2019-02-18 04:28:01 +05:30
- jump to timestamp