-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataViews: remove title from pages #56241
Conversation
Size Change: -13 B (0%) Total Size: 1.7 MB
ℹ️ View Unchanged
|
Related threads #56199 and #56157 (comment) I'd like to grab @jameskoster @jasmussen @SaxonF thoughts before landing this one, to make sure we are in sync. |
cc @pablohoneyhoney as you expressed the desire to remove this as well. |
Did we check the impact this PR has on the hierarchy of the heading in the HTML page. |
In #56199 I proposed making this title match the view name which – to Riad's point – would result in:
That said I wouldn't object to removing it. In terms of communicating the current page, the active menu item might be adequate, and a hidden title could be used if that's a requirement. I would say that a title area provides a neat space for an "Add new" button though, which we're likely to need in the future. |
I'm in favour of keeping the page title (View name) with CTA for adding new page + secondary view actions. It's the same for any sub page that we may have e.g. settings pages that have an active sidebar menu item along with page title |
Part of #55083
What?
Removes the title from the pages.
Why?
The page title is redundant, as the sidebar already anchors the user, telling them where they are. Removing the title leaves also more space for the main interaction of the page (filtering, search, pagination, etc.).
How?
Removes the title from the
<Page>
component.Testing Instructions