Commit graph

10 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
1ef133eb75 web: fixed shit i'm tired 2022-12-21 20:20:16 -08:00
Thomas Mathews
4d9151b8ae web: fixed profile fetching to be seq 2022-12-21 18:00:26 -08:00
Thomas Mathews
9f81e93738 web: fix profile fetching 2022-12-21 16:08:11 -08:00
Thomas Mathews
f7d984f84e web: fixed reactions not updating 2022-12-21 10:02:53 -08:00
Thomas Mathews
add261dd01 web: save events on timer 2022-12-20 18:52:34 -08:00
Thomas Mathews
a5415906e9 web: added support for saving events 2022-12-20 18:47:33 -08:00
Thomas Mathews
ca7abdd0b6 web: performance!
Instead of actively updating the timeline we render all elements into a
map. When there are new events to render a button shows up at the top
allowing the user to manually view them.

This needs a fix to view more down the page (I set it to 50000 for view
switchign) and I need to fix the initial page view.
2022-12-20 16:55:25 -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