* fix(utils): replace map with forEach to resolve biome lint error
* fix(utils): replace map with forEach in getCategoryList for clarity
* fix(utils): specify radix parameter in Number.parseInt for clarity
---------
Co-authored-by: L4Ph <me@l4ph.moe>
There was no bug for this, but if you display the theme color selector on safari on iOS and the reset to default theme color button is visible, you can see that after the fade in animation finished to show the popup there is an abrupt change of position of this button.
* fix: refactor onMount to avoid unnecessary async calls for search
* Production debugging to check the console
* feat: enhance Pagefind integration with improved loading checks and error handling
* fix: improve Pagefind integration with event handling for loading and errors
* fix: Correct template literals for aria-label attributes in PostMeta and Pagination components
* fix: Update template literals to use correct syntax in multiple components
* fix(remark-excerpt): change loop variable to const for better readability
* fix(rehype-component-github-card): correct string quotes for consistency in title element
* fix(remark-directive-rehype): update biome-ignore comment for clarity on linting rule
* fix(rehype-component-admonition): use optional chaining for properties check and improve formatting
* fix(Pagination): improve equality checks and enhance code readability
* fix(TOC): correct equality check for consistency in removeTailingHash function
* fix(ImageWrapper): update import path to use 'node:path' for consistency
* fix(PostCard): update import path to use 'node:path' for consistency
The back-to-top wrapper element is hidden but blocks hover events from other elements that may overlap in the same position.
NOTE that this does not affect any component in the current design. I happened to notice this on a different fork where it was causing an issue and therefore I suggest the change but feel free to ignore this if you think is not relevant enough or could cause problems with the back to top component.
* upgrade astro dependencies
* migration to Svelte 5
* Resolution of module version
* fix migrate script error
* fix migrate error comment
* fix Stylus format
* add intellisense for typescript
* Upgrading astrojs/svelte and svelte, and organizing dependencies
* Delete the incorrect settings.
* upgrade astro
* Fixed an error that occurred due to svelte.config.ts using unsupported features.