- Adds the Twitter/X icon back in the Footer.
- Removes code that called the
/auth/patrons/tokens/{token}
Platform API. The code supported the feature that displayed a logged in patron's name but this has long been removed. The API endpoint itself has also been removed and is deprecated. - Removes Twitter/X icon from the Footer.
- Adds
.nvmrc
file for Node 20.
- Updates to Node 20 in Dockerfile and Github Actions.
- Updates
vite
to4.5.3
.
- Adds
!important
designation to header font sizes so consuming app styles don't override it. - Ensures consuming app, libguides, has base font of 16px so header appears correctly.
- Removes fallback font options so footer inherits from the DS.
- Updates "Press" link in the footer to point to
/press
. - Updates old "browse" and Encore links to the new "borrow.nypl.org" domain.
- Fixes search term encoding so that Vega can properly consume the query.
- Updates the DS version to 2.1.1.
- Updates the Donate button URL.
- Adds commands to copy the latest Docker image on ECR to a previous image before pushing the latest image
- Adds commands for Travis to initiate changes to the fallback stack
- Updates the DS version to
1.7.3
. - Updates the breakpoints, spacing, font size, icons, and colors to the mobile and desktop header. This is a general UI update for minor visual improvements.
- Updates to DS version 1.7.1.
- Updates the spacing between elements in the
Header
component for mobile and desktop. This does not include any of the popup menus.
- Adds explicit focus styles for the skip nav links. They were inadvertently removed when the global styles were disabled.
- Adds style files for the
Header
andFooter
component. A new theme file is created and passed to theDSProvider
component.
- Removes the reset CSS and disables global styles in the
DSProvider
component.