Add Doc/Design HTML mockup pages for project workspace and navigation#141
Merged
Conversation
… dashboard, nodes, monitor, deploy Agent-Logs-Url: https://github.com/NewLifeX/Stardust/sessions/272842d9-f65b-4fd0-bf15-60a7b8af0755 Co-authored-by: xxred <19650464+xxred@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new project workspace page and update navigation links
Add Doc/Design HTML mockup pages for project workspace and navigation
May 17, 2026
nnhy
marked this pull request as ready for review
July 5, 2026 12:56
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a set of static HTML UI mockups under Doc/Design/ to illustrate a unified “project workspace” concept and to standardize cross-page navigation for the Stardust dashboard design.
Changes:
- Added new mockup pages:
project-workspace.html(tabbed per-project workspace) andprojects.html(project grid with stats). - Added/expanded a design entry landing page (
index.html) with explicit navigation cards for the mockups. - Standardized the left sidebar navigation across the mockup pages (including a new “项目管理 / projects” entry).
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 15 comments.
Show a summary per file
| File | Description |
|---|---|
| Doc/Design/index.html | Landing page with cards linking into the design mockups (including new workspace/projects entries). |
| Doc/Design/dashboard.html | Dashboard mockup with updated shared sidebar navigation. |
| Doc/Design/projects.html | New project management mockup (card grid + entry links into workspace). |
| Doc/Design/project-workspace.html | New per-project workspace mockup with tabs (概览/节点/部署/监控/配置). |
| Doc/Design/nodes.html | Nodes management mockup with updated shared sidebar navigation. |
| Doc/Design/monitor.html | Monitoring mockup with updated shared sidebar navigation. |
| Doc/Design/deploy.html | Deployments mockup with updated shared sidebar navigation. |
Comment on lines
+7
to
+8
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"> | ||
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css"> |
Comment on lines
+7
to
+8
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"> | ||
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css"> |
Comment on lines
+7
to
+8
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"> | ||
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css"> |
Comment on lines
+7
to
+8
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"> | ||
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css"> |
Comment on lines
+7
to
+8
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"> | ||
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css"> |
Comment on lines
+315
to
+316
| <button class="btn btn-sm btn-outline-primary me-1"><i class="bi bi-terminal"></i></button> | ||
| <button class="btn btn-sm btn-outline-warning"><i class="bi bi-arrow-counterclockwise"></i></button> |
Comment on lines
+326
to
+327
| <button class="btn btn-sm btn-outline-primary me-1"><i class="bi bi-terminal"></i></button> | ||
| <button class="btn btn-sm btn-outline-warning"><i class="bi bi-arrow-counterclockwise"></i></button> |
Comment on lines
+337
to
+338
| <button class="btn btn-sm btn-outline-primary me-1"><i class="bi bi-terminal"></i></button> | ||
| <button class="btn btn-sm btn-outline-warning"><i class="bi bi-arrow-counterclockwise"></i></button> |
Comment on lines
+216
to
+220
| <li class="page-item disabled"><a class="page-link">上一页</a></li> | ||
| <li class="page-item active"><a class="page-link">1</a></li> | ||
| <li class="page-item"><a class="page-link">2</a></li> | ||
| <li class="page-item"><a class="page-link">3</a></li> | ||
| <li class="page-item"><a class="page-link">下一页</a></li> |
Comment on lines
+209
to
+212
| <li class="page-item disabled"><a class="page-link">上一页</a></li> | ||
| <li class="page-item active"><a class="page-link">1</a></li> | ||
| <li class="page-item"><a class="page-link">2</a></li> | ||
| <li class="page-item"><a class="page-link">下一页</a></li> |
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 a new
Doc/Design/directory with static HTML mockup pages for the Stardust dashboard UI, introducing a unified project workspace concept and consistent cross-page navigation.New pages
project-workspace.html— Per-project unified workspace with 5 tabs (概览/节点/部署/监控/配置), project banner with live metrics, and a project switcher in the topbarprojects.html— Project card grid with per-project stats (nodes, deployments, alerts) and direct links into the workspaceUpdated pages
index.html— Expanded from implied set to 7 explicit cards: dashboard, project-workspace, projects, nodes, monitor, deploy, configs; new cards badged "NEW"dashboard.html,nodes.html,monitor.html,deploy.html— All gain aprojects.htmlnav entry in the shared sidebar under 主导航Design conventions
All pages share a consistent layout: dark sidebar (
#1a1f36) with labeled nav sections, 56px topbar, and#f0f2f5content background. Bootstrap 5.3 + Bootstrap Icons via CDN.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
accounts.google.com/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4735 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.rfb14R --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,528764822273327910,3706843999573341987,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,7837884773182025638,12015574821718576289,4 --trace-process-track-uuid=3190708989122997041(dns block)/opt/google/chrome/chrome /usr/bin/google-chrome --headless --screenshot=/tmp/index-screenshot.png --window-size=1280,800 file:///home/REDACTED/work/Stardust/Stardust/Doc/Design/index.html --disable-features=AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,Automat(dns block)/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4887 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.bXjVLl --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,1906313889486873833,10861101930135758474,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,9956294422448541012,9200109186544093542,4 --trace-process-track-uuid=3190708989122997041(dns block)cdn.jsdelivr.net/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4735 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.rfb14R --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,528764822273327910,3706843999573341987,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,7837884773182025638,12015574821718576289,4 --trace-process-track-uuid=3190708989122997041(dns block)/opt/google/chrome/chrome /usr/bin/google-chrome --headless --screenshot=/tmp/index-screenshot.png --window-size=1280,800 file:///home/REDACTED/work/Stardust/Stardust/Doc/Design/index.html --disable-features=AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,Automat(dns block)/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4887 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.bXjVLl --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,1906313889486873833,10861101930135758474,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,9956294422448541012,9200109186544093542,4 --trace-process-track-uuid=3190708989122997041(dns block)clients2.google.com/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4735 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.rfb14R --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,528764822273327910,3706843999573341987,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,7837884773182025638,12015574821718576289,4 --trace-process-track-uuid=3190708989122997041(dns block)/opt/google/chrome/chrome /usr/bin/google-chrome --headless --screenshot=/tmp/index-screenshot.png --window-size=1280,800 file:///home/REDACTED/work/Stardust/Stardust/Doc/Design/index.html --disable-features=AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,Automat(dns block)/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4887 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.bXjVLl --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,1906313889486873833,10861101930135758474,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,9956294422448541012,9200109186544093542,4 --trace-process-track-uuid=3190708989122997041(dns block)clientservices.googleapis.com/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4735 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.rfb14R --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,528764822273327910,3706843999573341987,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,7837884773182025638,12015574821718576289,4 --trace-process-track-uuid=3190708989122997041(dns block)/opt/google/chrome/chrome /usr/bin/google-chrome --headless --screenshot=/tmp/index-screenshot.png --window-size=1280,800 file:///home/REDACTED/work/Stardust/Stardust/Doc/Design/index.html --disable-features=AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,Automat(dns block)/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4887 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.bXjVLl --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,1906313889486873833,10861101930135758474,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,9956294422448541012,9200109186544093542,4 --trace-process-track-uuid=3190708989122997041(dns block)redirector.gvt1.com/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4735 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.rfb14R --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,528764822273327910,3706843999573341987,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,7837884773182025638,12015574821718576289,4 --trace-process-track-uuid=3190708989122997041(dns block)/opt/google/chrome/chrome /usr/bin/google-chrome --headless --screenshot=/tmp/index-screenshot.png --window-size=1280,800 file:///home/REDACTED/work/Stardust/Stardust/Doc/Design/index.html --disable-features=AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,Automat(dns block)/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4887 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.bXjVLl --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,1906313889486873833,10861101930135758474,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,9956294422448541012,9200109186544093542,4 --trace-process-track-uuid=3190708989122997041(dns block)safebrowsingohttpgateway.googleapis.com/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4735 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.rfb14R --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,528764822273327910,3706843999573341987,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,7837884773182025638,12015574821718576289,4 --trace-process-track-uuid=3190708989122997041(dns block)/opt/google/chrome/chrome /usr/bin/google-chrome --headless --screenshot=/tmp/index-screenshot.png --window-size=1280,800 file:///home/REDACTED/work/Stardust/Stardust/Doc/Design/index.html --disable-features=AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,Automat(dns block)/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4887 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.bXjVLl --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,1906313889486873833,10861101930135758474,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,9956294422448541012,9200109186544093542,4 --trace-process-track-uuid=3190708989122997041(dns block)translate.googleapis.com/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4735 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.rfb14R --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,528764822273327910,3706843999573341987,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,7837884773182025638,12015574821718576289,4 --trace-process-track-uuid=3190708989122997041(dns block)/opt/google/chrome/chrome /usr/bin/google-chrome --headless --screenshot=/tmp/index-screenshot.png --window-size=1280,800 file:///home/REDACTED/work/Stardust/Stardust/Doc/Design/index.html --disable-features=AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,Automat(dns block)/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4887 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.bXjVLl --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,1906313889486873833,10861101930135758474,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,9956294422448541012,9200109186544093542,4 --trace-process-track-uuid=3190708989122997041(dns block)www.google.com/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4735 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.rfb14R --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,528764822273327910,3706843999573341987,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,7837884773182025638,12015574821718576289,4 --trace-process-track-uuid=3190708989122997041(dns block)/opt/google/chrome/chrome /usr/bin/google-chrome --headless --screenshot=/tmp/index-screenshot.png --window-size=1280,800 file:///home/REDACTED/work/Stardust/Stardust/Doc/Design/index.html --disable-features=AcceptCHFrame,AvoidUnnecessaryBeforeUnloadCheckSync,DestroyProfileOnBrowserClose,DialMediaRouteProvider,GlobalMediaControls,HttpsUpgrades,LensOverlay,MediaRouter,PaintHolding,ThirdPartyStoragePartitioning,Translate,AutoDeElevate,Automat(dns block)/proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4887 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/com.google.Chrome.scoped_dir.bXjVLl --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,1906313889486873833,10861101930135758474,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,9956294422448541012,9200109186544093542,4 --trace-process-track-uuid=3190708989122997041(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt