Skip to content

dashboard: hide table columns, drop terminal paste button, loading typewriter dots#847

Merged
DorianZheng merged 2 commits into
mainfrom
codex/dashboard-ui-fixes
Jun 25, 2026
Merged

dashboard: hide table columns, drop terminal paste button, loading typewriter dots#847
DorianZheng merged 2 commits into
mainfrom
codex/dashboard-ui-fixes

Conversation

@law-chain-hot

@law-chain-hot law-chain-hot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Follow-up tweaks after testing #845 (which is now merged). Frontend-only, 4 files.

  • Boxes table (desktop): hide the Created + Resource Quota columns (still shown on the mobile card).
  • Terminal: remove the paste button — native Cmd/Ctrl+V already pastes into the terminal — and drop the now-dead pasteIntoTerminalIframe util.
  • LoadingFallback: bigger terminal boot screen + typewriter ellipsis (1→2→3 dots, looping).

Verified: dashboard build + targeted eslint clean.

Summary by CodeRabbit

  • New Features
    • Updated the loading experience with a typewriter-style “booting console” ellipsis.
  • UI Improvements
    • Simplified the desktop Boxes table by removing less critical columns to reduce visual clutter.
  • Behavior Changes
    • Terminal pasting now relies on the browser’s native paste shortcut (Cmd/Ctrl+V) instead of a separate paste action.
  • UI Improvements
    • Adjusted the Dashboard page height calculations to improve banner/padding alignment across viewports.

…n, loading typewriter dots

- Boxes table (desktop): hide Created + Resource Quota columns (kept on the mobile card).
- Terminal: remove the paste button - native Cmd/Ctrl+V already pastes into the terminal; drop the now-dead pasteIntoTerminalIframe util.
- LoadingFallback: bigger terminal boot screen + typewriter ellipsis (1->2->3 dots, looping).
@law-chain-hot
law-chain-hot requested a review from a team as a code owner June 25, 2026 07:18
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2912e570-2498-4280-84a6-581e84dcd141

📥 Commits

Reviewing files that changed from the base of the PR and between 0e2d431 and 3f28a55.

📒 Files selected for processing (1)
  • apps/dashboard/src/pages/Dashboard.tsx

📝 Walkthrough

Walkthrough

The dashboard table drops the Resource Quota and Created columns on desktop, the loading fallback now animates its ellipsis with cycling dots, the terminal frame removes clipboard paste handling, and dashboard page height calculations switch to a 60px base.

Changes

Dashboard UI updates

Layer / File(s) Summary
Desktop table layout
apps/dashboard/src/components/BoxTable/index.tsx
Desktop grid sizing, headers, and row cells remove the Resource Quota and Created columns, including the created timestamp computation.
Typewriter ellipsis
apps/dashboard/src/components/LoadingFallback.tsx
LoadingFallback stores dot count in state, advances it on an interval, and renders the booting-console indicator from repeated dots.
Paste handling cleanup
apps/dashboard/src/components/boxes/BoxTerminalFrame.tsx, apps/dashboard/src/components/boxes/terminalIframeSrc.ts
The clipboard paste helper is deleted, and BoxTerminalFrame removes the paste button and frame ref wiring while keeping iframe registration on load.
Dashboard height layout
apps/dashboard/src/pages/Dashboard.tsx
The dashboard content height variables and fallback min-height switch from a 3.5rem offset to a 60px offset, including banner subtraction.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

  • boxlite-ai/boxlite#803: Also changes apps/dashboard/src/components/BoxTable/index.tsx to alter which table columns and metadata cells are rendered.
  • boxlite-ai/boxlite#845: Also changes apps/dashboard/src/components/LoadingFallback.tsx to alter the booting-console ellipsis animation.

Suggested reviewers

  • DorianZheng

Poem

A bunny hops by with a console cheer,
Three little dots go blink-blink near.
The table trimmed, the terminal gleams,
And dashboard heights fit startup dreams. 🐰

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main dashboard UI changes: hiding table columns, removing the terminal paste button, and adding typewriter-style loading dots.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/dashboard-ui-fixes

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

ESLint install failed: dependency version conflict. Check your lock file or package.json.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

…o the 60px header

The shell's --app-content-height subtracted 3.5rem (56px) while the header is h-[60px], so the content area was 4px taller than the viewport -> a persistent document scrollbar stacked on top of the inner content scroll (two scrollbars). Match the offset to 60px, consistent with the pages' own h-[calc(100svh-60px)].
@DorianZheng
DorianZheng merged commit 4cbbbc4 into main Jun 25, 2026
31 checks passed
@DorianZheng
DorianZheng deleted the codex/dashboard-ui-fixes branch June 25, 2026 07:36
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