- Added image cropping functionality in CreateSubscriptionPage and EditSubscriptionPage.
- Updated price input to handle decimal values and formatting.
- Improved UI elements for image upload sections, including better messaging and styling.
- Refactored affiliate links page to fetch data from an API and handle loading/error states.
- Added Affiliate Management button in the header for easier navigation.
refactor: Update header component to conditionally show shop navigation
feat: Add environment variable check to control shop visibility in public and VIP shop pages
refactor: Clean up VIP shop page by removing unused collections and featured products sections
- Implemented UserDetailModal component for displaying and editing user details.
- Added functionality for archiving/unarchiving users and toggling admin verification.
- Enhanced user profile editing capabilities with form inputs for personal and company profiles.
- Introduced loading and error handling states for better user experience.
- Updated API utility to include a new endpoint for updating user status.
- Modified DetailedUserInfo interface to accommodate new user role 'super_admin'.