Commit a9afa41
committed
CONSOLE-4492: Move BasePageHeading to shared
- adopt `BasePageHeading` when possible (as many pages don't use the extra functionality provided by the `connect`)
- Rename `PageHeading` to `ConnectedPageHeading`
- Rename `BasePageHeading` to `PageHeading`
- move `PageHeading`, `Breadcrumbs` to console/shared
- update cypress test to reflect changes1 parent 9601b7e commit a9afa41
132 files changed
Lines changed: 563 additions & 503 deletions
File tree
- frontend
- __tests__/components
- utils
- packages
- console-app/src/components
- cluster-configuration
- network-policies
- pdb
- quick-starts
- user-preferences
- volume-snapshot/create-volume-snapshot
- console-dynamic-plugin-sdk
- docs
- src
- api
- extensions
- dev-console
- integration-tests/support
- pageObjects
- pages/add-flow
- step-definitions
- common
- getting-started
- userPreferences
- src/components
- add
- edit-application
- health-checks
- hpa
- import
- __tests__
- jar
- __tests__
- serverless-function
- monitoring
- __tests__
- project-access
- __tests__
- projects
- details/__tests__
- gitops-plugin/src/components
- details
- helm-plugin
- integration-tests/support/step-definitions/helm
- src/components/list-page
- integration-tests-cypress
- support
- tests
- app
- crud
- secrets
- views
- knative-plugin
- integration-tests/support
- pageObjects
- step-definitions
- common
- serverless
- src/components
- add
- knative-event-type
- functions
- knatify
- __tests__
- metal3-plugin/src/components/baremetal-hosts/add-baremetal-host
- operator-lifecycle-manager
- integration-tests-cypress/tests
- src
- components
- operand
- operator-hub
- pipelines-plugin
- integration-tests/support/step-definitions/pipelines
- src/components
- pac
- __tests__
- pipelines/pipeline-builder
- task-sidebar
- shipwright-plugin/integration-tests/support
- pageObjects
- step-definitions/builds
- topology
- integration-tests/support
- page-objects
- step-definitions/topology
- src/components/side-bar
- components
- webterminal-plugin/integration-tests/support/step-definitions/web-terminal
- public
- components
- RBAC
- cluster-settings
- dashboard/dashboards-page
- factory
- ListPage
- monitoring
- alertmanager
- receiver-forms
- routes
- secrets/create-secret
- storage
- utils
- style
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 6 additions & 40 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 7 | + | |
42 | 8 | | |
43 | 9 | | |
44 | 10 | | |
| |||
47 | 13 | | |
48 | 14 | | |
49 | 15 | | |
50 | | - | |
| 16 | + | |
51 | 17 | | |
52 | 18 | | |
53 | 19 | | |
| |||
60 | 26 | | |
61 | 27 | | |
62 | 28 | | |
63 | | - | |
| 29 | + | |
64 | 30 | | |
65 | 31 | | |
66 | 32 | | |
| |||
71 | 37 | | |
72 | 38 | | |
73 | 39 | | |
74 | | - | |
| 40 | + | |
75 | 41 | | |
76 | 42 | | |
77 | 43 | | |
| |||
84 | 50 | | |
85 | 51 | | |
86 | 52 | | |
87 | | - | |
| 53 | + | |
88 | 54 | | |
89 | 55 | | |
90 | 56 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | | - | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
130 | | - | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
620 | 622 | | |
621 | 623 | | |
622 | 624 | | |
| |||
0 commit comments