Skip to content

Limits Monitor wider item column#2414

Merged
jmthomas merged 1 commit intomainfrom
maintenance/limits-monitor-columns
Oct 4, 2025
Merged

Limits Monitor wider item column#2414
jmthomas merged 1 commit intomainfrom
maintenance/limits-monitor-columns

Conversation

@clayandgen
Copy link
Copy Markdown
Contributor

closes #2398

Vuetify does not support resizing columns via the UI. Tried some percent-based header widths but between the widgets with defined widths, it got tricky. Landed with extending the max-width value, 410px being the widest at 100% zoom and side bar open without causing the data-table to overflow-x scroll.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.52%. Comparing base (01d05de) to head (d1adc4d).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2414      +/-   ##
==========================================
- Coverage   79.55%   79.52%   -0.03%     
==========================================
  Files         657      657              
  Lines       50230    50230              
  Branches      736      736              
==========================================
- Hits        39961    39946      -15     
- Misses      10189    10204      +15     
  Partials       80       80              
Flag Coverage Δ
python 81.70% <ø> (-0.08%) ⬇️
ruby-api 84.60% <ø> (-0.08%) ⬇️
ruby-backend 82.69% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Oct 4, 2025

Copy link
Copy Markdown
Member

@jmthomas jmthomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine. The column word wraps if it gets too big so you can always see what the value is even if it is huge.

@jmthomas jmthomas merged commit 38f1fc1 into main Oct 4, 2025
29 of 30 checks passed
@jmthomas jmthomas deleted the maintenance/limits-monitor-columns branch October 4, 2025 19:39
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.

Resize columns on Limit Monitor

2 participants