Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

at broadcast 13 lines 349 B view raw
1--- 2import Page from "../../../layouts/page.astro"; 3--- 4 5<Page title="Diffuse"> 6 <script src="../../../scripts/themes/pilot/index.js"></script> 7 8 <!-- Temporary filler to push audio UI down to the bottom --> 9 <div class="filler" style="flex: 1;"></div> 10 11 <!-- Theme applets --> 12 <iframe id="applet__ui__audio" src="ui/audio/"></iframe> 13</Page>