Skip to content
Snippets Groups Projects
  1. Apr 16, 2017
  2. Apr 15, 2017
  3. Apr 13, 2017
  4. Apr 12, 2017
  5. Apr 11, 2017
  6. Apr 10, 2017
    • Matt Jankowski's avatar
      Pagination improvements (#1445) · 4ada5098
      Matt Jankowski authored
      * Replace will_paginate with kaminari
      
      * Use #page instead of #paginate in controllers
      
      * Replace will_paginate.page_gap with pagination.truncate in i18n
      
      * Customize kaminari views to match prior styles
      
      * Set kaminari options to match prior behavior
      
      * Replace will_paginate with paginate in views
      4ada5098
    • Eugen's avatar
      When avatar/header are GIF, generate static versions (#1428) · 12f72e17
      Eugen authored
      * When avatar/header are GIF, generate static versions.
      Account API returns "avatar"/"avatar_static", "header"/"header_static"
      Static version is the same as original for other cases
      Web UI de-animates avatars in toots, lists of users
      
      Fix #441, fix #596, prerequisite for #1064
      
      * Fix JS test
      
      * Add rake task to generate static avatars/headers from GIF ones, add test
      12f72e17
    • Corey Dutson's avatar
      Adjust background of emoji panel (#1461) · 087ca300
      Corey Dutson authored
      Addresses #1451 which notes the emoji picker is too light. I agree, so I submit this adjustment.
      
      Changes:
      Changed the background to a darkened version of another system color
      087ca300
    • Jessica Stokes's avatar
      Improve scrolling behaviour (#1415) · db7c7d1a
      Jessica Stokes authored
      * Replace column margin with padding
      
      This improves horizontal scrolling behaviour significantly; scrolled flex elements are... a little weird.
      
      * Move clear column button styling to css
      db7c7d1a
    • Ram Lmn's avatar
      Fix icon and emoji sizes (#1403) · 42fb4faa
      Ram Lmn authored
      Fixes icons and emoji size issues described in #1233.
      42fb4faa
  7. Apr 09, 2017
  8. Apr 08, 2017
  9. Apr 05, 2017
  10. Apr 04, 2017
  11. Apr 03, 2017
    • Jessica Stokes's avatar
      Fix the position of the Mastodon mascot in the UI · 2d384850
      Jessica Stokes authored
      The Mastodon mascot was previously anchored to the bottom, and that was since broken. This restores that behaviour!
      
      It also disables the double-scrollbar behaviour that was caused by this area allowing overflow-y in addition to its parent doing so.
      2d384850
  12. Apr 02, 2017
    • Olivia Mossberg's avatar
      Fix word-break in account profiles · f4b5fe9c
      Olivia Mossberg authored
      word-break:break-all is a surefire way to break things. It should be set
      to normal.
      This merge just set it back to what it should be.
      Tested on Firefox 52.0.2 and Chrome 56.0.2924.87 with no detected
      errors.
      f4b5fe9c
  13. Apr 01, 2017
  14. Mar 31, 2017
  15. Mar 29, 2017
Loading