From ea4ccb579d594f1b886cac52f40a2555dfb969b8 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 26 Apr 2017 12:04:55 -0500 Subject: [PATCH 1/2] =?UTF-8?q?added=20=E2=80=98modified=E2=80=99=20listen?= =?UTF-8?q?er=20to=20strand-scroll-panel=20to=20handle=20internal=20CSS=20?= =?UTF-8?q?updates=20resizing=20the=20scrollbar=20(#158)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #157 --- src/strand-scroll-panel/strand-scroll-panel.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/strand-scroll-panel/strand-scroll-panel.js b/src/strand-scroll-panel/strand-scroll-panel.js index 52db3c91..84482cdc 100644 --- a/src/strand-scroll-panel/strand-scroll-panel.js +++ b/src/strand-scroll-panel/strand-scroll-panel.js @@ -47,6 +47,7 @@ listeners: { "added" : "_onAdded", "removed" : "_onRemoved", + "modified": "_onModified", "mouseenter" : "_onFocus" }, @@ -62,6 +63,10 @@ this._updateScrollbarUI(0); }, + _onModified: function(e) { + this._updateScrollbarUI(0); + }, + _onFocus: function(e) { this._updateScrollbarUI(0); }, From 023ccc394a357c5e19e6fe084596407e45d39287 Mon Sep 17 00:00:00 2001 From: Anthony Koerber Date: Wed, 24 May 2017 16:05:43 -0500 Subject: [PATCH 2/2] Add pending icon --- src/shared/fonts/icon/icomoon.woff | Bin 16964 -> 17156 bytes src/strand-icon/doc.json | 1 + src/strand-icon/example.html | 4 ++ src/strand-icon/index.html | 4 ++ src/strand-icon/strand-icon.scss | 61 +++++++++++++++-------------- 5 files changed, 41 insertions(+), 29 deletions(-) diff --git a/src/shared/fonts/icon/icomoon.woff b/src/shared/fonts/icon/icomoon.woff index ba116ba140b89c0273fc426ef61a0828179673d3..34342e9c2be0dbaec342ab8a8ea9809ec08064fa 100755 GIT binary patch delta 568 zcmX@o!r0QrC{ph4=ElIt00hn~4BQ~vX~$$kC*jEsPAn6(Me5smS~^KL8Z%m4}k z#Wn!>Dj>{$gheeQw*;uh?g~)<3=r;PU_X(QpA1sxkONe74um-ve#Yb`Rsbz_v;p!J zz_^GpF)uMU6(|-1)Yt~XGrc%}7vvY00Dbag;vav;#K}I4-i(QxXE1VV)w40MF$A+P zFlzz*D!?Ghpvhp$V9mgw%BZHq&d4TatZ2ums%&a3YN{+~EU2oa$7E_^$7F0I$0RDk z$Hc6}CMqIkY-DC?qQ1+ZA~E=t6ama@%%Pl8Ms-1o@ZdV>OGweMo)fXYtERqS;kJ8k&$h) zjXgV~ub1c^F%dB%F&D8Yu@Z3(@k!$MB+Mk@BsNHVlAI^GP4bb{G3h?(eKHj?>tvqD m{E?NB&5*5;-5_Tn7X>sGlqS*`;~{B+feDl*HqUoh$_N07XNKwk delta 377 zcmZo^V?5HrC{ph4=ElIt00d4h4BQ~v@yFzkPQsI%Ste?W)VC(*CKfO-FlGQHLO@tN z?9%h}#A1-x9w46siUrbhD${^sM;I8a|A6q{`L@e4QWH}c7;Fy!)tG@W&+k0l44@!T z><5sq0>bP^SX47|ODY%`>|}uYr+{!51N)(z{A8dyJNpelMQ1?x<)R-fxrr4(iydl! zd<8HrWK7IU%uNM~%>im`1L2uooWBe5i%WnWQknS2pD|&w52H6@!sZ!_oLZYBb<~Aq zHa_OR9nWv`m4TZDXb1ztm3JaHVD#iUcIJ$!o3Gd@Gj9HE&%)@LAi6{Jn&=DBe_|41 zYsAgOo5XKPFiC_+Op|nyjFN1V%91vcPLh$436klMSs-&jmPb}WHbnN0>_2dzrZUDu Q0+oRY6sViy9hWi!0C4qV^#A|> diff --git a/src/strand-icon/doc.json b/src/strand-icon/doc.json index 1500f28b..a8960057 100644 --- a/src/strand-icon/doc.json +++ b/src/strand-icon/doc.json @@ -75,6 +75,7 @@ "partial-include", "partial", "pause", + "pending", "pie-chart", "pixels", "play", diff --git a/src/strand-icon/example.html b/src/strand-icon/example.html index 3aa22b28..9556c0eb 100644 --- a/src/strand-icon/example.html +++ b/src/strand-icon/example.html @@ -273,6 +273,10 @@

pause

+
  • + +

    pending

    +
  • pie-chart

    diff --git a/src/strand-icon/index.html b/src/strand-icon/index.html index 97efeede..f12c37ac 100644 --- a/src/strand-icon/index.html +++ b/src/strand-icon/index.html @@ -330,6 +330,10 @@

    pause

  • +
  • + +

    pending

    +
  • pie-chart

    diff --git a/src/strand-icon/strand-icon.scss b/src/strand-icon/strand-icon.scss index 0950c23f..a19021e9 100644 --- a/src/strand-icon/strand-icon.scss +++ b/src/strand-icon/strand-icon.scss @@ -232,90 +232,93 @@ .str-icn-pause:before { content: "\e943"; } -.str-icn-pie-chart:before { +.str-icn-pending:before { content: "\e944"; } -.str-icn-pixel-user:before { +.str-icn-pie-chart:before { content: "\e945"; } -.str-icn-pixels:before { +.str-icn-pixel-user:before { content: "\e946"; } -.str-icn-play:before { +.str-icn-pixels:before { content: "\e947"; } -.str-icn-player:before { +.str-icn-play:before { content: "\e948"; } -.str-icn-plus:before { +.str-icn-player:before { content: "\e949"; } -.str-icn-preview:before { +.str-icn-plus:before { content: "\e94a"; } -.str-icn-question:before { +.str-icn-preview:before { content: "\e94b"; } -.str-icn-quick-edit:before { +.str-icn-question:before { content: "\e94c"; } -.str-icn-refresh:before { +.str-icn-quick-edit:before { content: "\e94d"; } -.str-icn-reporting:before { +.str-icn-refresh:before { content: "\e94e"; } -.str-icn-scatter-plot:before { +.str-icn-reporting:before { content: "\e94f"; } -.str-icn-search:before { +.str-icn-scatter-plot:before { content: "\e950"; } -.str-icn-site-list:before { +.str-icn-search:before { content: "\e951"; } -.str-icn-sort:before { +.str-icn-site-list:before { content: "\e952"; } -.str-icn-success:before { +.str-icn-sort:before { content: "\e953"; } -.str-icn-supply-node:before { +.str-icn-success:before { content: "\e954"; } -.str-icn-supply:before { +.str-icn-supply-node:before { content: "\e955"; } -.str-icn-three-pas-adserver:before { +.str-icn-supply:before { content: "\e956"; } -.str-icn-tools:before { +.str-icn-three-pas-adserver:before { content: "\e957"; } -.str-icn-tracker:before { +.str-icn-tools:before { content: "\e958"; } -.str-icn-unlock:before { +.str-icn-tracker:before { content: "\e959"; } -.str-icn-up-arrow:before { +.str-icn-unlock:before { content: "\e95a"; } -.str-icn-upload:before { +.str-icn-up-arrow:before { content: "\e95b"; } -.str-icn-user:before { +.str-icn-upload:before { content: "\e95c"; } -.str-icn-video:before { +.str-icn-user:before { content: "\e95d"; } -.str-icn-warning:before { +.str-icn-video:before { content: "\e95e"; } -.str-icn-wireless:before { +.str-icn-warning:before { content: "\e95f"; } -.str-icn-xml:before { +.str-icn-wireless:before { content: "\e960"; } +.str-icn-xml:before { + content: "\e961"; +}