Extension Manager: style improvements* use SVG for popularity, a bit more muted color style* different error icon* colors for message icons* lazy load screenshots
Extension Manager: use characters for messagesAs pointed out inhttps://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505using Unicode Symbols for message status might not be ideal. T
Extension Manager: use characters for messagesAs pointed out inhttps://github.com/dokuwiki/dokuwiki/pull/4358#issuecomment-2528848505using Unicode Symbols for message status might not be ideal. This patchuses upper case letters instead and SVGs in the GUI manager.
show more ...
Extension Manager: adjust javascript and imagesThis simpliefies the view options into a single filter, which togglesbetween all and updatable extensions. This should be less confusing andis what
Extension Manager: adjust javascript and imagesThis simpliefies the view options into a single filter, which togglesbetween all and updatable extensions. This should be less confusing andis what most people use anyway.Image use has been reduced and SVGs are used for icons now. Placeholdersare still PNG.
fixed missing bug icon in extension manager (since #1247)
Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, and advpng -z4 -i60.
Replace two non-free icons by free alternatives
fixed donation link
fixed button logic
updated stylesRTL styles need to be readded
some style changes
added a very simplistic lightbox
Extension manager: Implement extension tableThis uses a lot of code and the whole design from the previous extensionmanager implementation.