Skip to content

Comments

Fix/general#28

Merged
asboyer merged 4 commits intomasterfrom
fix/general
Feb 13, 2026
Merged

Fix/general#28
asboyer merged 4 commits intomasterfrom
fix/general

Conversation

@asboyer
Copy link
Owner

@asboyer asboyer commented Feb 13, 2026

This pull request makes a small update to the .prettierrc configuration file, specifying indentation settings for code formatting. The changes set the tabWidth to 4 spaces and disable the use of tabs, ensuring consistent code style across the project.

It also implements a possible solution to the Safari broken images bug

…oad on error

- Replace global jQuery selector with scoped DOM query to avoid removing srcsets from unrelated images
- Remove jQuery dependency
- Force browser to re-evaluate <img> source after removing <source> elements by resetting src
- Fixes images failing to load / stuck on alt text after navigation due to cached srcset errors
@asboyer asboyer merged commit dbe46a6 into master Feb 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant