Skip to content
Snippets Groups Projects
  1. Feb 15, 2022
    • Andreas Ellewsen's avatar
      Make email field validate on change again · 7d64f829
      Andreas Ellewsen authored
      Switches from using a Controller to the simpler uncontrolled setup.
      Label has been set to be permanently shrunk since mui refuses to realise
      that the field has input when using rhf's setValue.
      Validation now happens onChange, alerting the user while typing.
      Submit button is disabled if you have not touched the field and when the
      content of the field is an invalid email. After submissions, the new
      value is treated as the default, disabling the save button until the
      field has been touched again.
      
      Resolves: GREG-196
      Verified
      7d64f829
    • Andreas Ellewsen's avatar
  2. Feb 11, 2022
  3. Feb 10, 2022
  4. Feb 09, 2022
  5. Feb 08, 2022
  6. Feb 07, 2022
  7. Feb 04, 2022
  8. Feb 03, 2022
  9. Feb 01, 2022
  10. Jan 29, 2022
  11. Jan 28, 2022
  12. Jan 27, 2022
  13. Jan 26, 2022
  14. Jan 25, 2022
  15. Jan 24, 2022
    • Andreas Ellewsen's avatar
      Redirect invited guests to register · 616b4d76
      Andreas Ellewsen authored
      If the user logs in through the frontpage we now check if they have
      completed the registration process. If they have completed it halfway
      before, we find their info through the GregUserProfile of the user and
      redirect to the register page. If we dont find any profile connected to
      the user they are treated as anonymous users as before.
      
      Resolves: GREG-164
      Verified
      616b4d76
  16. Jan 21, 2022
Loading