Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make Navigation Visible by Default on Clean Install 馃Л #1309

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

danny-avila
Copy link
Owner

Summary

I've refactored the navigation component to ensure it is visible by default on a clean install of LibreChat. This change was motivated by user feedback indicating that the initial experience can be confusing with the navigation not immediately accessible. By making the navigation bar visible from the start, new users can more easily explore the app's features, improving overall user satisfaction.

Change Type

  • New feature (non-breaking change which adds functionality)

Testing

To verify the new behavior:

  1. Perform a fresh installation of the app.
  2. Launch the app and observe that the navigation bar is immediately visible.
  3. Navigate through the different sections to ensure that each link in the navigation bar functions correctly.

Additionally, ensure that the visibility of the navigation bar persists across app restarts and does not interfere with any other UI components.

Test Configuration:

  • Fresh installation environment
  • Various screen sizes to check responsive design

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • I have made pertinent documentation changes
  • My changes do not introduce new warnings
  • I have written tests demonstrating that my changes are effective or that my feature works
  • Local unit tests pass with my changes

@danny-avila danny-avila merged commit 9041fe7 into main Dec 8, 2023
1 check passed
@danny-avila danny-avila deleted the nav-visible branch December 8, 2023 03:42
shortpoet pushed a commit to shortpoet/LibreChat that referenced this pull request Dec 30, 2023
cnkang pushed a commit to cnkang/LibreChat that referenced this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant