mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
- Add user_created field to all item update operations to maintain proper user association - Update useMyProfile hook to use direct computation instead of useMemo to avoid React hook queue issues - Refactor UserControl to use useMyProfile hook for consistency - Fix user_created handling in LocateControl, ItemFormPopup, useSelectPosition, and itemFunctions - Add user parameter to linkItem, unlinkItem, and related functions with proper TypeScript signatures - Update all function calls and tests to include user parameter - Ensure proper null safety with user ?? undefined pattern 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
AppShell provides componentes to structure the overall layout of a singlepage application including Navbar and Sidebar
Auth provides the UI components for Login, Signup, Password Reset and the useAuth hook, which handls all the authentification logic and provides the user context
Gaming provides components for gamification
Input
Map