Skip to content

Commit 85046ff

Browse files
Refactor Dashboard: add new widget types (TimeTracker, UploadBtn, LinearChart, BarChart, PieChart, PolarAreaChart, DoughnutChart), fix bugs, and adjust layout
1 parent 0a50055 commit 85046ff

File tree

130 files changed

+6036
-3701
lines changed

Some content is hidden

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

130 files changed

+6036
-3701
lines changed

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"budgets": [
6565
{
6666
"type": "initial",
67-
"maximumWarning": "5mb",
68-
"maximumError": "5mb"
67+
"maximumWarning": "10mb",
68+
"maximumError": "10mb"
6969
},
7070
{
7171
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)