Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes implementing a logout feature on the profile page. The task involves adding a logout button, displaying a confirmation modal, calling an `AuthContext` method to sign out, clearing local storage, and redirecting the user to the login page upon successful logout. It also requires handling UI states during logout and network errors.
AI Summary: This issue requests the implementation of a user profile bio editing feature. It involves creating UI components for text input, edit/save/cancel actions, enforcing a 200-character limit with a real-time counter, and updating user metadata in Supabase. Technical considerations include XSS prevention and optimistic UI updates, following existing patterns for editing and notifications.