Apr 9, 2025
Release 1.0.46 includes new features such as a Favorites Modal for managing user-favorite prompts and improved prompt management functionalities. It also addresses several hot fixes, including better handling of multiple message formats and UI enhancements for a more consistent user experience. Additionally, it features increased wait times in tests to enhance CI reliability and improved validation logic for onboarding flows.
🚀 New Features and Enhancements
AI AGENTS
Favorites Modal
Introduced
FavoritesModal
to manage user-favorite promptsIntegrated modal state management via
useChatAgent
Added test IDs for more reliable UI testing
Prompt Management
Added
isEdit
andtitle
props toPromptCard
Improved
unfavoriteCustomPrompt
logic for better user feedback and accessibilityImplemented "Unfavorite All Prompts" functionality for bulk management
🛠️ UI/UX Improvements & Fixes
UI ENHANCEMENTS
Adjusted padding, margins, and widths across
OnboardingFooter
,OnboardingStep1
, andStep3
Updated
AgentCard
andRoundedCheckbox
for visual consistencyReplaced outdated
SpinnerLoader
with a modernSplashLoader
for a smoother loading experience
ONBOARDING FLOW ENHANCEMENTS
Introduced constants and a new custom hook (
useEmployerInfoForm
) for managing employer-related fieldsEnhanced field control and validation logic
Added loading states and API dispatch capabilities in Steps 2 and 3 of onboarding
OPTIONAL CHAINING
Prevented runtime errors by using optional chaining when accessing nested message properties
CHATAGENT ENHANCEMENTS
Better handling of multiple message formats
Improved prompt modal toggle logic
Removed unused props (
isShowTabs
,title
) fromPromptCard