[dokuwiki] New PR: SVG based page tools

  • From: "splitbrain" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 6 Feb 2017 21:31:24 +0100 (CET)

Hi,

splitbrain opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/1821:

This rewrites how the page tools are built using SVG files instead of  PNGs. It 
replaces #874. Using SVGs allows us for styling the icons automatically using 
CSS (and thus allow for users to easily change their color scheme) and since 
they are scalable, they automatically look good on retina displays.

Before this can be merged some review has to be done and some discussions need 
to be had.

- [ ] I basically rewrote the CSS from scratch, it should be verified that I 
didn't make any grave errors
- [ ] browser tests have to be done
- [ ] I picked icons as good as I could from materialdesignicons.com - but a 
second opinion would be welcome (not about the icon set in general but if 
single icons should be replaced against others from the same set)
- [ ] I used LESS variables inside a local block to ease adjustability. however 
there are a few fixed values at the top, outside the local block. I'm open for 
ideas how to make those use them vars as well.
- [ ] the event will need a lot of discussion. I will copy the commit message 
about that into a comment here to make it easier to discuss


Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

39859f80-ecab-11e6-87f5-9668a5dbce1c


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: SVG based page tools - splitbrain