A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

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

chore: more llms.txt improvements

+5
+5
src/llms.txt
··· 20 20 - Every interface facet MUST remove the loading animation using `foundation.ready()`, and ideally it would set the document title as well using `foundation.setup({ title })`. 21 21 - Elements that are configured to be part of a `group` use a `BroadcastChannel` to communicate and/or use a `SharedWorker`. 22 22 - Data schemas are originally defined as lexicon JSON files. From this Typescript files/types are generated. 23 + - HTML is injected into a `<div id="container"></div>` element in the body. Facets don't have a doctype or `<html>` element or `<head>` element. 24 + - The loader configures a `<base>` element, every relative url is relative to the root of the project. Every Diffuse page defines an import map which specifies `~` as the root. 25 + - Most elements use the signal functions from `~/common/signals.js` which turn uses the `alien-signals` library. 26 + - An example of a facet you should check is `~/themes/blur/artwork-controller/facet/index.html` 27 + - Signals are usually not exposed in their entirery from the custom elements, just their getter. 23 28 24 29 25 30