Patch #36429
Make issue tabs DOM more consistent
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 5.0.0 |
Description
It is currently difficult to consistently style the tabs in the issue history because the DOMs are different.
Related issues
Associated revisions
Make issue tabs DOM more consistent (#36429).
Patch by Felix Schäfer.
History
#1
Updated by Felix Schäfer 6 months ago
- File 36429-more_consistent_issue_tab_dom.patch
added
The attached patch makes the DOM for the time spent and change sets tabs more consistent with the history tabs.
#2
Updated by Bernhard Rohloff 6 months ago
Patch looks good to me...
+1
#4
Updated by Dmitry Makurin 6 months ago
#5
Updated by Go MAEDA 6 months ago
Dmitry Makurin wrote:
Marius did a great job in #31573. I guess this and #31573 could be done in one series of patches since both issues have the same purpose.
I would like to commit this patch first without waiting for the result of the discussion on #31573.
This patch just fixes the consistency of DOM and makes it easy for theme developers to apply styles. This is a necessary fix regardless of whether we merge #31573 or not. And this patch does not have a significant negative impact on #31573.
#7
Updated by Marius BALTEANU 5 months ago
- Related to Patch #31573: Show each journal entry from issue history in a box added