Skip to content

Commit

Permalink
feat(core/application): application full height (#1613)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Maurer <[email protected]>
  • Loading branch information
jul-lam and nuke-ellington authored Dec 11, 2024
1 parent 5e7ba49 commit b3846c9
Show file tree
Hide file tree
Showing 66 changed files with 8 additions and 595 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-carrots-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siemens/ix": major
---

__ix-application__ now utilizes full viewport height and full viewport width
17 changes: 0 additions & 17 deletions packages/angular-test-app/src/preview-examples/about-and-legal.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { AfterViewInit, Component, ElementRef, ViewChild } from '@angular/core';
@Component({
selector: 'app-example',
templateUrl: './about-and-legal.html',
styleUrls: ['./about-and-legal.css'],
})
export default class AboutAndLegal implements AfterViewInit {
@ViewChild('menu', { read: ElementRef })
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { AppSwitchConfiguration } from '@siemens/ix';
@Component({
selector: 'app-example',
templateUrl: './application-app-switch.html',
styleUrls: ['./application-app-switch.css'],
})
export default class ApplicationAppSwitchExample {
appSwitchConfig: AppSwitchConfiguration = {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { Breakpoint } from '@siemens/ix';

@Component({
selector: 'app-example',
styleUrls: ['./application-breakpoints.css'],
templateUrl: './application-breakpoints.html',
})
export default class ApplicationBreakpointExample {
Expand Down
17 changes: 0 additions & 17 deletions packages/angular-test-app/src/preview-examples/application.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ import { Component } from '@angular/core';
@Component({
selector: 'app-example',
templateUrl: './application.html',
styleUrls: ['./application.css'],
})
export default class ApplicationExample {}
17 changes: 0 additions & 17 deletions packages/angular-test-app/src/preview-examples/menu-category.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ import { Component } from '@angular/core';
@Component({
selector: 'app-example',
templateUrl: './menu-category.html',
styleUrls: ['./menu-category.css'],
})
export default class MenuCategory {}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ import { Component } from '@angular/core';
<ix-menu-item tab-icon="info" slot="bottom"> Bottom tab </ix-menu-item>
</ix-menu>
`,
styleUrls: ['./menu-with-bottom-tabs.css'],
})
export default class VerticalTabs {}
17 changes: 0 additions & 17 deletions packages/angular-test-app/src/preview-examples/popover-news.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ import { Component } from '@angular/core';
@Component({
selector: 'app-example',
templateUrl: './popover-news.html',
styleUrls: ['./popover-news.css'],
})
export default class PopoverNews {}
17 changes: 0 additions & 17 deletions packages/angular-test-app/src/preview-examples/settings.css

This file was deleted.

1 change: 0 additions & 1 deletion packages/angular-test-app/src/preview-examples/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { AfterViewInit, Component, ElementRef, ViewChild } from '@angular/core';
@Component({
selector: 'app-example',
templateUrl: './settings.html',
styleUrls: ['./settings.css'],
})
export default class Settings implements AfterViewInit {
@ViewChild('menu', { read: ElementRef })
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/components/application/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

display: flex;
position: relative;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;

flex-direction: column;

Expand Down
17 changes: 0 additions & 17 deletions packages/html-test-app/src/preview-examples/about-and-legal.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About and legal example</title>
<link rel="stylesheet" href="./about-and-legal.css" />
</head>
<body>
<ix-application>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Application app switch example</title>
<link rel="stylesheet" href="./application-app-switch.css" />
</head>
<body>
<ix-application>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Application breakpoints example</title>
<link rel="stylesheet" href="./application-breakpoints.css" />
</head>
<body>
<ix-application application-name="Application name">
Expand Down
17 changes: 0 additions & 17 deletions packages/html-test-app/src/preview-examples/application.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Application example</title>
<link rel="stylesheet" href="./application.css" />
</head>
<body>
<ix-application>
Expand Down
17 changes: 0 additions & 17 deletions packages/html-test-app/src/preview-examples/menu-category.css

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Menu category example</title>
<link rel="stylesheet" href="./menu-category.css" />
</head>
<body>
<ix-application force-breakpoint="lg">
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Menu with bottom tabs example</title>
<link rel="stylesheet" href="./menu-with-bottom-tabs.css" />
</head>
<body>
<ix-menu>
Expand Down
17 changes: 0 additions & 17 deletions packages/html-test-app/src/preview-examples/popover-news.css

This file was deleted.

Loading

0 comments on commit b3846c9

Please sign in to comment.