Skip to content
Snippets Groups Projects
  1. Mar 08, 2023
  2. Mar 01, 2023
  3. Feb 27, 2023
  4. Feb 26, 2023
  5. Feb 23, 2023
  6. Feb 21, 2023
  7. Feb 15, 2023
  8. Feb 14, 2023
  9. Feb 13, 2023
  10. Feb 08, 2023
  11. Jan 26, 2023
  12. Jan 25, 2023
  13. Jan 24, 2023
  14. Jan 19, 2023
  15. Jan 18, 2023
  16. Jan 17, 2023
  17. Jan 16, 2023
  18. Jan 13, 2023
  19. Jan 11, 2023
  20. Nov 23, 2022
  21. Nov 15, 2022
  22. Oct 20, 2022
  23. Aug 16, 2022
  24. Aug 11, 2022
  25. Aug 10, 2022
    • Andreas Ellewsen's avatar
      Switch forms to onTouched mode · e0fcb3b1
      Andreas Ellewsen authored
      By using onTouched mode validation does not complain about invalid
      values until the users have changed focus from the field. Doing it this
      way we don't complain about values until the user tries to use an
      invalid one.
      
      Does not work for all fields. For that to be the case, we will have to
      do some clean up of controlled and uncontrolled values.
      Verified
      e0fcb3b1
  26. Jul 29, 2022
  27. Jul 25, 2022
    • Andreas Ellewsen's avatar
      Fix bug in user info fetching on invite page · 8ea83754
      Andreas Ellewsen authored
      The intention of the setup is to trigger a new call to userinfo after an
      invite has been used to start a session in the backend. This is done by
      checking a state value. Due to an oversight we did not watch the state
      value itself, but instead the function used to updated it, which
      obviously does not change.
      
      Resolves: GREG-276
      Verified
      8ea83754
Loading