Skip to content

Improvements to site settings wrapping#1810

Merged
Oaphi merged 11 commits intodevelopfrom
0valt/1809/settings-wrap
Sep 1, 2025
Merged

Improvements to site settings wrapping#1810
Oaphi merged 11 commits intodevelopfrom
0valt/1809/settings-wrap

Conversation

@Oaphi
Copy link
Member

@Oaphi Oaphi commented Aug 25, 2025

closes #1809

This PR applies normal wrapping rules to string & text values, while keeping the nowrap behavior for boolean and numeric (integer and float) types (as it doesn't make sense to wrap those). It also switches the table to the "fixed" layout preventing the width from jumping around depending on content size:

Screenshot from 2025-08-26 01-32-59

Finally, for narrow screens it also converts the table into a vertical list (CSS-only):

Screenshot from 2025-08-26 02-24-13

@Oaphi Oaphi requested review from a team and cellio August 25, 2025 22:35
@Oaphi Oaphi added this to the v0.12.4 milestone Aug 25, 2025
@codecov
Copy link

codecov bot commented Aug 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.25%. Comparing base (0dd6659) to head (d21926d).
⚠️ Report is 12 commits behind head on develop.

Additional details and impacted files
Components Coverage Δ
controllers 70.87% <ø> (-0.04%) ⬇️
helpers 81.96% <ø> (ø)
jobs 60.00% <ø> (ø)
models 88.36% <100.00%> (+0.26%) ⬆️
tasks 61.11% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Oaphi Oaphi merged commit 35a302a into develop Sep 1, 2025
16 of 20 checks passed
@Oaphi Oaphi deleted the 0valt/1809/settings-wrap branch September 1, 2025 15:54
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.

string values can cause layout problems in site settings

3 participants