Skip to content
Snippets Groups Projects
  1. Mar 28, 2023
    • Konrad Mohrfeldt's avatar
      fix: gracefully handle missing playlist data in EmissionManager · a3e8e3b0
      Konrad Mohrfeldt authored
      The playlist data is only available for the currently selected show. Any
      playlists used in other shows will not be available and we should
      gracefully handle that.
      
      This is a quick fix to address #132. A more permanent and helpful
      resolution is outlined in #135 and #136.
      a3e8e3b0
    • Konrad Mohrfeldt's avatar
    • Konrad Mohrfeldt's avatar
      fix(tailwind-integration): work-around missing tailwind base module · 3c5042e5
      Konrad Mohrfeldt authored
      We currently don’t include the tailwind base module because it would
      interfere with the bootstrap styles.
      
      Unfortunately the tailwind base module also contains a lot of CSS
      properties that are used in various utility classes to allow
      fine-grained manipulation like `tw-translate-x-2` which would only set
      the `tw-translate-x` CSS property and all the real work happening in the
      `tw-transform` class which applies all these properties in a single
      `transform` rule.
      
      As we can’t include the tailwind base module because of said conflict,
      we should at least define some of the missing CSS properties.
      3c5042e5
  2. Mar 27, 2023
  3. Mar 24, 2023
  4. Feb 28, 2023
  5. Jan 24, 2023
  6. Dec 11, 2022
  7. Dec 07, 2022
  8. Dec 06, 2022
  9. Dec 05, 2022
  10. Nov 29, 2022
Loading