Skip to content

[FEATURE] - PR8 : Web shell - #1203

Merged
canihavesomecoffee merged 1 commit into
CCExtractor:masterfrom
pulk17:web-shell
Sep 19, 2026
Merged

canihavesomecoffee merged 1 commit into
CCExtractor:masterfrom
pulk17:web-shell

Conversation

@pulk17

@pulk17 pulk17 commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

[FEATURE]

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used the project.
  • I have used the project briefly.
  • I have used the project extensively, but have not contributed previously.
  • I am an active contributor to the project.

Sidebar, command palette and the router. Depends on #1202. The console becomes a working app here.

What's here
The app shell - sidebar navigation, collapse, light/dark toggle, the session gate that redirects to sign-in - plus a ⌘K command palette for jumping to runs, tests and samples, and the router wiring every page from the earlier PRs to its path.

Review notes
/reset is routed before the session gate, since someone recovering a password by definition isn't signed in.

Routes that take query parameters validate them (/tests?t=, /runs/new?test=), so a malformed URL degrades rather than throwing.

This is the first PR where it's worth actually running the thing: cd web && npm install && npm run dev.

@pulk17 pulk17 changed the title Web shell [FEATURE] - PR8 : Web shell Sep 14, 2026
@pulk17 pulk17 mentioned this pull request Sep 14, 2026
9 tasks
Sidebar, command palette and the router that ties the pages together. The
console runs from here.
@sonarqubecloud

Copy link
Copy Markdown

@canihavesomecoffee
canihavesomecoffee merged commit f6cb412 into CCExtractor:master Sep 19, 2026
6 checks passed
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