Development fix broken balance#549
Merged
Mahmoud-Emad merged 6 commits intodevelopmentfrom Jan 13, 2026
Merged
Conversation
- Display a warning for orphaned transferred days - Enable synchronize button for orphaned days - Add logic to fix orphaned transferred days links - Improve serializer to fetch previous year's balance directly - Update log messages for balance and transferred days fixes
- Add search input field for team members - Implement debounced search handler - Filter team members by name on backend - Update "no users" message based on search query
- Remove search input from Team view - Add search input to Users view - Implement debounced search in Users view - Update API to support user search by full name
- Replace text search with user autocomplete - Update API call to filter by user_full_name - Adjust route query parameters for user filtering - Modify watch listeners to include selectedUser - Enhance backend search to handle first/last name
- Add `dropdownUsers` ref to store active users - Implement `fetchDropdownUsers` to get active user list - Update `initialize` to fetch dropdown users - Use `dropdownUsers` for user selection filtering
- Add loading state to user autocomplete - Fetch and display users with loading feedback - Initialize user dropdown loading state
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.
Description
Describe the changes introduced by this PR and what does it affect
Changes
List of changes this PR includes
Related Issues
List of related issues
Checklist