mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 05:37:56 +00:00
9ca14ec300edc192e42e01f340c5b21c1ea858e3
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%