replies timeline only, appview-less bluesky client
1## nucleus 2 3a WIP replies timeline only (eg. it only shows replies to your posts and your own posts) appview-less (it does not use the bluesky appview, but rather uses [microcosm](https://www.microcosm.blue/) services) bluesky client. it is implemented in SvelteKit and uses [atcute](https://tangled.org/@mary.my.id/atcute). 4 5![screenshot](./resources/screenshot.png) 6 7### todos 8 9- [ ] properly implement auth (current state is just for deving) (we want oauth only) 10- [ ] implement popouts for showing full chains instead of expanding in the timeline 11- [ ] implement moderation (mutes, muted words etc., use blocks from `app.bsky.graph.block`) 12- [ ] profile view popout 13- [ ] consider showing posts that mention / quote the user.. 14- [ ] notifications when replied to (and mentioned and quoted?) 15- [ ] basic filtering settings for the timeline (dont show self posts and if we implement mentioned / quoted add toggles for those as well) 16- [ ] use bsky video CDN instead of linking to blob 17- [ ] dont use listRecords to fetch own posts. we should have an index for this (red dwarf will have this so just piggyback off of that?) 18- [ ] consider implementing feeds 19- [ ] use jetstream to listen for own posts / likes / etc. made from other clients ? (pretty lowprio though, not sure if worth it, can just refresh)