There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-169dbe84-0d08-4def-8cb5-d22fce70c06a XWIKI-23201 Open

Replace the Silk icons in Attachment Selector with the Icon Theme ones

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-57ccdad6-32b4-452c-80ba-07e42ee0b9b4 Charpentier Lucas on 15/May/25 15:59
 

The buttons in the top right of the images are quite legacy.
The CSS suggests that there are four kinds of buttons here, however, in practice I could only see two, and it seems the template has some parts that are inactive? Those templates come from XWiki Enterprise, migrated in 2013:

https://github.com/xwiki/xwiki-platform/commit/3115d42b70fe60e3c0ec8c3f74ab76882a697386

The templates content did not get checked since then.
My guess is that the code quality was not on par with xwiki-standard since it's from XWiki Enterprise, and noone updated it since it worked okay enough for what we needed.

The solution I'll propose it to remove all hard-coded icons in style, and replace them by actual DOM icons in the two places where I could see/find them get generated.