Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ting commands, and release process documentation
…/no-at-html-tags eslint rule
…type annotations, and early returns in ThemeToggle component - Change let to const for state declarations in audio, masterTimer, modal, notifications, and timerSettings stores - Add explicit SEOProps type annotation to SEO component props destructuring - Refactor ThemeToggle to use isBrowser constant instead of browser import - Replace tertiary operator with explicit if/else in applyTheme function - Rename unused event parameter
… area class names - Add @tailwindcss/vite plugin to Vite configuration - Replace px-safe-left and px-safe-right with safe-left and safe-right utility classes - Simplify layout container class structure
- Remove empty lines in PLAN.md markdown lists - Remove duplicate 'transition-all' class in TimerControls button - Remove trailing comma in vite.config.ts exclude array
… each blocks for improved reactivity - Replace native Set with SvelteSet in audio, masterTimer, intervalHandler, and timerSettings stores - Add key expressions to each blocks in IntervalTimeInput, TimerPresets, and TimeSlider components - Refactor SEO component JSON-LD schema from template string to typed object with JSON.stringify - Remove unused event parameter in ThemeToggle handleSystemThemeChange function - Add ESLint configuration for
…O component
- Add renderJsonLd helper function to encapsulate script tag generation
- Split closing script tag to prevent parsing issues with string concatenation
- Move JSON-LD rendering logic from inline {@html} to dedicated function
- Create buildJsonLdScript utility function in lib/utils/jsonLd.ts - Replace inline renderJsonLd function with imported buildJsonLdScript utility - Convert jsonLdScript to derived rune for reactive schema rendering - Remove script tag splitting workaround in favor of complete tag in utility
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.