@@ -329,9 +330,9 @@
SELECT YOUR LOADOUT
-
+
-
+
●
●
●
@@ -342,7 +343,7 @@ SELECT YOUR LOADOUT
●
- Beta v0.2
+ Beta v2024.4.13
diff --git a/ClientApp/src/app/home/home.component.scss b/ClientApp/src/app/home/home.component.scss
index 80fc37e..0d215cc 100644
--- a/ClientApp/src/app/home/home.component.scss
+++ b/ClientApp/src/app/home/home.component.scss
@@ -237,7 +237,7 @@ overflow-y: hidden !important;
}
mat-sidenav-container {
-height: 94vh; /* Adjust the height as needed */
+height: 96vh; /* Adjust the height as needed */
}
mat-sidenav-content {
@@ -439,7 +439,7 @@ margin-bottom: -16px;
--mdc-slider-focus-handle-color: rgba(255,255,255,0);
--mdc-slider-focus-handle--shadow-color: rgba(255,255,255,0);
--mdc-slider-active-track-color: rgba(255,255,255,.3);
---mdc-slider-inactive-track-color: rgba(255,255,255,.25);
+--mdc-slider-inactive-track-color: rgba(255,255,255,.5);
--mdc-slider-inactive-track-height: 16px;
--mdc-slider-inactive-track-shape: 8px;
--mdc-slider-active-track-height: 8px;
diff --git a/ClientApp/src/app/home/lockin-dialog/lockin-dialog.component.html b/ClientApp/src/app/home/lockin-dialog/lockin-dialog.component.html
index aa14a59..3037e03 100644
--- a/ClientApp/src/app/home/lockin-dialog/lockin-dialog.component.html
+++ b/ClientApp/src/app/home/lockin-dialog/lockin-dialog.component.html
@@ -10,7 +10,7 @@
-
+
diff --git a/ClientApp/src/app/home/lockin-dialog/lockin-dialog.component.scss b/ClientApp/src/app/home/lockin-dialog/lockin-dialog.component.scss
index 6ca4372..b45fe46 100644
--- a/ClientApp/src/app/home/lockin-dialog/lockin-dialog.component.scss
+++ b/ClientApp/src/app/home/lockin-dialog/lockin-dialog.component.scss
@@ -16,16 +16,17 @@ h4 {
}
.header-bar {
- background-color: rgba(255,255,255,.2);
- border-radius: 10px 10px 0px 0px;
+ background-color: rgba(0,0,0,.2);
+ border-radius: 6px 6px 0px 0px;
padding: 5px 5px 1px 5px;
margin-bottom: -12px !important;
+ padding-left: 8px;
}
hr {
border: none !important;
height: 2px !important;
- background-color: white !important;
+ background-color: black !important;
}
/// Keep image and link in line
@@ -34,6 +35,12 @@ hr {
align-items: center;
justify-content: space-between; /* Puts space between the image and the button */
flex-wrap: nowrap;
+ background-color: rgba(0,0,0,.1);
+ border-radius: 5px;
+ margin-bottom: 8px;
+ margin-top: -12px;
+ padding-top: 10px;
+
}
.right-align {
@@ -50,6 +57,7 @@ hr {
.view-button {
white-space: nowrap; /* Prevents text inside the button from wrapping */
margin-top: -50px;
+ margin-right: 30px;
}
a {
diff --git a/ClientApp/src/app/models/candycon-faceplate/candycon-faceplates.data.ts b/ClientApp/src/app/models/candycon-faceplate/candycon-faceplates.data.ts
index fcc40dd..4bcac24 100644
--- a/ClientApp/src/app/models/candycon-faceplate/candycon-faceplates.data.ts
+++ b/ClientApp/src/app/models/candycon-faceplate/candycon-faceplates.data.ts
@@ -3,6 +3,39 @@ import { CandyconFaceplate } from './candycon-faceplate.model';
var baseUrl = 'https://www.gamestop.com/gaming-accessories/skins/nintendo-switch/products/candy-con-face-plate--';
export const FACEPLATES: CandyconFaceplate[] = [
+
+ {
+ id: -1,
+ UPC: 840305903848,
+ brandName: 'CANDY CON',
+ vendorPartNumber: '24VG-GSPL-CC-Combo-ArcticWhite',
+ name: 'CANDY CON Faceplate',
+ description: 'Welcome to CANDY CON, the newest line in customizable controllers. Grab your BASE Customizable Controller, Pick D-Pads, Thumb Sticks, and a Face Plate and create your own unique Controller. Craft your CANDY CON masterpiece and show off your incredible combos in style. The FACE PLATE comes ready to add to your new CANDY CON Controller, over 10 colors to choose from to easily mix and match. CREATE. PLAY. REPEAT Mix with CANDY CON BASE UNIT, sold separately',
+ imageUrls: ['assets/products/faceplate_arcticwhite.png'],
+ productUrl: 'https://www.gamestop.com/gaming-accessories/controllers/nintendo-switch/products/candy-con-combo-pack-controller-kit---arctic-white/402225.html',
+ partColor: 'Arctic White',
+ price: 14.99,
+ productLength: 6.89,
+ productWidth: 1.38,
+ productHeight: 5.31,
+ productWeight: 0.33
+ },
+ {
+ id: -2,
+ UPC: 840305904609,
+ brandName: 'CANDY CON',
+ vendorPartNumber: '24VG-GSPL-CC-Combo-OnyxBlack',
+ name: 'CANDY CON Faceplate',
+ description: 'Welcome to CANDY CON, the newest line in customizable controllers. Grab your BASE Customizable Controller, Pick D-Pads, Thumb Sticks, and a Face Plate and create your own unique Controller. Craft your CANDY CON masterpiece and show off your incredible combos in style. The FACE PLATE comes ready to add to your new CANDY CON Controller, over 10 colors to choose from to easily mix and match. CREATE. PLAY. REPEAT Mix with CANDY CON BASE UNIT, sold separately',
+ imageUrls: ['assets/products/faceplate_onyxblack.png'],
+ productUrl: 'https://www.gamestop.com/gaming-accessories/controllers/nintendo-switch/products/candy-con-combo-pack-controller-kit---onyx-black/402254.html',
+ partColor: 'Onyx Black',
+ price: 14.99,
+ productLength: 6.89,
+ productWidth: 1.38,
+ productHeight: 5.31,
+ productWeight: 0.33
+ },
{
id: 1,
UPC: 840305904548,
diff --git a/ClientApp/src/assets/products/faceplate_arcticwhite.jpg b/ClientApp/src/assets/products/faceplate_arcticwhite.jpg
deleted file mode 100644
index 7135fd2..0000000
Binary files a/ClientApp/src/assets/products/faceplate_arcticwhite.jpg and /dev/null differ
diff --git a/ClientApp/src/assets/products/faceplate_arcticwhite.png b/ClientApp/src/assets/products/faceplate_arcticwhite.png
new file mode 100644
index 0000000..b034dac
Binary files /dev/null and b/ClientApp/src/assets/products/faceplate_arcticwhite.png differ
diff --git a/ClientApp/src/assets/products/faceplate_onyxblack.png b/ClientApp/src/assets/products/faceplate_onyxblack.png
new file mode 100644
index 0000000..1021ea7
Binary files /dev/null and b/ClientApp/src/assets/products/faceplate_onyxblack.png differ