Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix theme-auto loading #23504

Merged
merged 4 commits into from
Mar 15, 2023
Merged

Commits on Mar 15, 2023

  1. Fix theme-auto loading

    Fix regression from go-gitea#23481.
    
    The conditional CSS import was being stripped away by webpack's
    `css-loader`, resulting in the dark theme always loading. Unfortunately,
    we have to re-introduce postcss to the CSS pipeline to fix this and I
    loaded only the minimal plugins to make it work.
    
    Related: webpack-contrib/css-loader#1503
    silverwind committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a95178e View commit details
    Browse the repository at this point in the history
  2. add comment

    silverwind committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    793838d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d50d1e View commit details
    Browse the repository at this point in the history
  4. tweak comment

    silverwind committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a8bcc16 View commit details
    Browse the repository at this point in the history