mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-25 19:58:02 +00:00
725640fccf5449d22c1cef991963f402e79d903e
Root Cause: - ProfileSettings was saving to: phone, (missing location, website) - Dashboard was reading from: phone_number, location, website - Field name mismatch caused "Not set" despite successful saves Changes to ProfileSettings: 1. Renamed field: phone → phone_number (matches Dashboard & migration) 2. Added fields: location, website (now editable) 3. Updated state initialization, loadProfile, and updateProfile functions 4. Added UI inputs for Location and Website Now ProfileSettings saves to: - username, full_name, bio ✅ - phone_number, location, website ✅ (was: phone ❌) - language, theme ✅ Dashboard reads from same fields: - full_name, phone_number, location, website ✅ Result: Profile updates now persist correctly! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Languages
HTML
75.2%
TypeScript
21.3%
Rust
1.9%
PLpgSQL
0.7%
JavaScript
0.6%
Other
0.2%