Skip to content

Commit 3ca669d

Browse files
authored
revert: update to Angular 20 and PrimeNG 20 (#1454)
Will be re-applied later. Refs: 966ba8c
1 parent fff61f1 commit 3ca669d

File tree

162 files changed

+6290
-8128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+6290
-8128
lines changed

webapp/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ web/.angular/cache
3838
/libpeerconnection.log
3939
npm-debug.log
4040
yarn-error.log
41-
pnpm-lock.yaml
4241

4342
# MacOS
4443
.DS_Store

webapp/angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"styles": [
5454
"src/assets/css/main.scss",
5555
"node_modules/primeicons/primeicons.css",
56+
"node_modules/primeng/resources/primeng.min.css",
57+
"node_modules/primeflex/primeflex.scss",
58+
"node_modules/@devolutions/icons/scss/devolutions-icons.scss",
5659
"node_modules/@angular/cdk/overlay-prebuilt.css"
5760
],
5861
"scripts": [],

webapp/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
"quoteStyle": "single"
5454
}
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)