feat: reposition clear all filters button to home screen header next to search input #1081#1356
Conversation
|
Thank you @, for creating the PR and contributing to our UltimateHealth project 💗. |
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 33770449 | Triggered | Google Cloud Express API Key | 84d1f3e | frontend/.env.example | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
45b5aa1 to
1711a18
Compare
…om/DeepeshKafalatiya/UltimateHealth into feature/reposition-explore-filters
PR Description
This PR repositions the "Clear All" action trigger directly into the
HomeScreenHeadercomponent, placing it adjacent to the main search articles input field. This change enhances the discoverability of the filter reset action and streamlines the search workflow for users.Key Changes:
hasActiveFilters && onFilterReset) right next to the search<Input />field insideHomeScreenHeader.tsx.Type of Change
Select your work-area
Related Issue
NA
Add your Work Example
Fixes (mention the issue number which this fixes)
closes #1081
Checklist
Undertaking
My code follows the style guidelines of this project.
I have performed a self-review of my code.
I have commented my code, particularly in hard-to-understand areas.
I have made corresponding changes to the documentation.
I have checked for plagiarism and assure its authenticity.
I have read and followed the code of conduct for this repository. I understand that violation of this undertaking may have legal consequences.
I Agree