You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Using background-image with out components has been causing a lot of performance issues and breaks with any special characters such as <image_name> (1).jpg.
Acceptance Criteria
Replaces all usage of background-image, with equivalent styling.
Steps:
Find all components that use background-image, if in vscode you can make use of find in files.
Replace these with , as this is cached. A good example would be Ella's page, /admin/events/[eventId]/edit.
Description
Using background-image with out components has been causing a lot of performance issues and breaks with any special characters such as
<image_name> (1).jpg
.Acceptance Criteria
Replaces all usage of background-image, with equivalent styling.
Steps:
find in files
.The text was updated successfully, but these errors were encountered: