@genesislcap/blank-app-seed 3.4.0 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.genx/package.json
CHANGED
package/.github/CODEOWNERS
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
# for reference see https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners#example-of-a-codeowners-file
|
|
2
2
|
|
|
3
|
-
* @cistov @derekdon @MrBrunoWolff @skawian @kievitsp @jacinpoz @khouari1 @rafaelnferreira
|
|
3
|
+
* @cistov @derekdon @MrBrunoWolff @skawian @kievitsp @jacinpoz @khouari1 @rafaelnferreira @matteematt
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.4.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.4.1...v3.4.2) (2024-04-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* default HTML page title to app name GENC-375 (#197) 5134fd4
|
|
9
|
+
|
|
10
|
+
## [3.4.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.4.0...v3.4.1) (2024-04-29)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* remove side-bar menu contents GENC-371 (#194) b28e908
|
|
16
|
+
|
|
3
17
|
## [3.4.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.3.1...v3.4.0) (2024-04-27)
|
|
4
18
|
|
|
5
19
|
|
package/client/index.html
CHANGED
|
@@ -9,7 +9,7 @@ https://handlebarsjs.com/
|
|
|
9
9
|
}}
|
|
10
10
|
<head>
|
|
11
11
|
<meta charset="utf-8"/>
|
|
12
|
-
<title
|
|
12
|
+
<title>{{capitalCase appName}}</title>
|
|
13
13
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
14
14
|
{{#if enableSSO}}
|
|
15
15
|
<script src="/initSSO.js"></script>
|
|
@@ -44,63 +44,7 @@ export const defaultLayout = new FASTElementLayout(
|
|
|
44
44
|
show-luminance-toggle-button
|
|
45
45
|
show-misc-toggle-button
|
|
46
46
|
:routeNavItems=${(x) => x.config.getNavItems()}
|
|
47
|
-
>
|
|
48
|
-
<div slot="menu-contents">
|
|
49
|
-
<span slot="group-title-1">GROUP SLOT</span>
|
|
50
|
-
<zero-tree-view slot="nav-items-1">
|
|
51
|
-
<zero-tree-item>
|
|
52
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
53
|
-
Slot Tree Item
|
|
54
|
-
</zero-tree-item>
|
|
55
|
-
<zero-tree-item>
|
|
56
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
57
|
-
Slot Tree Item
|
|
58
|
-
</zero-tree-item>
|
|
59
|
-
<zero-tree-item>
|
|
60
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
61
|
-
Slot Tree Item
|
|
62
|
-
</zero-tree-item>
|
|
63
|
-
<zero-tree-item>
|
|
64
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
65
|
-
Slot Tree Item
|
|
66
|
-
</zero-tree-item>
|
|
67
|
-
</zero-tree-view>
|
|
68
|
-
<span slot="group-title-2">GROUP SLOT 2</span>
|
|
69
|
-
<zero-tree-view slot="nav-items-2">
|
|
70
|
-
<zero-tree-item>
|
|
71
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
72
|
-
Slot Tree Item 2
|
|
73
|
-
</zero-tree-item>
|
|
74
|
-
<zero-tree-item>
|
|
75
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
76
|
-
Slot Tree Item 2
|
|
77
|
-
</zero-tree-item>
|
|
78
|
-
<zero-tree-item>
|
|
79
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
80
|
-
Slot Tree Item 2
|
|
81
|
-
</zero-tree-item>
|
|
82
|
-
<zero-tree-item>
|
|
83
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
84
|
-
Slot Tree Item 2
|
|
85
|
-
</zero-tree-item>
|
|
86
|
-
</zero-tree-view>
|
|
87
|
-
<span slot="group-title-3">GROUP SLOT 3</span>
|
|
88
|
-
<zero-tree-view slot="nav-items-3">
|
|
89
|
-
<zero-tree-item>
|
|
90
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
91
|
-
User Slot
|
|
92
|
-
</zero-tree-item>
|
|
93
|
-
<zero-tree-item>
|
|
94
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
95
|
-
Reporting Slot
|
|
96
|
-
</zero-tree-item>
|
|
97
|
-
<zero-tree-item>
|
|
98
|
-
<zero-icon variant="solid" name="location-arrow"></zero-icon>
|
|
99
|
-
Settings Slot
|
|
100
|
-
</zero-tree-item>
|
|
101
|
-
</zero-tree-view>
|
|
102
|
-
</div>
|
|
103
|
-
</foundation-header>
|
|
47
|
+
></foundation-header>
|
|
104
48
|
<div class="content">
|
|
105
49
|
${app.registerElementsTarget('content-start')}
|
|
106
50
|
<slot></slot>
|
|
@@ -39,7 +39,7 @@ export class MainRouterConfig extends FoundationRouterConfiguration<LoginSetting
|
|
|
39
39
|
|
|
40
40
|
async configure() {
|
|
41
41
|
this.configureAnalytics();
|
|
42
|
-
this.title = '
|
|
42
|
+
this.title = '{{capitalCase appName}}';
|
|
43
43
|
this.defaultLayout = defaultLayout;
|
|
44
44
|
|
|
45
45
|
const authPath = 'login';
|
|
@@ -2,5 +2,5 @@ import { expect } from '@genesislcap/foundation-testing/e2e';
|
|
|
2
2
|
import { test } from '../fixture';
|
|
3
3
|
|
|
4
4
|
test('expected page title', async ({ protectedPage, page }) => {
|
|
5
|
-
await expect(page).toHaveTitle(/
|
|
5
|
+
await expect(page).toHaveTitle(/Testapp - Login - Login/);
|
|
6
6
|
});
|