Skip to content
Snippets Groups Projects
  1. Dec 10, 2020
  2. Dec 02, 2020
  3. Nov 24, 2020
  4. Nov 04, 2020
    • Christoph Wurst's avatar
      Prevent account settings reuse when account changes · dd6f1e19
      Christoph Wurst authored
      
      Vue is clever and always tries to recycle a component when certain
      criteria is met. Apparently it also does it for components with objects
      as props, which led to the problem that when you navigated from one
      account's settings to another account's setting, the mailbox default
      didn't update and you actually saw mailboxes of the previous account.
      
      By key-ing the components we can express that the rendering depends on
      the account ID and every time this value changes, Vue has to throw away
      the instance and render a new one.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      dd6f1e19
  5. Oct 30, 2020
  6. Oct 20, 2020
  7. Sep 21, 2020
  8. Sep 03, 2020
  9. Sep 02, 2020
  10. Sep 01, 2020
  11. Aug 31, 2020
  12. Aug 24, 2020
  13. Aug 20, 2020
  14. Aug 17, 2020
  15. Aug 10, 2020
  16. Aug 03, 2020
  17. Jul 17, 2020
  18. Jul 15, 2020
  19. May 29, 2020
  20. Apr 08, 2020
  21. Mar 26, 2020
  22. Mar 23, 2020
  23. Feb 24, 2020
  24. Dec 17, 2019
  25. Dec 04, 2019
  26. Oct 26, 2019
  27. Oct 25, 2019
  28. Oct 24, 2019
  29. Oct 23, 2019
  30. Oct 17, 2019
  31. Oct 16, 2019
  32. Oct 15, 2019
  33. Aug 26, 2019
  34. Jul 05, 2019
  35. Apr 15, 2019
  36. Apr 09, 2019
  37. Apr 03, 2019
Loading