1. 19 Jan, 2018 1 commit
    • katelyn's avatar
      Update README.md · 4da53b6a
      katelyn authored
      Now there are two separate links for requesting an invite to our public Slack workspace (slack.hypothes.is) and accessing the workspace once you already have an account (hypothesis-open.slack.com)
      4da53b6a
  2. 10 Jan, 2018 2 commits
  3. 09 Jan, 2018 1 commit
  4. 19 Dec, 2017 11 commits
  5. 12 Dec, 2017 2 commits
  6. 11 Dec, 2017 6 commits
    • Robert Knight's avatar
      Rename entry point for annotator CSS bundle · f0b61e6a
      Robert Knight authored
      Rename the entry point for the annotator CSS bundle so that it matches
      the name of the source directory from which the bundle is compiled and
      also the name of the corresponding JS bundle once that is renamed by
      hypothesis/client#633
      f0b61e6a
    • Robert Knight's avatar
      Restructure sidebar styles in source tree · 81369d96
      Robert Knight authored
      - Move the sidebar-specific styles into `styles/sidebar` and the
        component-specific styles into `styles/sidebar/components`. This mirrors
        the structure of the JS code in `src/`.
      
      - Rename the entry point for the sidebar's style bundle from "app.scss"
        to "sidebar.scss" to make it more obvious what is in the generated
        "sidebar.css" bundle.
      
      This move highlights some inappropriate dependencies between style
      modules and an unclearly structured assortment of "stuff" shared by both
      annotator and sidebar bundles in shared files in `src/styles`. There is
      probably a fair amount of unused code in there as well. Cleaning that
      up will happen in separate commits.
      81369d96
    • Robert Knight's avatar
      Rename entry points for annotator and sidebar bundles to 'index.js' · 85043b2e
      Robert Knight authored
      Rename the entry points to the more conventional 'index.js' for the
      benefit of new visitors to the codebase and also for consistency across
      the different bundles that make up the client.
      85043b2e
    • Robert Knight's avatar
      1.59.0 · faf27af9
      Robert Knight authored
      faf27af9
    • Robert Knight's avatar
      Update Change Log · 0a547a9f
      Robert Knight authored
      0a547a9f
    • Sean Hammond's avatar
      Merge pull request #630 from hypothesis/remove-create-account-banner · 7eba3b9e
      Sean Hammond authored
      Remove create account banner
      7eba3b9e
  7. 07 Dec, 2017 4 commits
  8. 06 Dec, 2017 13 commits