Conversation
- Add Apple OAuth authentication support with full integration - Fix type error: change nickname from null to undefined in createUser call - Update OAuthConfigTab types to include Apple provider configuration - Add Apple OAuth configuration UI in admin panel - Update frontend types to match backend Apple OAuth config structure
- Replace Apple emoji (🍎) with lucide-react Apple icon component - Add missing Chinese translations for Apple OAuth settings - Add boundOAuthProvider field to profile API to correctly identify bound OAuth provider - Fix Apple account binding status display in user settings - Add i18n support for Apple OAuth configuration placeholders
- Refactor OAuth implementation into modular providers and handlers - Split monolithic user db methods into specialized modules (account, data, oauth, profile, settings) - Update Apple logo with new SVG asset supporting dark/light modes - Add new database migrations for user schema updates - Update frontend components to support new OAuth configuration structure
- Fetch detailed user information (username, nickname, avatar) for reactions in note queries - Update Reaction type definition in frontend to include user object
- Fetch and return full user details (username, nickname, avatar) immediately after adding a reaction - Ensures frontend consistency without page reload
- Add Tooltip component to display avatars of users who reacted - Wrap avatars with Link to navigate to user profile (/user/:username) - Handle anonymous reactions by showing a generic user icon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.