Add optional spaday-based frontend provider for the gateway UI - #300
Draft
timkpaine wants to merge 1 commit into
Draft
Add optional spaday-based frontend provider for the gateway UI#300timkpaine wants to merge 1 commit into
timkpaine wants to merge 1 commit into
Conversation
timkpaine
requested review from
arhamchopra,
emilybarrettp72,
feussy,
hintse,
ptomecek and
vstolin
as code owners
July 11, 2026 16:45
timkpaine
marked this pull request as draft
July 11, 2026 16:45
timkpaine
force-pushed
the
tkp/spaday-ui
branch
2 times, most recently
from
July 11, 2026 17:05
2ebab68 to
5b26df8
Compare
Contributor
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## v3 #300 +/- ##
==========================================
- Coverage 87.38% 85.23% -2.16%
==========================================
Files 147 150 +3
Lines 15933 16385 +452
==========================================
+ Hits 13923 13965 +42
- Misses 2010 2420 +410 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Adds an optional spaday-based frontend alongside the built-in Perspective/React UI, selected per gateway via Settings.UI_PROVIDER == "spaday" (default stays "default"); nothing changes unless opted in. - New ui(self, app: GatewayUI) module hook (mirrors rest()), invoked during web build only when the spaday provider is active. - GatewayUI collects module contributions into named shell regions and mounts a single spaday page onto the FastAPI app via spaday's AppShell; spaday is imported lazily (new `spaday` extra). - Modules contribute UI: perspective (workspace + layout selector), channels_graph and outputs (drawer links), controls (shutdown confirm), and a presentation-only MountSendForm (a schema-driven send panel via spaday form() + declarative CallEndpoint). - demo_spaday / omnibus_spaday configs extend the demos with the provider. Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an optional spaday-based frontend alongside the built-in Perspective/React UI, selected per gateway via Settings.UI_PROVIDER == "spaday" (default stays "default"); nothing changes unless opted in.
ui(self, app: GatewayUI)module hook (mirrorsrest()), invoked during web build only when the spaday provider is active.GatewayUIcollects module contributions into named shell regions and mounts a single spaday page onto the FastAPI app via spaday'sAppShell; spaday is imported lazily (newspadayextra).