
October 20, 2025
Build v0.1.15
This update enhances the Inbox, Side Menu, and Vibewall modules with improved consistency, performance, and error handling. It also introduces new backend logic for perceptron activity tracking and pricing, along with expanded end-to-end testing for authentication reliability.
Major updates
Added Jedi Outfit Female in Artwork.
Updated Inbox media preview design to support all media types.
Added research points for pricing plans and upgrades in Figjam.
Updated Perceptron > Memory cards with refined UI.
Added null checks in Shop and User Profile Edit modules for safer data handling and improved app stability.
Applied SharedGlassEffect across Vibewall’s Friends, Followers, and Following modals for a unified look.
Redesigned Inbox mutations and context to support friend actions (accept, reject, cancel, unfriend) with full query invalidation and better error handling.
Added FriendRequestReceived Storybook story to visualize UI states.
Updated Side Menu with Lucide icons (Handbag, Handshake, Landmark, MessagesSquare, UserRoundCog) for consistency and cleaner navigation.
Removed unused SVGs and fixed Perceptron “Create new” width clipping.
Improved Side Menu behavior: hover tooltips, smoother transitions, and faster navigation via prefetch routes.
Upgraded lucide-react to v0.546.0 and improved tooltip consistency in collapsed state.
Implemented first-time login Cypress test with verification code flow to ensure smoother onboarding and test reliability.
Added perceptron sleep activity tracker to measure runtime and calculate pricing accurately.
Filtered perceptrons to show only complete and enabled ones in results for better relevance.
Moved whisper configuration from Inbox to Profile Settings, allowing users to whisper only with online users.
Updated delete message socket events with callback handling for full backend consistency.
Key Fixes
Fixed friend request UI updates — no more stale “Sent” text after cancellation.
Resolved real-time state sync issues between friendRequestFlags and legacy friendStatus.
Ensured query invalidation across all social actions for instant UI refresh.
Fixed TypeScript and ESLint errors in Storybook and component interfaces.
Improved type safety and backward compatibility between InboxContext and UserProfileView.
Fixed perceptron username population bug to always return the correct username.
QA & Deployment
Frontend & Backend have passed QA testing.
Successful build deployed to the test environment.


