refactor(web)!: rename dashboard package to web and strip the old server#199
Open
merencia wants to merge 1 commit into
Open
refactor(web)!: rename dashboard package to web and strip the old server#199merencia wants to merge 1 commit into
merencia wants to merge 1 commit into
Conversation
GiovaniGuizzo
approved these changes
Jul 4, 2026
f9a26d6 to
f8a0bf8
Compare
5234a3c to
bbf04c4
Compare
f8a0bf8 to
e88cd40
Compare
reduce the package to the /ui design-system library and rename @sidequest/dashboard to @sidequest/web. delete the express + ejs + htmx server (config, index, resources, views, public assets, rollup build) and prune the server deps. unwire the old dashboard from the sidequest umbrella: drop SidequestDashboard from Sidequest.start/stop and remove the dashboard option from the config. booting a dashboard returns later via the @sidequest/web façade. the react app (/dashboard), hono api (/api) and boot façade land in follow-up prs.
e88cd40 to
4841b48
Compare
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.
stacked on #198. reduces the package to the
/uidesign-system library and renames@sidequest/dashboardto@sidequest/web.SidequestDashboardand thedashboardoption onSidequest.startare gone (engine-only for now; comes back via the web façade)06-dashboard-base-pathexample (used the removed option)