- Added critical guidelines prohibiting the direct creation of user menu screens in React (.tsx) files, emphasizing that user menus must be implemented through database registration methods (screen_definitions, screen_layouts_v2, menu_info). - Clarified that backend agents should not request or suggest the creation of frontend pages for user menus. - Reinforced the importance of adhering to the established rendering system to prevent hardcoding UI components. Made-with: Cursor |
||
|---|---|---|
| .. | ||
| AdminButton.tsx | ||
| AdminPageRenderer.tsx | ||
| AppLayout.tsx | ||
| EmptyDashboard.tsx | ||
| Logo.tsx | ||
| MainHeader.tsx | ||
| MainSidebar.tsx | ||
| MobileMenu.tsx | ||
| ProfileModal.tsx | ||
| SideMenu.tsx | ||
| TabBar.tsx | ||
| TabContent.tsx | ||
| ThemeToggle.tsx | ||
| UserDropdown.tsx | ||