vector-im-hydrogen-web/README.md

17 lines
527 B
Markdown
Raw Normal View History

2019-01-09 11:10:33 +01:00
# morpheusjs
A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB
## Status
2019-02-17 23:58:01 +01:00
Syncing & storing rooms with state and timeline, next step is building minimal UI
2019-02-10 22:02:42 +01:00
## Troubleshooting
2019-02-13 14:10:23 +01:00
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 14:10:45 +01:00
- scroll timeline with date tooltip?
2019-02-17 23:58:01 +01:00
- jump to timestamp