8 Commits

Author SHA1 Message Date
Kegan Dougal
613cbd9a67 client: swap to lists-as-keys 2023-02-13 17:13:42 +00:00
Kegan Dougal
9e0295267d Remove the UPDATE command
It is not required now that `ops` only relate to rooms changing positions.
2022-05-27 13:47:14 +01:00
Kegan Dougal
7f4030d8ee Use new API format 2022-05-27 13:21:03 +01:00
Kegan Dougal
8e60b217f9 client: refactor how the room list is rendered 2022-03-07 17:29:36 +00:00
Kegan Dougal
8a677347f8 server/bugfix: fix panic on invited rooms; expose v2 server url to client
- Expose `/client/server.json` so clients know the CS API base endpoint for things like media requests
  (and in future sending events, etc)
- Tidy up a few comments.
2022-02-24 14:14:59 +00:00
Kegan Dougal
808d7f8d21 client: use prettier; add README 2022-02-23 19:26:38 +00:00
Kegan Dougal
3867cece40 client: tidy up error message handling 2022-02-23 18:31:49 +00:00
Kegan Dougal
7ddcfd5ae5 client: refactor devtools, sync connection and debug commands
- Move svg / bandwidth code to devtools.js
- Move HTTP API code to SlidingSyncConnection (with abort controller and tx/rx stats)
- Remove debug commands: they need to be re-done to be actually useful for developers.
2022-02-23 18:05:09 +00:00