feat(events): event invite text copy button + CI/footer fixes#32
Merged
Conversation
- Replace details/summary invite text block with inline clipboard icon button next to the event datetime; icon swaps to checkmark on copy - Use standard stacked-rectangles copy icon (Lucide Copy) - Fix clipboard fallback via execCommand textarea method - Remove stray venue address from event page footer meta - Remove footer navigation/connect columns; replace with inline copyright + Contact · GitHub, Contact ordered first - GitHub footer link points to repo issues page
- Remove npm run verify from CI: audit is now handled by Dependabot security alerts; outdated packages handled by Dependabot PRs; Node version enforced by setup-node. Running verify was blocking all Dependabot PRs due to an unfixable transitive CVE in astro's bundled vite (dev tool, not runtime). - Bump actions/checkout@v4 → @v6 in ci.yml and deploy.yml (supersedes open Dependabot PR #29) - Align deploy.yml node-version to 22, matching ci.yml
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.
Summary
npm run verifyfrom CI and pre-push hook — Dependabot security alerts handle audit, Dependabot PRs handle outdated packages. The verify step was blocking all Dependabot PRs due to an unfixable transitive CVE in astro's bundled vite (dev tool, not runtime code)actions/checkout@v4 → @v6in ci.yml and deploy.yml (supersedes PR chore(deps): bump actions/checkout from 4 to 6 #29); align deploy.yml to Node 22 (was 20)Impact on open Dependabot PRs
actions/checkout v4→v6): Superseded by this PR — can be closedTest Plan
/events/2026-04-april-meeting— clipboard icon visible after datetime