Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

at main 11 lines 303 B view raw
1--- 2import Page from "../../../layouts/page.astro"; 3import "@styles/theme/pilot/index.css"; 4--- 5 6<Page title="Diffuse"> 7 <script src="../../../scripts/theme/pilot/index.js"></script> 8 9 <!-- Temporary filler to push audio UI down to the bottom --> 10 <div class="filler" style="flex: 1;"></div> 11</Page>