1. 19 Jul, 2016 4 commits
    • Robert Knight's avatar
      Add logic to disable CSP-incompatible features on app boot · ef07a771
      Robert Knight authored
      Set the `ng-csp` attribute on the document body on app startup before
      Angular is loaded to avoid triggering warnings when app.html is served
      with Content Security Policy headers.
      
      This used to be done via an `ng-csp` attribute on the <body> tag in the
      app.html file served by the `h` service but this moves it to client code
      to avoid the service needing to know this implementation detail of the
      client app.
      ef07a771
    • Robert Knight's avatar
      Remove redundant check for the auth status being 'signed-out' · ae3f3114
      Robert Knight authored
      This was needed when this part of the app template lived in the `h`
      repository. It is not needed any more.
      ae3f3114
    • Robert Knight's avatar
      Create a component for the root of the app · 7a417b96
      Robert Knight authored
      Move the template which defines the structure of the top-level of the UI
      from `app.html.jinja2` in the hypothesis/h repo into the client.
      
      This means that the H service only needs to serve an app.html page
      containing a `<hypothesis-app></hypothesis-app>` placeholder in the body
      which the app will then load into.
      7a417b96
    • Robert Knight's avatar
      Remove unused SASS variables and mixins (#44) · 69c147bf
      Robert Knight authored
      Remove SASS variables and mixins which are not used by the client
      69c147bf
  2. 15 Jul, 2016 16 commits
  3. 14 Jul, 2016 13 commits
  4. 13 Jul, 2016 7 commits