Opened 6 weeks ago
Closed 6 days ago
#36887 closed Cleanup/optimization (fixed)
Unnecessary space introduced at top of changelist pages in 6.0
| Reported by: | Jacob Walls | Owned by: | Jacob Walls |
|---|---|---|---|
| Component: | contrib.admin | Version: | 6.0 |
| Severity: | Normal | Keywords: | |
| Cc: | Antoliny | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | yes |
Description
See report and screenshot, #36055 solved an overlap issue at the top of changelist pages by splitting the header and action button into two rows, when we could have just used flex layout to fix the overlap.
I have a patch ready along those lines.
Change History (11)
comment:1 by , 6 weeks ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| UI/UX: | set |
comment:2 by , 6 weeks ago
comment:3 by , 6 weeks ago
| Has patch: | set |
|---|---|
| Needs tests: | set |
| Severity: | Release blocker → Normal |
Given that the best solution here involves a change to template composition, I'm not convinced we should backport. I already have something ready for discussion, so I'll post it anyway as a draft PR.
It's just a little whitespace; we can defer it to 6.1 and ensure more testing occurs.
comment:4 by , 4 weeks ago
| Needs tests: | unset |
|---|
comment:5 by , 4 weeks ago
| Type: | Bug → Cleanup/optimization |
|---|
comment:6 by , 4 weeks ago
| Patch needs improvement: | set |
|---|
comment:7 by , 4 weeks ago
| Patch needs improvement: | unset |
|---|
comment:8 by , 11 days ago
| Patch needs improvement: | set |
|---|
comment:9 by , 6 days ago
| Patch needs improvement: | unset |
|---|
comment:10 by , 6 days ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Thank you!