Skip to content
Snippets Groups Projects
  1. Jul 12, 2018
  2. Jul 10, 2018
  3. Apr 24, 2018
    • Ray Schamp's avatar
      Allow the back button to work with libraries · 3c576a01
      Ray Schamp authored
      Push to history when the library mounts. Whenever popstate occurs after mounting, request to be closed.
      
      Behavior captured in the `Modal` container. If we want to re-use this functionality for anything else that uses `ModalComponent`, just use the `Modal` container rather than `ModalComponent`.
      3c576a01
  4. Apr 20, 2018
    • Ray Schamp's avatar
      Fix propType warnings · 3601eacb
      Ray Schamp authored
      Including action-menu which was also giving one when the backdrop library opened.
      Localize the costume library, I missed it while doing the other libraries.
      3601eacb
  5. Apr 19, 2018
  6. Apr 13, 2018
  7. Mar 22, 2018
  8. Jan 12, 2018
  9. Dec 15, 2017
  10. Sep 01, 2017
  11. Aug 28, 2017
  12. Jul 21, 2017
  13. Jun 30, 2017
  14. Jun 02, 2017
  15. May 26, 2017
  16. May 19, 2017
  17. Apr 20, 2017
  18. Mar 31, 2017
  19. Mar 27, 2017
  20. Jan 12, 2017
  21. Dec 07, 2016
    • Ray Schamp's avatar
      Use CSS modules for styles · 16fbb64c
      Ray Schamp authored
      The inline css method gives us nothing that CSS modules can't give us. This puts the project more in line with the way www works, and makes CSS actually readable.
      
      Using class names gives us full control of the modal styles.
      16fbb64c
  22. Dec 02, 2016
  23. Nov 21, 2016
  24. Oct 22, 2016
  25. Oct 20, 2016
  26. Oct 19, 2016
Loading