Skip to content
Snippets Groups Projects
  1. Apr 05, 2023
  2. Mar 24, 2023
  3. Feb 28, 2023
    • Konrad Mohrfeldt's avatar
      refactor: re-implement auth store with pinia · 439b36dc
      Konrad Mohrfeldt authored
      This re-implements the auth store with pinia.
      
      Other notable changes:
      * the OIDC client configuration and setup is now part of
        separate module that can be included by the OIDC callback routes
        and ensures that we always use the same OIDC client configuration.
      * Authorization headers for the steering and tank REST APIs are now
        set with an axios interceptor instead of specifying them for each
        API store action.
      
      refs #127
      439b36dc
    • Konrad Mohrfeldt's avatar
      refactor(ShowSelector): use central state instead notifying child components · 088be4ba
      Konrad Mohrfeldt authored
      The show selection mechanism relied on the parent component to notify
      other components, even though the selected show is already part of the
      store and all component state can and should be derived from there.
      088be4ba
  4. Dec 07, 2022
  5. Nov 28, 2022
  6. Nov 10, 2022
  7. Apr 23, 2022
  8. Apr 22, 2022
  9. Dec 14, 2020
  10. Nov 24, 2020
  11. Oct 12, 2020
  12. Jun 11, 2020
  13. May 07, 2020
  14. May 06, 2020
  15. May 04, 2020
  16. Apr 30, 2020
  17. Sep 27, 2019
  18. Aug 06, 2019
  19. Aug 05, 2019
Loading