Skip to content

Commit

Permalink
Upgrade to Angular 18 and add Angular Material to replace DevExtreme (#…
Browse files Browse the repository at this point in the history
…64)

* Upgrade to Angular 18

* Add angular material and theme

* Add secondary color for theme

* Angular Material colors working

* Fixed accent color

* Add success and alternate themes and replace many dx-buttons

* Replaced all buttons with material
  • Loading branch information
greggbjensen authored Aug 18, 2024
1 parent 6eec8ce commit 708cf6b
Show file tree
Hide file tree
Showing 65 changed files with 4,188 additions and 2,940 deletions.
1 change: 1 addition & 0 deletions prdeploy-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ yarn-error.log
/libpeerconnection.log
testem.log
/typings
/.nx

# System files
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions prdeploy-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"node_modules/devextreme/dist/css/dx.common.css",
"node_modules/bootstrap-icons/font/bootstrap-icons.css",
"src/themes/generated/theme.prdeploy.scss",
"src/themes/m3-theme.scss",
"src/dx-styles.scss",
"src/styles.scss"
],
Expand Down
Loading

0 comments on commit 708cf6b

Please sign in to comment.