Commit graph

7 commits

Author SHA1 Message Date
Thomas Mathews
a78d80d118 This repo now only contains the web app.
I did this because they are 2 separate concerns and I have diverged
so far from the original repo. I didn't start a new repo because it
contains valuable history of all the people who contributed to it.

Additionally if there is an issue with this we can revert, but I
rather not. Forks are forks.
2022-12-22 11:07:35 -08:00
Thomas Mathews
48ebf9c978 web: delete db on sign out 2022-12-22 08:02:53 -08:00
Thomas Mathews
4d9151b8ae web: fixed profile fetching to be seq 2022-12-21 18:00:26 -08:00
Thomas Mathews
a5415906e9 web: added support for saving events 2022-12-20 18:47:33 -08:00
Thomas Mathews
643add9177 web: save contacts works 2022-12-19 22:14:15 -08:00
Thomas Mathews
4db7250ccc web: bunch of fixes
Following works, but saving to storage does not. I need to
implement indexddb API to save event data.
2022-12-18 21:26:34 -08:00
Thomas Mathews
d02992c7e6 Almost got everythign working.
Issues left to resolve:

 * Removing a reaction doesn't properly remove it from UI, but the event
   is recorded correctly.
 * Since contacts are not being saved there will be issues with
   "following" users and you could overwrite your follower's list with
an empty list.
 * Caching is no longer working.
 * I skipped chat room implementation.
 * Rendering shared event's doesn't work and needs to be revised.
2022-12-18 15:04:39 -08:00