furthering my big #FediFox yakshave I'm now working on storing as much as possible in IndexedDB (new tech to learn for me), It'll even have one of those fancy "this content still loading" animations I think
@f0x scrollbar on web page ~= indexed DB iterator ?? 🤓
@forestjohnson doesn't really work cause the indexeddb order is not the same as (various different) timelines
@forestjohnson it could sorta work, but timelines aren't actually chronological, they use the server received timestamp which I don't think is exposed
rn I just have arrays of timeline sections in redux/localStorage (with just id+uri), and indexeddb tables for toots and accounts, indexed by uri, and a toot links to the uri of the account, and boosted toot (if it is a boost)
@forestjohnson but also I only *just* tried out indexeddb and it's bedtime now, so we'll see