Skip to content
Snippets Groups Projects
  1. May 30, 2017
  2. May 29, 2017
  3. May 28, 2017
  4. May 27, 2017
    • Eugen Rochko's avatar
      Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) · 62ca3788
      Eugen Rochko authored
      * Fix #2922 - Load stylesheet from "custom.css" entrypoint when present
      
      This is pretty much the same way it worked as before, albeit with
      having to create app/javascript/packs/custom.js with
      require('../styles/custom.scss') (or whatever you want really), which
      will be a blank slate for you to import whatever you want
      
      * Remove old assets directory
      
      * Extract font-awesome into common.css and always load it
      62ca3788
    • jeroenpraat's avatar
      Update Dutch strings for 1.4 (#3363) · f9180823
      jeroenpraat authored
      * Update nl strings for 1.4
      
      * Update nl strings for 1.4
      
      * Update nl strings for 1.4
      
      * nl strings (+1)
      
      More new OTP strings will be translated another time
      f9180823
    • Quent-in's avatar
      i18n update for Occitan language (#3362) · 4b0c667c
      Quent-in authored
      * Update simple_form.oc.yml
      
      * Added check spam folder
      
      * Update oc.json
      
      abonats => seguidors
      
      * Update oc.yml
      
      * Update oc.json
      
      Added translations + corrections
      
      * Update confirmation_instructions.oc.html.erb
      
      * Update confirmation_instructions.oc.text.erb
      
      * i18n mailer
      
      * Update reset_password_instructions.oc.html.erb
      4b0c667c
  5. May 26, 2017
  6. May 25, 2017
  7. May 24, 2017
    • Yamagishi Kazutoshi's avatar
      1ec7c870
    • Sorin Davidoi's avatar
      Lazy load toots using IntersectionObserver (#3191) · 8e4d1cba
      Sorin Davidoi authored
      * refactor(components/status_list): Lazy load using IntersectionObserver
      
      * refactor(components/status_list): Avoid setState bottleneck
      
      * refactor(components/status_list): Update state correctly
      
      * fix(components/status): Render if isIntersecting is undefined
      
      * refactor(components/status): Recycle timeout
      
      * refactor(components/status): Reduce animation duration
      
      * refactor(components/status): Use requestIdleCallback
      
      * chore: Split polyfill bundles
      
      * refactor(components/status_list): Increase rootMargin to 300%
      
      * fix(components/status): Check if onRef is not defined
      
      * chore: Add note about polyfill bundle splitting
      
      * fix(components/status): Reduce animation duration to 0.3 seconds
      8e4d1cba
  8. May 23, 2017
  9. May 22, 2017
    • Ratmir Karabut's avatar
      Update Russian translation (#3225) · 2bb54863
      Ratmir Karabut authored
      * Add Russian translation (ru)
      
      * Fix a missing comma
      
      * Fix the wording for better consistency
      
      * Update Russian translation
      
      * Arrange Russian setting alphabetically
      
      * Fix syntax error
      
      * Update Russian translation
      
      * Fix formatting error
      
      * Update Russian translation
      
      * Update Russian translation
      
      * Update ru.jsx
      
      * Fix syntax error
      
      * Remove two_factor_auth.warning (appears obsolete)
      
      * Add missing strings in ru.yml
      
      A lot of new strings translated, especially for the newly added admin section
      
      * Fix translation consistency
      
      * Update Russian translation
      
      * Update Russian translation (pluralizations)
      
      * Update Russian translation
      
      * Update Russian translation
      2bb54863
Loading