Merged
Conversation
… in rows Co-authored-by: Alan <45767683+stylessh@users.noreply.github.com>
Contributor
Author
|
Requesting review from @stylessh who has experience with the following files modified in this PR:
|
stylessh
requested changes
Apr 23, 2026
Comment on lines
+3
to
+12
| /** | ||
| * Pending component used for routes rendered inside the dashboard card | ||
| * (`DashboardLayout`). The `h-full` chain resolves against the card so the | ||
| * spinner stays visually centered within the content area. | ||
| * | ||
| * For top-level pending fallbacks where the parent is just `<body>` (e.g. | ||
| * when `_protected` itself is reloading), use `DashboardViewportLoading` | ||
| * instead — `h-full` there collapses to content height and pins the spinner | ||
| * to the top of the viewport. | ||
| */ |
Owner
There was a problem hiding this comment.
remove all these unnecessary comments
Comment on lines
+21
to
+26
| /** | ||
| * Full-viewport pending component. Use for route pending states that render | ||
| * directly inside the document body (where no ancestor provides a resolved | ||
| * height). Keeps the spinner centered regardless of how little content the | ||
| * layout has yet rendered. | ||
| */ |
Comment on lines
+138
to
+143
| {/* | ||
| * Split owner/name so a long owner login doesn't consume all the | ||
| * space and hide the repo name. The owner takes flexible space and | ||
| * truncates first; the repo name stays readable at its natural | ||
| * size. See diffkit#154. | ||
| */} |
…iate input Co-authored-by: Alan <45767683+stylessh@users.noreply.github.com>
Contributor
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughA new viewport-filling loading component ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
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
Miscellaneous bug fixes and improvements across the dashboard:
DashboardViewportLoadingcomponent for full-viewport pending states when routes render directly in the document bodyRepositoryRowto prevent long owner logins from hiding repo names (fixes Bug: Repository page truncates repo name when owner login is long #154)DashboardContentLoadingvsDashboardViewportLoadingDashboardViewportLoadingas the pending component for the_protectedrouteChanges
DashboardViewportLoadingexport todashboard-content-loading.tsxwith full-viewport centering usingmin-h-dvhRepositoryRowto display repo owner and name separately with proper truncation behaviorpendingComponentto_protectedroute configurationTest Plan
_protectedroute is pendingScreenshots
Summary by CodeRabbit