Skip to content
Snippets Groups Projects
  1. Aug 09, 2018
  2. 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
  3. May 21, 2018
    • chrisgarrity's avatar
      Combine GUI reducers · 44c76e57
      chrisgarrity authored
      * Export initial states for each reducer
      * combine all gui reducers (excludes scratchPaint and intl)
      * combine all initial states to create default guiState for preloading in www
      * expect all of the gui state to be accessible at `state.scratchGui`
      44c76e57
  4. Apr 23, 2018
  5. Dec 21, 2017
  6. Dec 20, 2017
  7. Dec 05, 2017
  8. Dec 04, 2017
Loading