From befaf1872f39cb593cd1fc209660d75d518e303b Mon Sep 17 00:00:00 2001 From: Luis Eduardo Estevao Date: Wed, 11 Feb 2026 15:26:09 -0300 Subject: [PATCH] feat: Implement sales order management, customer and address creation modals, and a login page with new image assets. --- src/app/auth/login/login.component.css | 44 +-- src/app/auth/login/login.component.html | 11 +- src/app/auth/login/login.component.ts | 2 +- .../create-address-modal.component.html | 190 +++------- .../create-customer-modal.component.html | 342 ++++-------------- .../dash-sales/dash-sales.component.html | 8 +- .../sales/pages/orders/orders.component.html | 230 +++--------- src/assets/img/Background.jpeg | Bin 0 -> 9986048 bytes src/assets/img/Background.png | Bin 943348 -> 2990700 bytes src/assets/img/Background_jurunense.png | Bin 0 -> 943348 bytes 10 files changed, 196 insertions(+), 631 deletions(-) create mode 100644 src/assets/img/Background.jpeg create mode 100644 src/assets/img/Background_jurunense.png diff --git a/src/app/auth/login/login.component.css b/src/app/auth/login/login.component.css index 1459b8c..0669809 100644 --- a/src/app/auth/login/login.component.css +++ b/src/app/auth/login/login.component.css @@ -96,27 +96,27 @@ } .is-text { - /* Auto layout */ + /* Auto layout */ - display: flex; - flex-direction: row; - align-items: flex-start; - padding: 0px; - align-items: center; - - position: static; - width: 408px; - height: 48px; - left: 0px; - top: 66px; - - /* Inside auto layout */ - - flex: none; - order: 2; - align-self: stretch; - flex-grow: 0; - margin: 10px 0px; + display: flex; + flex-direction: row; + align-items: flex-start; + padding: 0px; + align-items: center; + + position: static; + width: 408px; + height: 48px; + left: 0px; + top: 66px; + + /* Inside auto layout */ + + flex: none; + order: 2; + align-self: stretch; + flex-grow: 0; + margin: 10px 0px; } @@ -175,7 +175,7 @@ .ls-link-forgot-password { font-size: 12px; } - + } /* Tablets */ @@ -203,4 +203,4 @@ .cs-login { max-width: 500px; } -} +} \ No newline at end of file diff --git a/src/app/auth/login/login.component.html b/src/app/auth/login/login.component.html index 2f645b1..31834a8 100644 --- a/src/app/auth/login/login.component.html +++ b/src/app/auth/login/login.component.html @@ -4,7 +4,7 @@
- +
@@ -33,16 +28,10 @@ Data do pedido - + - + @@ -50,77 +39,53 @@
- +
- +
- +
- +
- +
- - +
- +
- - + + {{ dataItem.orderValue | currency }} @@ -129,57 +94,29 @@
- +
- + (resultEvent)="closeInformationSeller($event)">
- +
Loading...
- - - + + + @@ -188,32 +125,17 @@ - + {{ dataItem.price | currency }} - + {{ dataItem.quantity | number : "1.0-3" }} - + {{ dataItem.subTotal | currency }} @@ -221,39 +143,21 @@ - +