Skip to content

Fix #2568: move settings section titles to header#3193

Open
franciscommmarques wants to merge 1 commit intoTryQuiet:developfrom
franciscommmarques:fix/settings-titles-header-clean-develop
Open

Fix #2568: move settings section titles to header#3193
franciscommmarques wants to merge 1 commit intoTryQuiet:developfrom
franciscommmarques:fix/settings-titles-header-clean-develop

Conversation

@franciscommmarques
Copy link
Copy Markdown

Settings section titles were previously rendered inside the scrollable content area, causing them to scroll out of view and breaking the intended visual hierarchy.

This change ensures that section titles are rendered in the settings header alongside the navigation controls, preserving visibility and layout consistency across all settings tabs.

A regression test was added to verify that tab titles are rendered in the header area and do not appear inside the scrollable content region, preventing future regressions.

Fix #2568

Pull Request Checklist

  • I have linked this PR to a related GitHub issue.
  • I have added a description of the change (and Github issue number, if any) to the root CHANGELOG.md.

Settings section titles were previously rendered inside the
scrollable content area, causing them to scroll out of view
and breaking the intended visual hierarchy.

This change ensures that section titles are rendered in the
settings header alongside the navigation controls, preserving
visibility and layout consistency across all settings tabs.

A regression test was added to verify that tab titles are
rendered in the header area and do not appear inside the
scrollable content region, preventing future regressions.
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.

Settings titles should appear in top area, not content area

1 participant