1. 25 Feb, 2021 3 commits
    • Eduardo Sanz García's avatar
      Cleanup bucket bar · 4677e16f
      Eduardo Sanz García authored
      - Added types
      - Moved out of the plugin directory
      - Avoid extending from Delegator (unnecessary)
      4677e16f
    • Eduardo Sanz García's avatar
      Added close button to the notebook · e19983b0
      Eduardo Sanz García authored
      The sidebar component directs the opening of the notebook. This is for two reasons:
      
      * it's a little bit easier to save the UI state of the current sidebar
        (immediately before the notebook is opened), in case in the future we
        want to restored it.
      
      * to avoid adding additional events, like `show/hideSidebarControls`,
        that probably would be needed for granular control of the sidebar, in
        case the notebook would be directing the process of closing/re-opening
        the sidebar.
      e19983b0
    • Eduardo Sanz García's avatar
      Rename methods hide/show to open/close · 85f6023f
      Eduardo Sanz García authored
      Because I am planning to introduce another method to hide the controls,
      I renamed the hide/show methods in the sidebar and notebook components
      to open/close. I also feel it describes better the visual outcome.
      
      For consistency, I renamed the show/hideNotebook to open/closeNotebook.
      85f6023f
  2. 24 Feb, 2021 1 commit
  3. 23 Feb, 2021 4 commits
  4. 22 Feb, 2021 15 commits
  5. 19 Feb, 2021 1 commit
    • Robert Knight's avatar
      Replace custom DOM element names in `AdderToolbar` component · ef4a0594
      Robert Knight authored
      These custom names were a method of reducing the likelihood of these
      elements being affected by the page's CSS. Since Shadow DOM support is
      now much more ubiquitous this is not an issue, so switch back to
      ordinary `<div>`s.
      
      Note that the shadow hosts still use custom element names to prevent
      them being impacted by page styles.  The elements being changed here are
      inside the shadow DOM.
      ef4a0594
  6. 18 Feb, 2021 1 commit
  7. 16 Feb, 2021 15 commits