Conversation
- Updated the Layout component to include organization validation and improved session handling. - Refactored the MainMenu and Sidebar components to integrate the OrganizationSwitcher for better organization management. - Introduced a new OrganizationInitialsAvatar component for displaying organization initials with dynamic gradients. - Replaced DropdownMenu with a more accessible Popover and Command components for organization selection. - Added localization for new organization-related labels and placeholders. - Improved styling consistency across components, ensuring a cohesive user experience.
…ove styling - Replaced gradient definitions with a new COLOR_PAIRS array for background and text colors, enhancing dark mode support. - Simplified color selection logic in OrganizationInitialsAvatar to utilize COLOR_PAIRS. - Updated styling in OrganizationSwitcher for improved consistency and accessibility.
Claudio/misc fixes apr 29
- Changed all references from "employees" to "people" in routes and API endpoints for consistency. - Updated revalidation paths in invite and remove employee actions to reflect the new naming convention. - Removed deprecated employee layout and page components, replacing them with new people-related components. - Adjusted localization files to reflect the terminology change from employees to people. - Enhanced the UI components to align with the new structure, ensuring a cohesive user experience.
…/comp-105-simplify-people-management
… variables - Removed session cookie handling and related logic from the middleware. - Cleaned up unused variables and streamlined the middleware function for improved clarity and performance.
remove middleware
- Added FloatingOnboardingChecklist component to display onboarding progress. - Introduced getOnboardingStatus action to fetch onboarding status from the database. - Created generateChecklistItems function to generate checklist items based on onboarding data. - Updated Layout and Page components to integrate onboarding status handling and error management. - Refactored Checklist component to use ChecklistItemProps for better type safety.
…le-management Claudio/comp 105 simplify people management
…ation-widget Claudio/comp 106 add implementation widget
- Added markOnboardingStep action to update onboarding step completion status. - Implemented optimistic UI updates in FloatingOnboardingChecklist for a smoother user experience. - Integrated error handling and state management for onboarding step updates. - Updated types to ensure type safety for onboarding steps and checklist items.
…ation-widget-2 feat: enhance onboarding actions and checklist component
- Removed unused Badge import and consolidated imports for better readability. - Updated ChecklistItemProps import path for consistency with project structure. - Enhanced code organization by removing unnecessary components and ensuring clarity in the ChecklistItem implementation.
…ation-widget-3 refactor: streamline ChecklistItem component and update imports
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
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.
What does this PR do?
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Video Demo (if applicable):
Image Demo (if applicable):
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist