- Updated gsap dependency in
- Refactored DraggableWidget component to utilize gsap's Draggable for improved drag-and-drop functionality.
- Enhanced the handling of widget reordering and panel capacity calculations.
- Improved the rendering logic for different widget types.
- Added new styles for better visual feedback during drag operations.
- Changed server socket and REST API base URLs in .env file.
- Added FingerprintJS dependencies to package.json and package-lock.json.
- Implemented fingerprint generation in UserAuth component.
- Updated API endpoints from v1 to v2 in various service files.
- Refactored API calls to include authorization tokens.
- Commented out console log statements for cleaner production code.