Skip to content

refactor(web)!: rename dashboard package to web and strip the old server#199

Open
merencia wants to merge 1 commit into
feat/dashboard-ui-componentsfrom
chore/dashboard-v2-cleanup
Open

refactor(web)!: rename dashboard package to web and strip the old server#199
merencia wants to merge 1 commit into
feat/dashboard-ui-componentsfrom
chore/dashboard-v2-cleanup

Conversation

@merencia

@merencia merencia commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

stacked on #198. reduces the package to the /ui design-system library and renames @sidequest/dashboard to @sidequest/web.

  • deletes the old express/ejs/htmx server (config, index, resources, views, public, rollup build) and prunes its deps
  • unwires the old dashboard from the umbrella: SidequestDashboard and the dashboard option on Sidequest.start are gone (engine-only for now; comes back via the web façade)
  • drops the 06-dashboard-base-path example (used the removed option)
  • build + unit tests + lint green

@merencia merencia force-pushed the chore/dashboard-v2-cleanup branch from f9a26d6 to f8a0bf8 Compare July 5, 2026 00:42
@merencia merencia force-pushed the feat/dashboard-ui-components branch from 5234a3c to bbf04c4 Compare July 5, 2026 01:48
@merencia merencia force-pushed the chore/dashboard-v2-cleanup branch from f8a0bf8 to e88cd40 Compare July 5, 2026 01:48
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.
@merencia merencia force-pushed the chore/dashboard-v2-cleanup branch from e88cd40 to 4841b48 Compare July 8, 2026 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants