Skip to content
Snippets Groups Projects
  1. Jul 18, 2019
  2. Jul 11, 2019
  3. Mar 19, 2019
  4. Feb 26, 2019
  5. Feb 25, 2019
    • Martin Wortschack's avatar
      Style avatars for groups and projects · 12ed4dbf
      Martin Wortschack authored and Filipa Lacerda's avatar Filipa Lacerda committed
      - Add rectangular avatar classes
      - Update avatar for groups
      - Update avatar for projects
      - Update avatar for frequent items
      - Update avatar on "Fork project" page
      - Conditionally add rectangular avatar class to autocomplete items
      12ed4dbf
  6. Feb 07, 2019
    • Martin Wortschack's avatar
      Improve project list UX on large screens · a035bef5
      Martin Wortschack authored
      - Remove star button from project list
      - Switch to columns on desktop
      - Hide MR and issues on screens < 1200px
      - Remove not needed utility classes
      - Change avatar size to 48px
      - Set line-height of title row to 20px
      a035bef5
  7. Jan 31, 2019
  8. Jan 23, 2019
  9. Dec 19, 2018
  10. Dec 13, 2018
  11. Sep 01, 2018
  12. Aug 07, 2018
  13. Jul 06, 2018
  14. Apr 13, 2018
  15. Feb 22, 2018
  16. Feb 13, 2018
  17. Jan 16, 2018
  18. Dec 19, 2017
  19. Dec 07, 2017
  20. Nov 23, 2017
  21. Sep 06, 2017
  22. Jul 28, 2017
  23. Jul 05, 2017
  24. Jun 26, 2017
  25. Jun 04, 2017
  26. Apr 27, 2017
  27. Apr 21, 2017
  28. Apr 19, 2017
  29. Mar 29, 2017
  30. Mar 23, 2017
    • Phil Hughes's avatar
      Fixes project list lines breaking · 068ce7dd
      Phil Hughes authored
      This will only hapen in certain situations ie. when the star count is a
      lot. We were previously fixing it by hard coding a max-width.
      
      This changes it to use flexbox which allows the content to decide when
      it should be truncated. The rows don't always need truncating, so we
      shouldn't hard code a width.
      
      Closes #29018
      068ce7dd
  31. Mar 16, 2017
  32. Mar 13, 2017
  33. Dec 31, 2016
  34. Nov 03, 2016
  35. Nov 01, 2016
  36. Oct 07, 2016
    • Nick Thomas's avatar
      Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
      99205515
Loading