Summary
The dashboard can render a single module as a focused view on its own subpath, such as the Review Changes route. Today it renders inline within the dashboard, so the module sits below the other cards and its content starts partway down the page. Per the feedback in T433063#12171220, this is a regression. That view should be a full-screen experience showing the module on its own.
The same focused-module URL currently renders one of two ways depending on how it is reached:
- As a dialog over the dashboard on a client-side open.
- As a whole page on a cold load or bookmark.
The full-screen behavior should be consistent across both, so the view a user bookmarks matches the one they reach by navigating in. Review Changes is the reported case, but the fix applies to any module opened as its own view.
In addition, the header has unmatched padding for top/bottom, large padding to the left of the text, and the text size it too large.
| Top / bottom padding | Padding on the left |
Proposed changes (Figma)
- The text size should be Heading 4, smaller than it currently is.
- The top padding should match the bottom padding.
- The left padding should be 14px, narrower than it currently is.
Acceptance criteria
- A module's focused view renders as a full-screen page showing that module on its own, not inline below the other dashboard cards.
- The focused view renders the same way whether reached by in-product navigation or by loading its URL directly.
- Review Changes opens to its full-screen focused view with content starting at the top of the page.









