mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-19 06:21:29 +00:00
Snippet icon changes
This commit is contained in:
@@ -147,7 +147,7 @@ module.exports = [
|
|||||||
snippets : [
|
snippets : [
|
||||||
{
|
{
|
||||||
name : "A4 PageSize",
|
name : "A4 PageSize",
|
||||||
icon : 'fa-file',
|
icon : 'fa-file-o',
|
||||||
gen : ['<style>',
|
gen : ['<style>',
|
||||||
' .phb{',
|
' .phb{',
|
||||||
' width : 210mm;',
|
' width : 210mm;',
|
||||||
@@ -158,7 +158,7 @@ module.exports = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : "Ink Friendly",
|
name : "Ink Friendly",
|
||||||
icon : 'fa-print',
|
icon : 'fa-tint',
|
||||||
gen : ['<style>',
|
gen : ['<style>',
|
||||||
' .phb{ background : white;}',
|
' .phb{ background : white;}',
|
||||||
' .phb img{ display : none;}',
|
' .phb img{ display : none;}',
|
||||||
|
|||||||
5
todo.md
5
todo.md
@@ -20,6 +20,11 @@ X Rename `/client/naturalCrit` -> `/client/main`
|
|||||||
- Move snippets into their new groups
|
- Move snippets into their new groups
|
||||||
- Replace pseudo-elements with encoded images
|
- Replace pseudo-elements with encoded images
|
||||||
- Make hybrid editor and brewRenderer (with resize listeners)
|
- 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
|
## v1.6
|
||||||
- Add in brew title, use for metadata?
|
- Add in brew title, use for metadata?
|
||||||
|
|||||||
Reference in New Issue
Block a user