Skip to content
Snippets Groups Projects
  1. Aug 28, 2018
  2. Aug 23, 2018
  3. Aug 21, 2018
  4. Aug 17, 2018
  5. Aug 16, 2018
  6. Aug 15, 2018
    • chrisgarrity's avatar
      Handle RTL in modals · 72a6fac9
      chrisgarrity authored
      72a6fac9
    • 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
  7. Aug 14, 2018
  8. Aug 10, 2018
  9. Aug 09, 2018
  10. 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
      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
  11. Aug 03, 2018
  12. Aug 02, 2018
  13. Aug 01, 2018
  14. Jul 31, 2018
  15. Jul 25, 2018
  16. Jul 24, 2018
Loading