-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addresses bug with truncation and filtering (#3896)
# Description and Motivation - truncates author names only on smaller screens (below the 'md' breakpoint). - stores the full author names and filters the value of the full author name, when previously it was using the label. this caused issues with finding the articles written by the Authors with truncated names - added isMdAndUp to the dependencies to update truncation logic on viewport changes. ## Has this been tested? How? tests passing ## Screenshots (if appropriate) ![Screenshot 2024-12-30 at 4 54 04 PM](https://github.com/user-attachments/assets/3cd81d86-0c92-4954-95f2-020b6b4f9d37) ![Screenshot 2024-12-30 at 4 53 43 PM](https://github.com/user-attachments/assets/a2574a53-f405-4c36-add4-6267867d0079) ## Types of changes - Bug fix ## New frontend preview link is below in the Netlify comment 😎 --------- Co-authored-by: Ben Hammond 🎛️ <[email protected]>
- Loading branch information
1 parent
2cf41d7
commit 2707143
Showing
1 changed file
with
46 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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