1. 20 Feb, 2020 5 commits
  2. 19 Feb, 2020 10 commits
  3. 18 Feb, 2020 3 commits
  4. 17 Feb, 2020 13 commits
  5. 14 Feb, 2020 6 commits
  6. 13 Feb, 2020 3 commits
    • Kyle Keating's avatar
      Merge pull request #1790 from hypothesis/fix-login-flex · 29fff2e4
      Kyle Keating authored
      Add `flex-shrink` rule to login links
      29fff2e4
    • Kyle Keating's avatar
      Fix a11y for LoggedOutMessage · 2c96ef64
      Kyle Keating authored
      Force 4.5:1 contrast on css
      Change <a> link to <Button> —since it acts like a button
      2c96ef64
    • Lyza Danger Gardner's avatar
      Refactor and fix a11y in `SidebarContentError` · f01617a0
      Lyza Danger Gardner authored
      Refactor `SidebarContentError` to be simpler and provide a clearer
      UX for the four possible states of direct-linked errors (states are based
      on error type—annotation or group—and whether the user is logged in or
      not).
      
      Reuse sidebar-panel design pattern overall.
      
      Provide an option for the user to “clear the error”, i.e., show all
      annotations instead of “filtering” by the direct-linked annotation or
      group. Provide a button for the user to log in if they are not currently
      logged in.
      
      Update `SearchStatusBar` to remove unneeded references to direct-linked
      store information, as it will now not render if there is a direct-linked
      error.
      f01617a0