Details
Description
Icons are now managed by components.
Getting all icons on talend cloud side can be tricky.
For performance reasons (from talend cloud to remote engines) We need to be able to get all icons in one call.
What we call a bundle of svg icons is:
<svg xmlns="http://www.w3.org/2000/svg" focusable="false" class="sr-only"> <symbol id="first-uuid-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">FirstIcon</svg> </symbol> <symbol id="second-uuid-icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">FirstIcon</svg> </symbol> etc.... </svg>
Attachments
Issue Links
- is duplicated by
-
TCOMP-2101 Provide an endpoint returning a bundle of all available icons
- Rejected
- is related to
-
TCOMP-2598 Handle themes in component-server icon endpoints
- Done
1.
|
Json vs xml response | Canceled | Axel Catoire | |
2.
|
xml attributs validity and svg spec | Closed | Axel Catoire | |
3.
|
ContentType shall be image/svg+xml | Closed | Axel Catoire |