added loading component with useFetcher to CompatProfile and StreamConfig (add handle... form) to show different component when adding or removing a seedUser from a stream
Data Loading: Moving back to loading tweets for each individual in a stream
listTweets endpoint doesn't have a since_id or until_id to reliably update and index the feed. Also, indexing tweets on the user level takes more time up front, but can be shared across all streams, which will help once a large portion of twitter graph is already indexed
this will fall apart when trying to directly load in massive twitter lists, which I'm not going to allow users to do:
current next plan: create a different sidebar that includes a users' lists, which they can click on to see tweets from that list (wtih the listTweets endpoint), then allow them to easily add users and tweets and topics from that list into their streams
What happened here:
add handle...
form) to show different component when adding or removing a seedUser from a stream