Skip to content

[FRONTEND] Profile "Edit Profile" button has no visual effect #323

@Hydrax117

Description

@Hydrax117

File: src/app/profile/page.tsx
Priority: Major
Type: Bug

Description:
isEditing state is toggled by the "Edit Profile" button, but the UI renders identically regardless of whether isEditing is true or false. The edit mode is completely non-functional.

Acceptance criteria:

  • When isEditing is true, profile fields (username, bio, location) become editable inputs
  • A "Save" and "Cancel" button appear in edit mode
  • "Save" submits changes to the API (or updates local state as interim)
  • "Cancel" reverts changes and exits edit mode

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions