1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-15 21:55:57 +00:00

Snippet icon changes

This commit is contained in:
Scott Tolksdorf
2016-05-14 10:22:18 -04:00
parent 634c1a617c
commit f29073e5ca
2 changed files with 7 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ module.exports = [
snippets : [
{
name : "A4 PageSize",
icon : 'fa-file',
icon : 'fa-file-o',
gen : ['<style>',
' .phb{',
' width : 210mm;',
@@ -158,7 +158,7 @@ module.exports = [
},
{
name : "Ink Friendly",
icon : 'fa-print',
icon : 'fa-tint',
gen : ['<style>',
' .phb{ background : white;}',
' .phb img{ display : none;}',

View File

@@ -20,6 +20,11 @@ X Rename `/client/naturalCrit` -> `/client/main`
- Move snippets into their new groups
- Replace pseudo-elements with encoded images
- Make hybrid editor and brewRenderer (with resize listeners)
- add /source/shareId route
- Add stats nav item
- make both ids indexes in mongoose
- Fix main Page
## v1.6
- Add in brew title, use for metadata?