Skip to content
Snippets Groups Projects
  1. Dec 16, 2018
    • Paweł Ngei's avatar
      Add notification quick-filter bar in the frontend app (#9399) · 13dce126
      Paweł Ngei authored
      * create FilterBar componer and its container, unstyled
      
      * introduce basic styling for FilterBar
      
      * add selection css
      
      * allow FilterBar to display active CSS with js
      
      * connect the FilterBar to the Redux state
      
      * change getNotifications to use filter
      
      * remove temporary comments
      
      * add an option to turn the FilterBar off in settings
      
      * fix showFilterBar data type to boolean
      
      * fix eslint errors
      
      * add English and Polish translations
      
      * allowed filter bar overflow to accomodate for longer languages
      
      * fix mispelled translation key
      
      * add unified CSS look
      
      * replace text in FilterBar with icons
      
      * add tooltips
      
      * replace text @ with an icon
      
      * introduce simple and advanced filtering view
      
      * add ability to toggle the advanced view
      
      * add Polish translations
      
      * change Advanced View description to be more clear
      
      * make each filter flush notifications and load new ones, fixing pagination
      
      * simplify getNotifications once frontend filtering is not needed for FilterBar
      
      * add a semicolon
      
      * Revert "simplify getNotifications once frontend filtering is not needed for FilterBar"
      
      This reverts commit 9f4be7857135b0327814bd22a3e8a4e7b546f7cc.
      
      * reset filter to 'all' when turning off FilterBar
      13dce126
    • Isatis's avatar
      Dockerfile: Nodejs 8.12 -> 8.14 (#9532) · 5f0d3e8b
      Isatis authored
      5f0d3e8b
  2. Dec 15, 2018
  3. Dec 14, 2018
  4. Dec 13, 2018
  5. Dec 12, 2018
    • ThibG's avatar
      Various fixes to scrollable lists and media gallery (#9501) · 55abff8a
      ThibG authored
      * Always use the scrollable class for the ScrollList component
      
      Fixes #9499 as well as empty timelines' scrollbar “blinking”
      between loading state and empty state.
      
      * Do not display empty message when the list is known to have more elements
      
      Fixes #9500
      
      * Fix LoadMore usage in account media gallery
      
      (Even though that codepath is probably never actually used…)
      
      * Make account media gallery more consistent with account timeline
      
      Fixes #9498
      
      Display “load more” more consistently, add a loading indicator on first load.
      
      * Fix “load more” button when no data has been fetched
      55abff8a
    • ysksn's avatar
      Create Settings::BaseController (#9507) · b048926e
      ysksn authored
      Define `Settings::BaseController#set_body_classes` so that sub classes
      inherit `Settings::BaseController` don't need to define
      `#set_body_classes` agein.
      b048926e
    • Marcin Mikołajczak's avatar
      9983d21d
    • ysksn's avatar
      Remove redundant (#9503) · 83975a23
      ysksn authored
      83975a23
    • ysksn's avatar
      Use find_or_initialize_by (#9504) · 351ed12b
      ysksn authored
      351ed12b
  6. Dec 11, 2018
  7. Dec 10, 2018
  8. Dec 09, 2018
  9. Dec 08, 2018
  10. Dec 07, 2018
Loading