-
Notifications
You must be signed in to change notification settings - Fork 105
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add responsive search functionality with sticky search bar and navigation #613
base: main
Are you sure you want to change the base?
Add responsive search functionality with sticky search bar and navigation #613
Conversation
@Ryadav0654 please address the conflicts. Seems trivial enough. :) |
resolved |
Hey @Ryadav0654, please pull these changes into your PR: It's basically some linting fixes + case insensitive search. |
Done |
@Ryadav0654 there are linting failures. Please fix. You'd want to rebase on main first. |
* fix: updated Next to 14.2.16 * fix: updated Next to 15.0.1 * fix: pre-commit hook update for eslint-config-next * fix: pre-commit hook update for eslint-config-next * fix: pre-commit hook update for eslint-plugin-react, eslint-plugin-unused-imports
* chore: downgrade axios version * feat: add count-up hook * feat: add the count-up animation in Dora Cards * refactor: update code as per review comment * fix: linting issue
@jayantbh Thank you for the feedback! I've fixed the linting issues and rebased this branch on the latest main. Could you please review it when you have a moment? Thanks again! |
@Ryadav0654 something went wrong with your rebase, and things that aren't a part of your PR are showing up as well. |
Title:
feat: add responsive search functionality with sticky search bar and navigation
Linked Issue(s)
fixes: #556
Acceptance Criteria fulfillment
Proposed changes (including videos or screenshots)
Screencast.from.2024-10-24.11-59-47.webm
Further comments
This change was made to improve the log searching experience within the application, eliminating the need to rely on browser-native search functionality. The sticky search bar ensures the search and navigation controls are always available, while responsive behavior enhances mobile usability.