Fix issue in branding page#18
Closed
IkiaeM wants to merge 24 commits into
Closed
Conversation
…istence - Wrap announcement banner in ClientOnly to prevent SSR/client hydration mismatch - Add hash-based dismissal tracking to persist state per unique announcement message - Add announcementReady flag with nextTick to ensure proper transition rendering - Replace simple boolean dismissal key with message-specific hash key in sessionStorage
Fix Announcement Banner Dismissed & Add secrets in gitignore
Release v0.3.0
Release v0.3.1
Dim145
added a commit
to Dim145/opentracker
that referenced
this pull request
Jun 20, 2026
…itor, nuxt - nodemailer 8.0.7 -> ^8.0.9 (resolves 8.0.11): CRLF injection in List-* header comments (GHSA-268h-hp4c-crq3) + jsonTransport bypasses disableFileAccess / disableUrlAccess (GHSA-wqvq-jvpq-h66f), both medium. Alerts florianjs#27, florianjs#28. - dompurify -> ^3.4.9 pnpm override (resolves 3.4.11; transitive via isomorphic-dompurify): multiple IN_PLACE / Trusted-Types / template sanitization bypasses (medium/low). Alerts florianjs#19-florianjs#25 (incl. florianjs#22, whose vulnerable range <=3.4.6 is below 3.4.11). - launch-editor -> ^2.14.1 pnpm override (transitive): NTLMv2 hash disclosure via UNC path handling on Windows (GHSA-v6wh-96g9-6wx3, medium). Alert florianjs#26. - nuxt 4.4.6 -> ^4.4.7 (resolves 4.4.8): dev server discloses project absolute path + workspace UUID via /.well-known (GHSA-rq7w-g337-39qq, low). Alert florianjs#18. Regenerated pnpm-lock.yaml. Verified resolved: nodemailer 8.0.11, dompurify 3.4.11, launch-editor 2.14.1, nuxt 4.4.8. Nitro build + vitest (31 unit, 7 integration) green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Fixes all issues when deleting and editing data on the "branding" page.