Defect #41714
closedReplace search and magnifier icons with SVG icon
0%
Description
There's also the checkmark showing the current project. It's different from the normal checkmark already so I think it's not that big of a deal.
Files
Related issues
Updated by Bernhard Rohloff about 1 month ago
- Related to Feature #23980: Replace icon images with Tabler SVG icons added
Updated by Marius BĂLTEANU about 1 month ago
- Target version changed from 6.0.1 to 6.0.2
Updated by Marius BĂLTEANU about 1 month ago
- File 0001-Replaces-legacy-magnifier-icon-with-SVG-icon-in-proj.patch 0001-Replaces-legacy-magnifier-icon-with-SVG-icon-in-proj.patch added
- Assignee set to Marius BĂLTEANU
I've attached a patch that replaces the legacy search magnifier in project jump and also in the search file on mobile view.
Updated by Takenori TAKAKI about 1 month ago
- File 0002-Replaces-legacy-magnifier-icon-with-SVG-icon-in-issue-edit.patch 0002-Replaces-legacy-magnifier-icon-with-SVG-icon-in-issue-edit.patch added
- File clipboard-202411191542-x07gk.png clipboard-202411191542-x07gk.png added
- File clipboard-202411191542-otfrh.png clipboard-202411191542-otfrh.png added
I've confirmed that the quick-jump menu icon has been updated to an SVG using the patch attached in #note-4.
Additionally, I noticed that the legacy search magnifier icon still appears in the parent_issue field on the Issue edit screen, so I created an additional patch to update it to an SVG as well.
→→ |
I've attached the additional patch here.
Updated by Takenori TAKAKI 16 days ago
Updated by Mischa The Evil 16 days ago
- user/group search in 'Add watchers dialog'
- user/group search in 'New Member dialog'
- issue search in 'Add related issue to changeset form'
1 and 2 can be seen in the screenshots you have posted in #41853#note-1 and 3 is based on the actual code itself (source:/trunk/app/views/repositories/_related_issues.html.erb@23352#L35).
Most likely there are more throughout the whole system..
Updated by Marius BĂLTEANU 13 days ago
- Subject changed from The search icon in the quick-jump menu still shows the old icon. to Replace search and magnifier icons with SVG icon
- Status changed from New to Resolved
- Resolution set to Fixed
For now I've changed only from CSS the background image for autocomplete fields to the new SVG icon. The proper implementation requires to many changes.
Updated by Marius BĂLTEANU 13 days ago
- Has duplicate Defect #41877: Add 'Related Issue' icon in Issue page is still the old one. added