Open
Conversation
- Convert ConfirmsPassword.vue to Typescript.
- Delete HorizontalRadioButtons.vue component. - Delete LocationAccordion.vue component. - Delete RadioDropDown.vue component. - Delete VerticalRadioButtons.vue component. - Delete Jetstream Banner.vue component. - Delete Jetstream Button.vue component. - Delete Jetstream Dropdown.vue component. - Delete Jetstream DropdownLink.vue component. - Delete Jetstream NavLink.vue component. - Delete Jetstream ResponsiveNavLink.vue component.
- Update script block to use TypeScript.
- Pause and resume reservationWatch during shift reservation. - Update watch trigger conditions on locations and flagDates.
- Defines TypeScript types for PrimeVue Accordion header slots.
- Update emitted event types for `update:date` and `locations-for-day`.
- Rename isMyShift to haveAShift for clarity.
- Remove Loading component. - Update ComponentSpinner with backdrop blur and adjusted opacity.
- Update emitted event type for locations-for-day to LocationsOnDate.
- Change `locationsOnDays` to `locationsOnDates` to more accurately represent data. - Introduce `locationsForSelectedDate` computed property to filter locations based on the selected date. - Refactor location marker logic into `markRosteredLocations` function. - Update watchers to use `locationsForSelectedDate` and `markRosteredLocations` to improve efficiency. - Replace `Loading` component with `ComponentSpinner`.
- Replace Loading component with ComponentSpinner. - Update LocationsOnDate type in DatePicker.
- Remove CheckboxSelectField component. - Create UserTableOptionalFields component. - Update UserActionsModal component to use new components and PrimeVue dialog. - Update UserTable component to use store for column filters. - Update store to include column filter state.
- Update the availability prop type in ShowRegularAvailabilityForm to AvailabilityData.
- Modified the constructor properties to remove the unnecessary user id.
- Update type definition for userId prop. - Define type for computed `ranges` property.
- Update ExtendedUserData to use Optional and LiteralTypeScriptType attributes. - Update UserAdminData to use Optional and LiteralTypeScriptType attributes. - Update ShiftData to use Optional attributes and adjust data creation. - Update UserData to use Optional attribute for id.
- Change marital_status property to use MaritalStatus enum.
…nges. - Update computed property to align with filter value.
- Add clean_description property to LocationAdminData.
- Update getData to be async - Adjust reportSaved to call getData without a return value
- Update UserTable to use route helper for available users endpoint. - Name the available users for shift route.
- Add config/excel.php for managing excel import and export configurations.
- Removed unnecessary import.
- Use void operator to suppress promise rejection warnings for nextTick callback in Import.vue.
- Modify the type definition for the `errors` property to include `Partial<Record<string, string>>`.
- Added a link to the spouse's profile. - Removed direct display of spouse name and replaced it with a link.
…ing the dateStringToDateObject signature
fix(layout): adjust main section flex properties
- Reorder import statements and type definitions - Remove duplicate imports and unused components - Consolidate variable declarations and function definitions
- Add useCurrentPageInfo composable for route state management - Update NavMenuItem to use centralized current page detection - Modify NavSubmenu to handle active state with new composable - Enhance NavCurrentUser with active state styling - Adjust AppLayout to initialize route data on navigation - Update Nav component spacing utilities
- Add type prop with default value to BackButton component
- Move Form interface from shims to types - Add DeepKeys utility type for nested keys - Update FormErrors to use DeepKeys
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regular Availability
Admin Dashboard --> Add Volunteer
This pull request contains a migration