Skip to content
Snippets Groups Projects
  1. Feb 21, 2022
    • Fredrik Jonsson's avatar
    • Daniel Schultz's avatar
      Fix review sidebar item widths · a28fde48
      Daniel Schultz authored
      The previous grid layout supported four columns but certain evaluation
      strings would generate overlaps.  This modifies the CSS to ensure each
      column has enough space to render the currently known possible values.
      
      I did spend some time trying to find a solution that would dynamically
      fill the full grid width even in cases where there are only three
      columns, but couldn't find a pure-CSS solution in my time box.  This
      does mean that in cases where the user doesn't have access to the
      "Actions" associated with a review they are losing 25% (the fourth
      column) of real estate for no reason.  This might be worth exploring
      again in future.
      
      Issue #2729
      a28fde48
  2. Feb 19, 2022
  3. Feb 18, 2022
  4. Feb 17, 2022
  5. Feb 16, 2022
  6. Feb 15, 2022
    • Daniel Schultz's avatar
      Fix AdminFactory · 28e433e2
      Daniel Schultz authored
      The `AdminFactory` had a bug: `is_admin` is not a field, but
      `is_superuser` is.
      
      No tests were using the factory so this went unnoticed, but I'm about to
      want to use it.
      28e433e2
  7. Feb 12, 2022
  8. Feb 11, 2022
  9. Feb 10, 2022
  10. Feb 09, 2022
Loading