Skip to content
Snippets Groups Projects
  1. Jun 25, 2017
    • unarist's avatar
      Fix react-intl/locale-data import issue on production build (#3937) · 68dca26a
      unarist authored
      Webpack seems to fail to import `react-intl/locale-data/*.js` if those
      files has been proceed by babel, and this also breaks applying our translation.
      
      Note that this won't be a problem on English locale, because react-intl
      includes it as default and works fine without manually added locale-data.
      Also this issue seems to only occurs on production build, but I'm not sure
      about reason.
      68dca26a
  2. Jun 24, 2017
  3. Jun 23, 2017
  4. Jun 22, 2017
  5. Jun 21, 2017
    • unarist's avatar
      Don't attach IntersectionObserver for wrapped statuses (#3883) · cc382c50
      unarist authored
      (This patch has been merged as bugfix and reverted, but still valuable as
      improvement)
      
      Previously, we've attached IntersectionObserver twice for boosted statuses:
      wrapper Status and wrapped Status. but wrapped Status don't need to manage
      intersection and visibility by itself, because it's a part of wrapper Status.
      cc382c50
  6. Jun 20, 2017
Loading