# apps/web/src/components/features/profile dir: apps/web/src/components/features/profile index: apps/web/src/components/features/profile/.pi-map.index.md ## role Provides a mobile-specific UI for users to view and edit their profile information. ## files - ProfileMobileView.tsx | Renders a mobile-optimized profile editing form with avatar upload, name/email fields, and save/cancel functionality. | exp: ProfileMobileView | dep: react-router-dom, ../mobile/mobile-edit-view, ../../icon, ../../../api/profile ## arch Single feature-focused component with form handling and file upload, likely using controlled inputs and local state management. ## tags mobile, profile, view, renders, optimized, editing, form, avatar ## symbols - ProfileMobileView ## workflows - change profile behavior read: ProfileMobileView.tsx ## dirty -