0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins
Krzysztof Kotlarek 70cdb7885a
UX: Prevent wide tables from breaking the dashboard (#41648)
Previously, the reports section used `1fr` grid tracks, which cannot
shrink below a grid item's min-content width — a table-style report with
many columns (e.g. a wide Data Explorer query) forced its column to grow
and blew the whole section out of the page.

This change caps the tracks with `minmax(0, 1fr)`, so cards keep equal
widths and wide tables are clipped at the card edge; admins can click
into the report to see the full table.

Before:
<img width="1112" height="874" alt="Screenshot 2026-07-13 at 1 44 04 pm"
src="https://github.com/user-attachments/assets/e0778374-ff29-4964-872f-7dcab9bf1ce0"
/>


After:
<img width="1087" height="850" alt="Screenshot 2026-07-13 at 1 44 40 pm"
src="https://github.com/user-attachments/assets/7a47e04d-4983-4051-84f3-b9ef48c79d5d"
/>
2026-07-14 08:59:53 +08:00
..
automation I18N: Update translations (#41653) 2026-07-13 17:38:52 +02:00
chat FEATURE: Approve AI moderation actions inline in bot chat DMs (#41565) 2026-07-13 17:08:35 -03:00
checklist
discourse-adplugin I18N: Update translations (#41653) 2026-07-13 17:38:52 +02:00
discourse-affiliate
discourse-ai FEATURE: Approve AI moderation actions inline in bot chat DMs (#41565) 2026-07-13 17:08:35 -03:00
discourse-apple-auth
discourse-assign I18N: Update translations (#41653) 2026-07-13 17:38:52 +02:00
discourse-cakeday DEV: Remove queryAll uses in core tests (#41324) 2026-07-01 11:55:39 +01:00
discourse-calendar I18N: Update translations (#41653) 2026-07-13 17:38:52 +02:00
discourse-chat-integration I18N: Update translations (#40823) 2026-06-12 16:19:35 +02:00
discourse-data-explorer UX: Prevent wide tables from breaking the dashboard (#41648) 2026-07-14 08:59:53 +08:00
discourse-details DEV: Drop unused decorateCooked from discourse-details (#41426) 2026-07-03 17:18:20 +01:00
discourse-gamification I18N: Update translations (#41584) 2026-07-12 17:29:05 +02:00
discourse-github FEATURE: Route all GitHub API requests through one rate-limited client (#40637) 2026-06-15 10:59:10 +02:00
discourse-graphviz UX: Fit large Graphviz graphs to the box instead of overflowing (#40915) 2026-06-15 22:44:39 +01:00
discourse-hcaptcha DEV: Block external requests in system specs via Chrome DNS resolver (#40685) 2026-06-17 12:29:57 +01:00
discourse-lazy-videos
discourse-local-dates I18N: Update translations (#41257) 2026-06-29 15:30:28 +02:00
discourse-login-with-amazon
discourse-lti
discourse-math
discourse-microsoft-auth
discourse-narrative-bot
discourse-oauth2-basic
discourse-openid-connect
discourse-patreon DEV: Drop jquery in patreon plugin (#41425) 2026-07-03 17:13:54 +01:00
discourse-policy I18N: Update translations (#40823) 2026-06-12 16:19:35 +02:00
discourse-post-voting SECURITY: Reviewable conversations expose post-voting flag PM excerpts to category moderators outside the PM (#41527) 2026-07-07 15:37:22 -05:00
discourse-presence SECURITY: Authorization bypass in wiki edit presence leaks editor identities (#41474) 2026-07-06 12:53:23 -05:00
discourse-reactions FIX: close post reaction menu on route change (#41619) 2026-07-10 16:38:07 +04:00
discourse-rewind DEV: Bump eslint/lint-configs, and correct violations (#41321) 2026-07-01 10:39:57 +01:00
discourse-rss-polling I18N: Update translations (#41653) 2026-07-13 17:38:52 +02:00
discourse-solved I18N: Update translations (#41653) 2026-07-13 17:38:52 +02:00
discourse-subscriptions DEV: Bump eslint/lint-configs, and correct violations (#41321) 2026-07-01 10:39:57 +01:00
discourse-templates FIX: Support unloaded categories in template topic options (#41230) 2026-06-29 14:35:07 +08:00
discourse-topic-voting DEV: Bump prettier-plugin-ember-template-tag and reformat (#41489) 2026-07-06 19:18:44 +01:00
discourse-user-notes
discourse-workflows DEV: Add usage metrics for workflows, automations, and data explorer (#41437) 2026-07-13 11:41:58 +02:00
discourse-zendesk-plugin
footnote UX: prevent nested footnotes (#41325) 2026-07-02 19:55:10 +02:00
poll I18N: Update translations (#41584) 2026-07-12 17:29:05 +02:00
spoiler-alert FIX: Allow re-blur on spoiler when in details view (#41266) 2026-06-29 12:47:49 -05:00
styleguide DEV: Minor fixes to everyone-based permissions for granular_anonymous_and_logged_in_groups_permissions (#41459) 2026-07-07 09:38:56 +10:00