Places: /shape/<key>, voices, address newsletter
Lint and reload / lint (push) Successful in 2s
Lint and reload / reload (push) Successful in 0s

The landing gesture leads to /shape/{curve.key} - the place page:
what was left there (the relay's /place, playable), leave your voice
(type: voice at value "{key}"), hear from exactly this address
(redoal_watchers, exact key), and the cards. Email leaves the landing
page. A card for iroh through varde. Desks for voices and watchers.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bendik Aagaard Lynghaug
2026-08-30 16:05:26 +02:00
co-authored by Claude Fable 5
parent 605eb549f8
commit 66c31786ce
6 changed files with 156 additions and 42 deletions
+7
View File
@@ -14,3 +14,10 @@ aggregates:
unsubscribed: { event: unsubscribed }
transitions:
open: [unsubscribed]
- bucket: redoal_watchers
initial: open
states:
open: { event: subscribed }
unsubscribed: { event: unsubscribed }
transitions:
open: [unsubscribed]