Skip to content

Commit

Permalink
Restructure sources & add readme files in every folder
Browse files Browse the repository at this point in the history
     - The files tree in `/sources/` has been altered;

     - two new icons have been included: `write` and `inbox`;

     - included `readme.md` files in every folder to better explain the
       project;

     - all icons have been merged together into a single SVG file at
       `source/icons/set.svg`;

     - the style sheets `toolset-icons.scss` and `toolset-contents.scss`
       have been merged together into a new style sheet called
       `toolsets.scss`;

     - styling contained in `icon-elements.scss` has been altered and
       moved to `source/icons/styling.scss`, the file will be compiled and
       inserted into the contents of `source/icons/set.svg` on the build
       script, the result will be a SVG file named `icons.svg` that is
       going to be included into the .xpi file;

     - previosly, the logic in `bootstrap.js` included the icons' SVG
       content into the targeted windows' DOM and the windows' style sheet
       had rules targeted to that content, the image data was then
       retrieved via the `-moz-element(...)` function; because the
       icons' styling is now going to be directly inserted into the
       SVG content by the build script, the SVG content is not going to be
       included into the DOM anymore and the image data will be simply
       retrieved via the `url(...)` function.
  • Loading branch information
nicolafio committed Jul 31, 2017
1 parent cbce983 commit 7c8a776
Show file tree
Hide file tree
Showing 89 changed files with 995 additions and 1,758 deletions.
14 changes: 0 additions & 14 deletions source/icons/addressbook.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/attachment.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/avatar.svg

This file was deleted.

15 changes: 0 additions & 15 deletions source/icons/calendar.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/center.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/check.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/close.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/copy.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/crossed.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/cut.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/delete.svg

This file was deleted.

16 changes: 0 additions & 16 deletions source/icons/document.svg

This file was deleted.

18 changes: 0 additions & 18 deletions source/icons/down.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/download.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/drive.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/folder.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/forward.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/frame.svg

This file was deleted.

14 changes: 0 additions & 14 deletions source/icons/gear.svg

This file was deleted.

Loading

0 comments on commit 7c8a776

Please sign in to comment.