diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index 15cdce243e..d66a64cb1e 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.6", + "version": "2.6.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.6", + "version": "2.6.7", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", diff --git a/auth-web/package.json b/auth-web/package.json index 9352de0c73..ca673dbed4 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.6", + "version": "2.6.7", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/auth/staff/DissolutionSchedule.vue b/auth-web/src/components/auth/staff/DissolutionSchedule.vue index bb05b4b364..4529955ad4 100644 --- a/auth-web/src/components/auth/staff/DissolutionSchedule.vue +++ b/auth-web/src/components/auth/staff/DissolutionSchedule.vue @@ -41,7 +41,7 @@ Moving {{ scheduleSummaryNumber }} businesses into D1 dissolution every @@ -51,48 +51,17 @@ @@ -232,52 +201,27 @@ export default defineComponent({ } } -// Vuetify Override of list item to change it's text and icon color to app blue -.theme--light.v-list-item .v-list-item__action-text, .theme--light.v-list-item .v-list-item__subtitle { +// Remove background + shadow of the edit button. Change the colors to app blue. +::v-deep .edit-button { + background-color: transparent !important; color: $app-blue; + box-shadow: none; + + // Icon color is app blue. .v-icon.v-icon { color: $app-blue; } -} -// Adding shadows to buttons -.action-btn, .more-actions-btn { - box-shadow: 0 1px 1px 0px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%); - -webkit-box-shadow: 0 1px 1px 0px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%); + // Increasing the Edit text size by a bit + text color is app blue. + .edit-txt { + color: $app-blue; + font-size: $px-16; } - -// The action buttons styling (Pause, Resume) -.action-btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - min-width: 5.5rem !important; - margin-right: 1px; -} - -// The more actions button styling (chevron) -.more-actions-btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -// make menu button slightly smaller -.menu-btn { - min-width: unset !important; -} - -// Increasing dropdown menu (list) size to same size as button -.v-list { - min-width: 8.5rem !important; } // Making the pencil icon smaller .mdi-pencil:before, .mdi-pencil-set { - font-size: $px-16; -} - -// Increasing the Edit text size by a bit -.edit-txt { - font-size: $px-14; + font-size: $px-20; } // Hiding the spin button of the v-text-field diff --git a/auth-web/src/views/auth/staff/InvoluntaryDissolution.vue b/auth-web/src/views/auth/staff/InvoluntaryDissolution.vue index 7768e5f524..9a4b3de2ee 100644 --- a/auth-web/src/views/auth/staff/InvoluntaryDissolution.vue +++ b/auth-web/src/views/auth/staff/InvoluntaryDissolution.vue @@ -26,6 +26,7 @@ The system will prioritize the oldest eligible businesses to move into D1 dissolution, automatically saving a list of businesses in each batch to the LAN. The schedule will run until there are no more businesses ready for D1 dissolution. + To pause the schedule, enter a batch size of 0.