This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 7b43c0ec14 Merge pull request #15730 from
apache/deps/grails-bom-inherit-spring-managed
add f56a43c627 Add a light/dark/auto theme selector to the create-app
layout
add 7260b17e18 Drop the fixed light background on the plugins table header
add ae0572ed9f Polish the controllers namespace section on the home page
new c4754b59fa Merge pull request #15941 from
codeconsole/feat/create-app-theme-selector
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../forge/feature/assetPipeline/AssetPipeline.java | 1 +
.../src/main/resources/assets/javascripts/theme.js | 75 ++++++++++++++++++++++
.../src/main/resources/gsp/index.gsp | 6 +-
.../src/main/resources/gsp/main.gsp | 26 ++++++++
.../grails/forge/feature/view/GrailsGspSpec.groovy | 20 ++++++
.../grails-app/assets/javascripts/theme.js | 75 ++++++++++++++++++++++
.../web/skeleton/grails-app/views/index.gsp | 6 +-
.../web/skeleton/grails-app/views/layouts/main.gsp | 26 ++++++++
8 files changed, 229 insertions(+), 6 deletions(-)
create mode 100644
grails-forge/grails-forge-core/src/main/resources/assets/javascripts/theme.js
create mode 100644
grails-profiles/web/skeleton/grails-app/assets/javascripts/theme.js