diff --git a/res/font/ffz-fontello.eot b/res/font/ffz-fontello.eot index 62fdaa84..2a1a4202 100644 Binary files a/res/font/ffz-fontello.eot and b/res/font/ffz-fontello.eot differ diff --git a/res/font/ffz-fontello.svg b/res/font/ffz-fontello.svg index b2f1ea4b..8fc2097d 100644 --- a/res/font/ffz-fontello.svg +++ b/res/font/ffz-fontello.svg @@ -42,6 +42,20 @@ + + + + + + + + + + + + + + diff --git a/res/font/ffz-fontello.ttf b/res/font/ffz-fontello.ttf index 95d2a1d9..847ce693 100644 Binary files a/res/font/ffz-fontello.ttf and b/res/font/ffz-fontello.ttf differ diff --git a/res/font/ffz-fontello.woff b/res/font/ffz-fontello.woff index 36135947..aede4c92 100644 Binary files a/res/font/ffz-fontello.woff and b/res/font/ffz-fontello.woff differ diff --git a/res/font/ffz-fontello.woff2 b/res/font/ffz-fontello.woff2 index 775a20e9..8b64b35e 100644 Binary files a/res/font/ffz-fontello.woff2 and b/res/font/ffz-fontello.woff2 differ diff --git a/src/utilities/compat/fine.js b/src/utilities/compat/fine.js index 69ab5ac6..79ac79c5 100644 --- a/src/utilities/compat/fine.js +++ b/src/utilities/compat/fine.js @@ -466,9 +466,8 @@ export class FineWrapper extends EventEmitter { if ( instances ) for(const inst of instances) { // How do we check mounted state for fibers? - if ( this.fine.getChildNode(inst) ) - inst._ffz_mounted = true; - + // Just assume they're mounted for now I guess. + inst._ffz_mounted = true; _instances.add(inst); } diff --git a/styles/icons.scss b/styles/icons.scss index 158b0b50..e8d23116 100644 --- a/styles/icons.scss +++ b/styles/icons.scss @@ -98,6 +98,13 @@ .ffz-i-floppy:before { content: '\e80f'; } /* '' */ .ffz-i-crown:before { content: '\e810'; } /* '' */ .ffz-i-verified:before { content: '\e811'; } /* '' */ +.ffz-i-heart:before { content: '\e812'; } /* '' */ +.ffz-i-heart-empty:before { content: '\e813'; } /* '' */ +.ffz-i-tag:before { content: '\e814'; } /* '' */ +.ffz-i-tags:before { content: '\e815'; } /* '' */ +.ffz-i-retweet:before { content: '\e816'; } /* '' */ +.ffz-i-thumbs-up:before { content: '\e817'; } /* '' */ +.ffz-i-thumbs-down:before { content: '\e818'; } /* '' */ .ffz-i-twitter:before { content: '\f099'; } /* '' */ .ffz-i-gauge:before { content: '\f0e4'; } /* '' */ .ffz-i-download-cloud:before { content: '\f0ed'; } /* '' */