feat(ui): add React-based admin dashboard#5855
Merged
gustavosbarreto merged 1 commit intomasterfrom Feb 21, 2026
Merged
Conversation
Member
|
/review |
New admin UI built with React, TypeScript, Vite, Zustand, and Tailwind CSS. Covers all ShellHub Community Edition features. Served at /ui-react while the migration is in progress. The Vue UI (ui/) is now frozen — no new features or modifications. A friendly reminder was added to its interface to make sure nobody forgets. All UI effort moves to ui-react from here on. The monorepo is structured to also host the website, docs, and blog as separate apps in the future. Includes: - Monorepo setup (npm workspaces) with shared design system - Full admin app: devices, sessions, firewall rules, public keys, team management, web endpoints, settings, and SSH banner editor - Web terminal with theme support - Command palette, connectivity detection, and namespace management - Docker and nginx configuration for dev and production - Runtime config injection via gen-config.sh
d9c68e5 to
634d903
Compare
Member
Author
|
/review |
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.
Summary
New admin UI built with React, TypeScript, Vite, Zustand, and Tailwind CSS. Covers all ShellHub Community Edition features. Served at
/ui-reactwhile the migration is in progress.The Vue UI (
ui/) is now frozen — no new features or modifications. A friendly reminder was added to its interface to make sure nobody forgets. All UI effort moves toui-reactfrom here on.The monorepo is structured to also host the website, docs, and blog as separate apps in the future.
Screenshots
Before (Vue)
After (React)
What's included
packages/design-system)gen-config.shTest plan
./bin/docker-compose upand access/ui-react/still works and shows the freeze notice