Skip to content

Commit

Permalink
Restructure app detail dialog with tabs (#173)
Browse files Browse the repository at this point in the history
* fix: anchor tags for sonar

* feat: add remote name and tag name fields in app detail form

* feat: add two tab panels to dialog and show properties in first

* feat: complete mfe version of dialog

* feat: create app intern component, finish data binding

* fix: search and detail tests

* fix: bump deps

* fix: intern tests

* fix: almost finish product apps tests

* fix: prod apps tests

* fix: change styling

* fix: translations, delete panel height ft in app detail

* fix: app detail tests

---------

Co-authored-by: Christian Badura <[email protected]>
  • Loading branch information
cbadura and Christian Badura authored Aug 7, 2024
1 parent 0a5550b commit 0c9b24f
Show file tree
Hide file tree
Showing 20 changed files with 1,451 additions and 1,081 deletions.
134 changes: 121 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.2",
"@angular-devkit/core": "^18.1.2",
"@angular-devkit/schematics": "^18.1.2",
"@angular-devkit/schematics": "^18.1.3",
"@angular-eslint/builder": "^18.1.0",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular-eslint/eslint-plugin-template": "^18.1.0",
"@angular-eslint/schematics": "^18.1.0",
"@angular-eslint/template-parser": "^18.1.0",
"@angular/cli": "~18.1.2",
"@angular/cli": "~18.1.3",
"@angular/compiler-cli": "^18.1.2",
"@angular/language-service": "^18.1.2",
"@commitlint/cli": "^19.3.0",
Expand Down
10 changes: 10 additions & 0 deletions src/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,13 @@
}
}
}

@mixin displaying-text-responsive {
:host ::ng-deep {
.text-responsive {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
Loading

0 comments on commit 0c9b24f

Please sign in to comment.