Feat: Product Variations page get, filter, and save. \n Fix: Active column changed to Add / Delete / Undelete column - this change has only been applied to Product Variations page

This commit is contained in:
2024-11-09 13:41:08 +00:00
parent 4c2e05f4ae
commit 0422059669
102 changed files with 11885 additions and 452 deletions

View File

@@ -5,3 +5,5 @@
.container.row {
width: auto;
}
/*# sourceMappingURL=core_admin_home.bundle.css.map*/

View File

@@ -32,3 +32,5 @@
*/
/*# sourceMappingURL=core_contact.bundle.css.map*/

View File

@@ -34,3 +34,5 @@ img {
width: fit-content;
}
/*# sourceMappingURL=core_home.bundle.css.map*/

View File

@@ -44,3 +44,5 @@ img {
max-width: 10vw;
}
*/
/*# sourceMappingURL=core_services.bundle.css.map*/

View File

@@ -6,3 +6,5 @@
#pageBody > * :last-child {
}
/*# sourceMappingURL=legal_license.bundle.css.map*/

View File

@@ -654,16 +654,11 @@ tr {
}
*/
table textarea {
width: 95% !important;
}
table select {
width: 100% !important;
}
table textarea,
table select,
table input {
width: 90% !important;
width: 100%;
box-sizing: border-box;
}
table button {
@@ -671,11 +666,16 @@ table button {
padding: 0.5vh 1vh;
}
tr.delete {
table button.active {
background-color: var(--c_purple_pastel);
}
tr.delete, tr.delete > td {
background-color: red;
}
button.collapsed {
display: block;
opacity: 0;
@@ -693,11 +693,14 @@ form.filter button.save, form.filter button.button-cancel {
#formFilters .container-input.filter.active {
width: 8vh;
}
#formFilters .container-input.filter.is_not_empty {
width: 12vh;
}
#tableMain {
overflow-x: auto;
padding: 1vh 2vh;
padding: 1vh;
max-width: 95vw; /* min(calc(1vh * 80), calc(1vw * 90)); */
width: fit-content;
margin: 1vh 2vh;
@@ -767,3 +770,5 @@ form.filter button.save, form.filter button.button-cancel {
--card-border: #dee2e6;
--card-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
/*# sourceMappingURL=main.bundle.css.map*/

View File

@@ -56,3 +56,5 @@
/*# sourceMappingURL=store_home.bundle.css.map*/

View File

@@ -152,3 +152,5 @@ select.id_variation, select.id_variation_type {
}
*/
/*# sourceMappingURL=store_product_categories.bundle.css.map*/

View File

@@ -188,3 +188,5 @@ select.id_variation, select.id_variation_type {
}
*/
/*# sourceMappingURL=store_product_permutations.bundle.css.map*/

View File

@@ -138,3 +138,5 @@ th, td {
width: 15vh;
min-width: 15vh;
}
/*# sourceMappingURL=store_stock_items.bundle.css.map*/