-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Event Pages - Largest Contentful Paint (#3277)
* Events - Removing the search Param * Removing reducer * removing redundant code * removing unused reducer import * Adding placeholder image for the events * Adding lazy loading for the images * adding minimum height for the timing * Adding query param feature * Adding breadcrumb * fixing mobile view * removing query param * Adding bluredBase 64 image * removing unused func * Adding the blurred image for the events * fixing the image import path * Adding search param for client rendering * Adding some spaces for mobile view on relative timings * removing unused placeholder image * Updating the comment * Events page - Largest Contentful Paint Affected route: `/events/*` * Removing layoutshifting on the page * splitting the client side code * updating the deprecated prop * fixing the prop for the video card
- Loading branch information
1 parent
ad5ca5f
commit dc8d02b
Showing
5 changed files
with
28 additions
and
28 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,7 @@ export default { | |
15: ".15", | ||
}, | ||
zIndex: { | ||
1: 1, | ||
videoThumbnail: 11, | ||
}, | ||
height: { | ||
|