1. 09 Oct, 2019 2 commits
  2. 08 Oct, 2019 4 commits
  3. 07 Oct, 2019 21 commits
  4. 05 Oct, 2019 4 commits
  5. 03 Oct, 2019 3 commits
    • Sean Hammond's avatar
      Set SIDEBAR_APP_URL to a sensible default value in dev · f86be70b
      Sean Hammond authored
      Set SIDEBAR_APP_URL to work with your local dev instance of h by default
      in dev.
      
      This is in line with the rest of our apps (h, lms, bouncer, via): when
      run in dev they default to working with the dev instances of the others
      app, not the production ones.
      
      The idea is that, when setting up all the apps in a dev env, you just
      have to install each app and run `make dev` and it will work correctly
      with the other dev apps. Some apps also require a `make devdata` command
      if they need sensitive DB contents and/or envvars.
      
      Don't require developers to have to set lots and lots of envvars in each
      individual project.
      
      I also deleted some docs that instructed people to create authclients,
      and set envvars, that are already automated in h.
      f86be70b
    • Kyle Keating's avatar
      Merge pull request #1366 from hypothesis/accessibility-tags · 58f08124
      Kyle Keating authored
      Improve `aria-label` on annotation tags
      58f08124
    • Kyle Keating's avatar
      Improve `aria-label` on annotation tags · be2eb519
      Kyle Keating authored
      Improve contrast on tags
      Fix a bug where the link hover color was not working in some cases
      be2eb519
  6. 02 Oct, 2019 6 commits