✅ Upgraded to Tailwind CSS v4.1.8 with full shadcn/ui compatibility
✅ Updated all shadcn/ui components to latest versions with Tailwind v4 support
✅ Upgraded to the latest version of NextJS 15.2.0
✅ You can now save your bank card details with strong encryption
✅ Implemented mixed ordering system - password and credit card lockers now save in the same order as they are added
✅ Fixed credit card icon display issues in both edit and read-only modes
✅ Credit card icons now correctly display based on detected card type (Visa, Mastercard, Amex, etc.)
✅ Fixed search functionality to preserve correct locker types and icons
✅ Added decrypting indicators for all encrypted fields (card number, expiry, CVC)
✅ Enhanced database schema with card_type storage for persistent icon display
✅ Resolved search result stale data issues with real-time locker updates
✅ Significantly improved performance by reducing the number of api calls required to the DB by eliminating redundant/duplicate calls
✅ Significantly improved performance by implementing caching of extremely high use user keys which greatly reduces the number of api calls required to the DB
✅ Added a password generator to the dashboard. This allows you to generate unique passwords for your lockers based on your preferences
✅ Added server side validation for master key creation
✅ Fixed a bug that would cause the folder select dropdown to not open in mobile views
✅ Fixed a bug that would cause a flickering effect when signing in or signing up