1. 09 Apr, 2021 1 commit
    • Robert Knight's avatar
      Show a clearer error if `window.open` call fails · 80290c21
      Robert Knight authored
      If opening the login popup window using `window.open` fails or succeeds
      but fails to return a `Window` reference to the caller then show a more
      helpful error message.
      
      There are various rare scenarios (browser bugs, browser extensions)
      which might cause this to happen. There is not a whole lot we can do to
      recover, but at least we can show a better error message.
      80290c21
  2. 08 Apr, 2021 2 commits
  3. 07 Apr, 2021 7 commits
  4. 06 Apr, 2021 7 commits
  5. 05 Apr, 2021 10 commits
  6. 02 Apr, 2021 3 commits
  7. 01 Apr, 2021 6 commits
  8. 31 Mar, 2021 4 commits
    • Eduardo Sanz García's avatar
      Update the position of the adder on window.resize · cbbd7c64
      Eduardo Sanz García authored
      This PR makes the adder to reposition when the adder is visible and the
      window is resized. In this way the adder is always close to the selected
      text.
      
      Closes #3194
      cbbd7c64
    • Eduardo Sanz García's avatar
      Refactor listener collection · 7b8ac776
      Eduardo Sanz García authored
      Use the `ListenerCollection` utility to register and unregister
      listener, similarly to other parts of the application.
      7b8ac776
    • Lyza Danger Gardner's avatar
      Add custom styling for `CompactIconButton` · 3059ab1d
      Lyza Danger Gardner authored
      Add sidebar-wide custom styling for "compact" icon buttons: icon-only
      buttons with no touch-input min-size and tighter padding, as used in
      the `TopBar`
      
      Update components to use `IconButton` with `CompactIconButton` styling
      where applicable.
      3059ab1d
    • Lyza Danger Gardner's avatar
      Adjust context for button content scaling · d0d01784
      Lyza Danger Gardner authored
      * Labeled buttons should continue sizing font as 1em, icons default at
        1.25em (no change)
      * Icon-only buttons should size icon at 1em (instead of 1.25em) because
        the icon _is_ the content
      
      Update `AnnotationActionBar` to set local font size to 16px to get
      desired icon sizing (@1em).
      d0d01784