Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Fix/update (#114)
Browse files Browse the repository at this point in the history
* change to pnpm

Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>

* fix: update core libs

Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>

* update material

Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>

* update eslint

Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>

* fix: update material theme

Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>

* fix: dynamic heights

Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>

* replace pnpm with npm

Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>

---------

Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
  • Loading branch information
cre8 authored Jul 17, 2024
1 parent a239977 commit 947bf6c
Show file tree
Hide file tree
Showing 9 changed files with 6,180 additions and 3,746 deletions.
5 changes: 1 addition & 4 deletions viewer/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"styles": ["src/styles.scss", "src/theme.scss"],
"scripts": []
},
"configurations": {
Expand Down
Loading

0 comments on commit 947bf6c

Please sign in to comment.