Skip to content

Commit

Permalink
update covalent to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 committed May 21, 2024
1 parent 7f396de commit 59ef8cd
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 49 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@angular/router": "17.1.0",
"@angular/material": "17.1.0",
"@angular/cdk": "17.1.0",
"@covalent/components": "8.10.1",
"@covalent/core": "8.10.1",
"@covalent/flavored-markdown": "8.10.1",
"@covalent/icons": "8.10.1",
"@covalent/markdown": "8.10.1",
"@covalent/markdown-navigator": "8.10.1",
"@covalent/tokens": "8.10.1",
"@covalent/components": "8.12.2",
"@covalent/core": "8.12.2",
"@covalent/flavored-markdown": "8.12.2",
"@covalent/icons": "8.12.2",
"@covalent/markdown": "8.12.2",
"@covalent/markdown-navigator": "8.12.2",
"@covalent/tokens": "8.12.2",
"@material/data-table": "15.0.0-canary.7f224ddd4.0",
"minimatch": "^9.0.3",
"rxjs": "^7.4.0",
Expand Down
1 change: 1 addition & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
appName="Vantage Cloud Lake"

[helpOpen]="helpOpen && helpDocked"
helpResizable
(:CovalentAppShell:menuClick)="menuToggled()"
[forcedOpen]="forcedOpen"
[open]="forcedOpen"
Expand Down
8 changes: 4 additions & 4 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>

<div class="mdc-layout-grid__inner">
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-3">
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-3-tablet mdc-layout-grid__cell--span-3-desktop">
<cv-card cardTitle="Recently viewed" outlined fullHeight>
<cv-list>
<a routerLink="/learn"><cv-list-item>
Expand Down Expand Up @@ -95,7 +95,7 @@
</cv-list>
</cv-card>
</div>
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-4">
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-4 mdc-layout-grid__cell--span-8-tablet">
<cv-card cardTitle="Overview" outlined>
<cv-list>
<cv-list-item hasMeta noninteractive twoLine>
Expand Down Expand Up @@ -125,7 +125,7 @@
</cv-list>
</cv-card>
</div>
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-6">
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-6 mdc-layout-grid__cell--span-8-tablet">
<cv-card cardTitle="Environments" outlined actionBar>
<cv-list>
<cv-list-item
Expand Down Expand Up @@ -179,7 +179,7 @@
</div>
</cv-card>
</div>
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-6">
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-6 mdc-layout-grid__cell--span-3-tablet mdc-layout-grid__cell--span-8-tablet">
<cv-card cardtitle="Recent backups" outlined actionBar>
<cv-list>
<cv-list-item [routerLink]="['environments', 'production', 'backups']" threeLines hasMeta>
Expand Down

0 comments on commit 59ef8cd

Please sign in to comment.