Skip to content

Commit 692652e

Browse files
authored
Small housecleaning fixes (#170)
fix: make small fixes * Added blank MultiValueTextField template. * Removed swagger-ui search bar. * Made veutify light theme the default theme.
1 parent 3380fa2 commit 692652e

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

src/Modules/StatCan.OrchardCore.ContentFields/Views/MultiValueTextField.liquid

Whitespace-only changes.

src/Modules/StatCan.OrchardCore.OpenAPI/Views/Widget-OpenAPI.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ window.onload = function() {
1818
plugins: [
1919
SwaggerUIBundle.plugins.DownloadUrl
2020
],
21-
layout: "StandaloneLayout"
21+
layout: "BaseLayout"
2222
})
2323
// End Swagger UI call region
2424

src/Themes/HackathonTheme/Assets/src/plugins/vuetify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,5 +329,5 @@ Vue.use(Vuetify,
329329
});
330330

331331
export default new Vuetify({
332-
theme: { dark: true },
332+
theme: { dark: false }
333333
});

src/Themes/HackathonTheme/Views/Layout.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body dir="{{ Culture.Dir }}">
1313
<div id="page-top" v-cloak>
14-
<v-app>
14+
<v-app light="false">
1515
<!-- Style this absolute in the middle, on top of app-bar -->
1616
<a class="d-sr-only-focusable" href="#main">{{ "Skip to main content" | t }}</a>
1717
{% render_section "NavigationDrawer", required: false %}

src/Themes/HackathonTheme/wwwroot/dist/hackathon-theme.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38809,7 +38809,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default.a.use(framework_Vuetify, {
3880938809
});
3881038810
/* harmony default export */ var vuetify = (new framework_Vuetify({
3881138811
theme: {
38812-
dark: true
38812+
dark: false
3881338813
}
3881438814
}));
3881538815
// EXTERNAL MODULE: ./Assets/src/styles.scss

src/Themes/HackathonTheme/wwwroot/dist/hackathon-theme.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Themes/HackathonTheme/wwwroot/dist/hackathon-theme.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Themes/HackathonTheme/wwwroot/dist/hackathon-theme.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)