v1.15.2
Update Notice
Due to the theme color now being respected everywhere, #565, in the default theme the warning color is prefilled to keep the UI similar to how it was before this update. To prevent custom themes from being overwritten this does not overwrite your theme. If you would like to use this just paste the following in the admin panel under custom themes.
This into the dark theme:
{"palette":{"mode":"dark","warning":{"main":"#fdd835"}}}
And this into the light theme:
{"palette":{"mode":"light","warning":{"main":"#fbc02d"}}}
What's Changed
- Fixes all links reloading the page by @Lukasdotcom in #560
- Makes sure to revalidate all pages after changing theme by @Lukasdotcom in #561
- Allows users to create custom themes and allows pasting of MUI theme creator content directly into textbox by @Lukasdotcom in #562
- Adds custom theme to the analytics by @Lukasdotcom in #564
- Has almost every color be generated from the theme and the warning color be yellow by default by @Lukasdotcom in #565
- Adds optimization function to db by @Lukasdotcom in #567
- Exits second script on server crash and revalidates all static pages on startup by @Lukasdotcom in #568
- Attempt to fix bug that causes matchday to be ended twice by @Lukasdotcom in #570
Dependency Changes
- Update typescript-eslint monorepo to v6.7.3 by @renovate in #566
- Update nextjs monorepo to v13.5.3 by @renovate in #563
Full Changelog: 1.15.1...1.15.2