Feat/fdsg UI#6
Merged
Merged
Conversation
- Added support for embedded mode in authentication logic, allowing seamless integration with external applications. - Updated `AccountSettings` component to conditionally render logout option based on embedded status. - Implemented cookie parsing to sync tokens from cookies to localStorage for improved session management. - Enhanced `AuthContext` to manage embedded state and adjust navigation behavior accordingly. - Updated `.gitignore` to exclude `docs` directory.
- Added logic to handle token exchange via URL parameter for improved embedded authentication. - Set cookies for session management and reload the application without the token parameter. - Enhanced existing cookie synchronization to support both embedded and normal modes.
- Replaced fetch API with synchronous XMLHttpRequest for token exchange during embedded authentication. - Improved error handling for token exchange failures. - Streamlined cookie management and application reload process after successful authentication.
- Added specific border-radius styles for sidebar edge tab buttons to improve visual coherence. - Updated main layout styles in Presentation and TemplatesView components for a cleaner appearance. - Adjusted background color in Root component for better integration with the overall theme. - Refined Nav and SidePanelGroup components by removing unnecessary styles for a more streamlined look.
…iLibreChat into feat/fdsg_ui
…ing and structure - Updated UploadButton styles for better visual consistency, changing border-radius and background properties. - Adjusted asset paths in UploadButton for correct resource loading. - Reorganized imports in ResourcesRoute for clarity and consistency. - Enhanced state management in ResourcesRoute, ensuring better readability and maintainability. - Cleaned up whitespace and formatting for improved code quality.
…stency - Updated folder and file icons to use a consistent wrapper for better alignment and visual appeal. - Adjusted icon sizes and classes to enhance responsiveness and maintain design coherence across the component.
- Reorganized import statements for better clarity and consistency. - Enhanced state initialization formatting for improved readability. - Cleaned up whitespace and formatting throughout the component for a more polished codebase. - Adjusted error handling messages for better user feedback.
- Refined search input styles for better alignment and visual consistency, including adjustments to height and border colors. - Modified search icon size for enhanced visual coherence with the updated input design. - Improved button styling for a more polished user experience.
Merge pull request #3 from FyersDev/feat/fdsg_ui
🚨 Unused i18next Keys DetectedThe following translation keys are defined in
|
🚨 Unused NPM Packages DetectedThe following unused dependencies were found: 📂 Root
|
harshith-v-fyers
approved these changes
Apr 22, 2026
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.
Pull Request Template
Summary
Please provide a brief summary of your changes and the related issue. Include any motivation and context that is relevant to your changes. If there are any dependencies necessary for your changes, please list them here.
Change Type
Please delete any irrelevant options.
Testing
Please describe your test process and include instructions so that we can reproduce your test. If there are any important variables for your testing configuration, list them here.
Test Configuration:
Checklist
Please delete any irrelevant options.