Skip to content

Commit

Permalink
feat: Added new features
Browse files Browse the repository at this point in the history
* Privacy policy
* Character page
* Updated viewing chat channel
* Corrected environments
* Updated gRPC generated files
  • Loading branch information
Wil Simpson committed Apr 23, 2024
1 parent 4f74969 commit 1daf58d
Show file tree
Hide file tree
Showing 28 changed files with 13,702 additions and 1,239 deletions.
8 changes: 5 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@schematics/angular:application": {
"strict": true
}
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
Expand All @@ -28,12 +28,14 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/api"
],
"styles": [
"src/styles.scss"
],
"scripts": [
"node_modules/chart.js/dist/chart.js",
"node_modules/chart.js/dist/chart.js"
],
"customWebpackConfig": {
Expand Down Expand Up @@ -148,4 +150,4 @@
}
},
"defaultProject": "Frontend"
}
}
Binary file removed mdb-angular-ui-kit-4.0.0.tgz
Binary file not shown.
3 changes: 0 additions & 3 deletions mdb-angular-ui-kit-4.0.0.tgz:Zone.Identifier

This file was deleted.

Loading

0 comments on commit 1daf58d

Please sign in to comment.