Skip to content
Snippets Groups Projects
  1. Apr 09, 2023
  2. Apr 06, 2023
  3. Apr 05, 2023
  4. Apr 03, 2023
  5. Mar 28, 2023
  6. Mar 27, 2023
    • Konrad Mohrfeldt's avatar
      fix: fix iteration bugs · e4083e66
      Konrad Mohrfeldt authored
      Some iteration semantics got mixed up when replacing remaining uses of
      `var` variable declarations in ae37fb6c.
      
      `var foo in bar` cannot be replaced with `const foo of bar` because the
      first will assign the iteration index of the current item to foo,
      whereas the second will assign the actual iteration item.
      e4083e66
  7. Mar 24, 2023
  8. Feb 28, 2023
  9. Jan 24, 2023
  10. Dec 07, 2022
    • Konrad Mohrfeldt's avatar
      chore: rename Header to Navbar · 710c41c3
      Konrad Mohrfeldt authored
      710c41c3
    • Konrad Mohrfeldt's avatar
      fix: instruct users to create show types and funding categories in admin interface · 42c78ff7
      Konrad Mohrfeldt authored
      This is a stopgap measure until we’ve worked on #17 [1] and added a
      management interface for simple models like funding categories and show
      types.
      
      refs #97
      
      [1] #17
      42c78ff7
    • Konrad Mohrfeldt's avatar
      feat: rework show selector · b650844b
      Konrad Mohrfeldt authored
      Up until now we had two different show selectors based on the number of
      shows that were available. We now use the same show selector for any
      number of shows.
      
      Apart from that shows are now sorted
       1. based on their active state (descending, so inactive last) and
       2. their name (ascending, so A-Z)
      in the show selector so it’s easier to find relevant shows.
      
      Other changes:
      * title handling has been moved into PageHeader component
      * calendar management has been removed and is now handled
        locally in the EmissionManager component
      * inactive shows are badged
      
      refs #122
      b650844b
Loading