Skip to content
Snippets Groups Projects
  1. Aug 16, 2018
    • Ray Schamp's avatar
      Allow configuration of project and asset servers · 7e8177f2
      Ray Schamp authored
      *Kind of*. This isn't a good way to do it because we use the storage singleton before GUI is mounted. This needs to happen differently, like configuring storage in the project loader hoc and passing it down, so it could be attached to the VM once it has a VM?
      
      Fixup 723d975d062ce3b585715b5cbabfcdae218d901a
      
      This reverts commit 723d975d062ce3b585715b5cbabfcdae218d901a.
      7e8177f2
    • Ray Schamp's avatar
      Don't assume trailing `/` in `host` · 476c6722
      Ray Schamp authored
      476c6722
  2. Aug 15, 2018
    • Ray Schamp's avatar
      Update Give Feedback link to new topic · f054bbb9
      Ray Schamp authored
      f054bbb9
    • chrisgarrity's avatar
      Handle RTL for cards · 9746e6a1
      chrisgarrity authored
      Don’t intialize cards position in reducer - position needs to be set based on isRtl.
      
      Rename prev/next icons to right/left arrows
      
      Make `NextPrevButtons` function RTL aware so that it puts the prev/next on the left or right based on the direction of the language.
      9746e6a1
    • chrisgarrity's avatar
      Handle RTL in menubar · 9227bb1d
      chrisgarrity authored
      Note: the coming soon tooltip positions are calculated by react-tooltip, and they do not handle RTL.
      9227bb1d
  3. Aug 14, 2018
  4. Aug 12, 2018
  5. Aug 10, 2018
  6. Aug 09, 2018
  7. Aug 08, 2018
    • chrisgarrity's avatar
      Don’t reverse all button icons · f201c5fd
      chrisgarrity authored
      The ‘back/retry’ button in the connection modal should be reversed, but the others (bluetooth icon, question mark) probably shouldn’t.
      f201c5fd
  8. Aug 07, 2018
  9. Aug 06, 2018
    • chrisgarrity's avatar
      RTL corrections · ee50ef99
      chrisgarrity authored
      * center the title on full screen modals.
      Adding the `[dir=“ltr”]` atttribute to the css rule for a child style didn’t work the way I expected.
      `[dir="ltr"] .full-screen .header-item-title` did not match the fullscreen title element, so the style wasn’t applied.
      `.full-screen [dir="ltr"] .header-item-title` did match.
      * fix the filter to reverse the icon and ‘x’ in the filter input
      * more space after the library back icon
      * reverse the arrow on camera -retake image and rerecord sound.
      ee50ef99
    • chrisgarrity's avatar
      make css format consistent · 486d38d0
      chrisgarrity authored
      486d38d0
    • chrisgarrity's avatar
      Handle RTL for the Modal Component · 3f686785
      chrisgarrity authored
      Fixes #2756 Libraries and many other modals share the Modal Component.
      
      Connected the Modal container to redux to make it aware of the RTL state, and then made sure that all places that use the modal component import the container, not the component directly.
      3f686785
  10. Aug 03, 2018
  11. Aug 02, 2018
Loading