1. 08 Aug, 2018 3 commits
  2. 02 Aug, 2018 7 commits
  3. 01 Aug, 2018 1 commit
    • Dan Siddoway's avatar
      Use a pointer cursor for highlights · 0c098fd7
      Dan Siddoway authored
      The `annotator-hl` class contains a `cursor: pointer;` rule already, but
      it only applies to mobile devices (more precisely, devices which lack a
      sufficiently accurate primary pointer, like a mouse). I simply removed
      this restriction so that the rule applies across the board.
      
      Closes: hypothesis/product-backlog#703
      0c098fd7
  4. 17 Jul, 2018 2 commits
  5. 12 Jul, 2018 1 commit
  6. 10 Jul, 2018 4 commits
  7. 09 Jul, 2018 1 commit
  8. 27 Jun, 2018 1 commit
  9. 14 Jun, 2018 10 commits
  10. 12 Jun, 2018 1 commit
    • Robert Knight's avatar
      Fix "No results for {query}" message · 01915c04
      Robert Knight authored
      Usage of `vm.search.query` in the `<sidebar-content>` template was
      incorrect. `vm.search` is always set and `query` is a function that
      returns a string, not a string.
      
      Fixes #9
      01915c04
  11. 08 Jun, 2018 4 commits
  12. 06 Jun, 2018 1 commit
    • Robert Knight's avatar
      Convert PdfSidebar to JS · 345a0599
      Robert Knight authored
      ES 6 does not provide a direct equivalent for CoffeeScript's static
      class properties so the initialization of `options` has been refactored
      to use `Object.assign()` as a more idiomatic way to combine the config
      args passed to the constructor with the defaults for `PdfSidebar`.
      345a0599
  13. 29 May, 2018 3 commits
    • Juan Corona's avatar
      Implement functionality for external container config · 37b3c617
      Juan Corona authored
      - Set a new `externalFrame` property when the external container config is provided.
      - Use the new instance var is over the existing `frame` var.
      	- This was done to isolate the new usage from the existing usage of `frame`
      	- The existing usage of `frame` applies control over the sidebar frame, which works against what we want with `externalFrame`
      - Make the uses of `frame` conditional.
      	- These are the statements that are not invoked when the external container is specified.
      	- The one case where we do want to use either frame is when emitting `onLayoutChange`
      - Refactor the Sidebar tests to test for the added implementation and usage
      37b3c617
    • Juan Corona's avatar
      Make the loading of the BucketBar and Toolbar plugins selective · 9c3fb515
      Juan Corona authored
      - Add logic that removes the plugins conditionally based on the config.
      - Move the existing logic for the `theme` config to be grouped with the above.
      - The new location for the existing logic is better for testing.
      - Add tests for the new and existing logic.
      9c3fb515
    • Juan Corona's avatar
      d9a12ac4
  14. 28 May, 2018 1 commit