From f6790bd3c0a0d530383315149bcb27a9d202dc15 Mon Sep 17 00:00:00 2001 From: bruno-roberto Date: Thu, 8 Sep 2022 23:01:04 -0300 Subject: [PATCH] Dash --- .vscode/settings.json | 2 + .../src/app/insight/insight.component.html | 284 +++++++++++++++++- .../src/app/packreg/packreg.component.html | 25 +- .../main/src/app/packreg/packreg.component.ts | 2 +- 4 files changed, 308 insertions(+), 5 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/frontend/main/src/app/insight/insight.component.html b/frontend/main/src/app/insight/insight.component.html index e38985b..ba3ab9d 100644 --- a/frontend/main/src/app/insight/insight.component.html +++ b/frontend/main/src/app/insight/insight.component.html @@ -1 +1,283 @@ -

insight works!

+
+
+ +
+
+

4

+

New Orders

+
+
+ +
+ More info +
+
+ +
+ +
+
+

12%

+

Bounce Rate

+
+
+ +
+ More info +
+
+ +
+ +
+
+

4

+

User Registrations

+
+
+ +
+ More info +
+
+ +
+ +
+
+

15

+

Visitors

+
+
+ +
+ More info +
+
+ +
+ +
+
+

+ + Calendar +

+ +
+ + + + +
+ +
+ +
+ +
+
+
    +
  • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    September 2022
    SuMoTuWeThFrSa
    28 + 293031123
    4567 + 8910 +
    11 + 121314151617 +
    18 + 192021222324 +
    25 + 26272829301 +
    2 + 345678 +
    +
    + + + +
    +
  • +
  • +
+
+
+
+ +
\ No newline at end of file diff --git a/frontend/main/src/app/packreg/packreg.component.html b/frontend/main/src/app/packreg/packreg.component.html index ed9ef16..a354ee1 100644 --- a/frontend/main/src/app/packreg/packreg.component.html +++ b/frontend/main/src/app/packreg/packreg.component.html @@ -4,12 +4,13 @@ Origem Destino Dimensões - + + @@ -41,8 +42,26 @@ {{register.origem}} {{register.destino}} {{register.dimensao}} - - + + + + + \ No newline at end of file diff --git a/frontend/main/src/app/packreg/packreg.component.ts b/frontend/main/src/app/packreg/packreg.component.ts index c04f7e7..14017ec 100644 --- a/frontend/main/src/app/packreg/packreg.component.ts +++ b/frontend/main/src/app/packreg/packreg.component.ts @@ -27,7 +27,7 @@ dimensao!:string adicionar(){ if(this.cd){ this.registers.push({cd:this.cd, origem:this.origem, destino:this.destino, dimensao:this.dimensao}) - this.cd ="" + this.cd = "" this.origem="" this.destino="" this.dimensao=""