Improvement #3453
openAdd new angle icon to nested elements
Added by liaham 3 months ago. Updated 9 days ago.
50%
Description
The old angle is still integrated in project and issue lists:
Files
clipboard-202505131739-ajtfn.png (78.5 KB) clipboard-202505131739-ajtfn.png | liaham, 05/13/2025 05:39 PM | ||
clipboard-202506301652-durwf.png (25.9 KB) clipboard-202506301652-durwf.png | liaham, 06/30/2025 04:52 PM | ||
clipboard-202506301653-ppag5.png (25.5 KB) clipboard-202506301653-ppag5.png | liaham, 06/30/2025 04:53 PM |
Updated by liaham about 1 month ago
This is an error in RM: see https://www.redmine.org/issues/42907. We need to keep the old icon until it is fixed in RM.
Updated by liaham about 1 month ago
The task was closed. That is, it is not considered as a bug.
I suggested to provide a patch where the chevron icon is integrated as customizable tabler icon.
For doing so, changes are probably required in:
- projects,
- issues,
- repositories.
Updated by liaham about 1 month ago
- Tracker changed from Maintenance to Pull Request
- Project changed from 20 to Redmine
- Target version changed from unreleased to 6.0.0
- Pull Request Link deleted (
n/a)
Updated by liaham about 1 month ago
- Status changed from New to In Progress
- Start date set to 06/27/2025
- % Done changed from 0 to 30
Updated by liaham about 1 month ago · Edited
All existing tests are successful. - skipping SCM and LDAP tests.
Some new tests are required:
-
app/helpers/application_helper.rb
:link_to_project
with and without Struct -
app/helpers/projects_queries_helper.rb
:column_value_with_subitem_icon
with and without Struct -
app/helpers/queries_helper.rb
:column_content_with_subitem_icon
andcolumn_content
with and without Struct
Updated by liaham about 1 month ago
- File clipboard-202506301652-durwf.png clipboard-202506301652-durwf.png added
- File clipboard-202506301653-ppag5.png clipboard-202506301653-ppag5.png added
- Status changed from In Progress to Feedback
- % Done changed from 30 to 50
Issue and projects lists with sub items are using an svg image of tabler different to other chevron icons in Redmine. Moreover, the svg image cannot be styled.
In order to ensure a consistent user experience I added a patch implementing the chevron icon as sprite icon:
The example shows sub projects. Changes will also affect sub issues.
Before:
After:
Updated by liaham about 1 month ago
Added on redmine.org: https://www.redmine.org/issues/42938.