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

Configure Feed

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

chore: add llms.txt detail about facet loading animation

+1
+1
src/llms.txt
··· 17 17 * `id`: Load from local user-data storage cache (indexedDB) 18 18 * `path`: Load from default Diffuse set, path to HTML file in the project. 19 19 - Feature facets that are enabled in the user's storage are loaded automatically before any interface is loaded through the loader. 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 })`. 20 21 - Elements that are configured to be part of a `group` use a `BroadcastChannel` to communicate and/or use a `SharedWorker`. 21 22 - Data schemas are originally defined as lexicon JSON files. From this Typescript files/types are generated. 22 23