An app using Slices to show last played teal.fm tracks across the Atmosphere
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

the bug is fixed!

+1 -3
+1 -3
README.md
··· 15 15 ## The Process 16 16 17 17 1. I created the app with Slices CLI as described [here](https://slices.network/docs/getting-started) 18 - 2. It [made a slice](https://slices.network/profile/danabra.mov/slice/3m257yljpbg2a) for me, I set `fm.teal` as its primary namespace 18 + 2. It [made a slice](https://slices.network/profile/danabra.mov/slice/3m257yljpbg2a) for me, I set `fm.teal` as its primary namespace 19 19 3. I've manually added the `fm.teal` [lexicons](https://github.com/teal-fm/piper/tree/main/lexicons/teal/feed) to it via web UI 20 20 4. I've pressed Sync in the web UI to backfill records 21 21 5. I've downloaded updated codegen from web UI and pasted it into `src/generated_client.ts`. ··· 41 41 These are passed to the component that displays them. 42 42 43 43 Very cool! 44 - 45 - Note that ingesting records in realtime is borked for some reason for my slice but hopefully this should be fixed upstream soon.