From cf6a2539729259cf0e36188eb664e3cfbbe0570e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchrisshank=E2=80=9D?= Date: Mon, 2 Dec 2024 02:09:07 -0800 Subject: [PATCH] more renaming --- ...rs.html => audio-beats-with-event-propagators.html} | 0 ...xanadu-link.html => cross-iframe-xanadu-links.html} | 0 demo/embeddable-llm-with-propagators.html | 10 ++++++++++ demo/index.html | 2 +- vite.config.ts | 8 +++++--- 5 files changed, 16 insertions(+), 4 deletions(-) rename demo/{audio-beats-with-propagators.html => audio-beats-with-event-propagators.html} (100%) rename demo/{cross-iframe-xanadu-link.html => cross-iframe-xanadu-links.html} (100%) diff --git a/demo/audio-beats-with-propagators.html b/demo/audio-beats-with-event-propagators.html similarity index 100% rename from demo/audio-beats-with-propagators.html rename to demo/audio-beats-with-event-propagators.html diff --git a/demo/cross-iframe-xanadu-link.html b/demo/cross-iframe-xanadu-links.html similarity index 100% rename from demo/cross-iframe-xanadu-link.html rename to demo/cross-iframe-xanadu-links.html diff --git a/demo/embeddable-llm-with-propagators.html b/demo/embeddable-llm-with-propagators.html index 349c749..c49dc12 100644 --- a/demo/embeddable-llm-with-propagators.html +++ b/demo/embeddable-llm-with-propagators.html @@ -37,9 +37,19 @@ folk-timer { padding: 0.5rem; } + + p { + font-style: italic; + font-size: 1rem; + text-align: center; + } +

+ Note: This demo only works in Chrome with + certain flags turned on. +

Demos

-

(Make sure to checkout the dev tools everything you see is authored just in HTML!)

+

(Make sure to checkout the dev tools, everything you see is authored just in HTML!)