Anton Tranelis 6fcdef0433 fix(lib): ensure user_created is preserved in all item operations
- 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>
2025-08-20 18:55:02 +02:00
..
2025-07-11 13:37:05 +02:00
2025-06-12 10:46:01 +02:00
2025-07-04 08:36:11 +02:00
2025-06-12 10:46:01 +02:00
2025-07-11 13:37:05 +02:00
2025-06-12 10:46:01 +02:00

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