Skip to content

Loads of changes#1992

Merged
kylemh merged 39 commits intomainfrom
more-changes
Apr 12, 2026
Merged

Loads of changes#1992
kylemh merged 39 commits intomainfrom
more-changes

Conversation

@kylemh
Copy link
Copy Markdown
Member

@kylemh kylemh commented Mar 25, 2026

  • MDX
  • Make podcast page static
  • shadcn/RadixUI --> shadcn/BaseUI
  • fix sitemap
  • lint config cleanup
  • various style changes
  • react compiler
  • fix meta images

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
operation-code Ready Ready Preview, ✅ 1 resolved Apr 12, 2026 11:55am
storybook Ready Ready Preview, Comment Apr 12, 2026 11:55am

Request Review

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 25, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 51.78% 349 / 674
🔵 Statements 52.64% 368 / 699
🔵 Functions 56.16% 164 / 292
🔵 Branches 65.65% 195 / 297
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/components/InlineLoadingSpinner.tsx 100% 100% 100% 100%
src/components/Analytics/AnalyticsProvider.tsx 0% 0% 0% 0% 1-64
src/components/Branding/ColorSection/ColorSection.tsx 100% 100% 100% 100%
src/components/Branding/FontSection/FontSection.tsx 100% 100% 100% 100%
src/components/Branding/LogoSection/LogoSection.tsx 100% 100% 100% 100%
src/components/Branding/Swatch/__stories__/Swatch.stories.tsx 0% 100% 100% 0% 4-29
src/components/Cards/Card/Card.tsx 100% 100% 100% 100%
src/components/Cards/Card/__stories__/Card.stories.tsx 0% 100% 100% 0% 4-31
src/components/Cards/FlatCard/FlatCard.tsx 100% 91.66% 100% 100%
src/components/Cards/FlatCard/__stories__/FlatCard.stories.tsx 0% 100% 100% 0% 4-25
src/components/Container/Container.tsx 100% 100% 100% 100%
src/components/Container/__stories__/Container.stories.tsx 0% 100% 100% 0% 4-29
src/components/Content/Content.tsx 100% 100% 100% 100%
src/components/Content/__stories__/Content.stories.tsx 0% 100% 100% 0% 4-28
src/components/ErrorDisplay/__stories__/ErrorDisplay.stories.tsx 0% 100% 100% 0% 4-18
src/components/FAQ/FAQSection.tsx 0% 100% 0% 0% 1-20
src/components/FeaturedJobItem/__stories__/FeaturedJobItem.stories.tsx 0% 100% 100% 0% 4-31
src/components/Footer/Footer.tsx 100% 100% 100% 100%
src/components/Form/MultiStepForm.tsx 94.87% 100% 90.9% 94.11% 169-170
src/components/Form/Checkbox/Checkbox.tsx 100% 100% 100% 100%
src/components/Form/Checkbox/__stories__/Checkbox.stories.tsx 0% 100% 100% 0% 4-23
src/components/Form/Input/Input.tsx 100% 78.94% 100% 100%
src/components/Form/Input/__stories__/Input.stories.tsx 0% 100% 100% 0% 4-54
src/components/Form/Label/Label.tsx 100% 100% 100% 100%
src/components/Form/Label/__stories__/Label.stories.tsx 0% 100% 100% 0% 4-18
src/components/Form/Select/SelectMulti.tsx 100% 75% 100% 100%
src/components/Form/Select/SelectSingle.tsx 100% 75% 100% 100%
src/components/Forms/RegistrationForm/RegistrationForm.tsx 83.33% 85.71% 75% 83.33% 32-35, 91, 241, 270
src/components/Forms/UpdateProfileForm/UpdateProfileForm.tsx 22.5% 10.52% 12.5% 23.68% 16-36, 62-90, 95-99
src/components/Forms/UpdateProfileForm/steps/MilitaryDetails.tsx 100% 100% 100% 100%
src/components/Forms/UpdateProfileForm/steps/MilitaryStatus.tsx 100% 100% 100% 100%
src/components/Forms/UpdateProfileForm/steps/PersonalDetails.tsx 100% 100% 100% 100%
src/components/Forms/UpdateProfileForm/steps/ProfessionalDetails.tsx 100% 100% 100% 100%
src/components/Heading/Heading.tsx 100% 100% 100% 100%
src/components/Heading/__stories__/Heading.stories.tsx 0% 100% 100% 0% 4-27
src/components/HeroBanner/HeroBanner.tsx 100% 100% 100% 100%
src/components/HeroBanner/__stories__/HeroBanner.stories.tsx 0% 100% 100% 0% 4-21
src/components/Medal/__stories__/Medal.stories.tsx 0% 100% 100% 0% 5-24
src/components/Nav/Nav.tsx 72.22% 50% 66.66% 75% 24, 28-29, 48-49
src/components/Nav/NavListItem/NavListItem.tsx 100% 95.45% 100% 100%
src/components/Nav/NavMobile/NavMobile.tsx 100% 100% 100% 100%
src/components/OutboundLink/OutboundLink.tsx 80% 71.42% 50% 80% 46
src/components/OutboundLink/__stories__/OutboundLink.stories.tsx 0% 100% 100% 0% 4-25
src/components/Press/PressLinks/PressLinks.tsx 100% 100% 100% 100%
src/components/Press/PressPhotos/PressPhotos.tsx 100% 100% 100% 100%
src/components/ProgressIndicator/__stories__/ProgressIndicator.stories.tsx 0% 100% 100% 0% 4-29
src/components/ReusableSections/DonateSection/DonateSection.tsx 100% 100% 100% 100%
src/components/ReusableSections/JoinSection/JoinSection.tsx 100% 100% 100% 100%
src/components/ReusableSections/SponsorsSection/SponsorsSection.tsx 100% 100% 100% 100%
src/components/ScreenReaderOnly/ScreenReaderOnly.tsx 100% 100% 100% 100%
src/components/ScreenReaderOnly/__stories__/ScreenReaderOnly.stories.tsx 0% 100% 0% 0% 4-18
src/components/ScrollToTopButton/ScrollToTopButton.tsx 100% 50% 100% 100%
src/components/ScrollToTopButton/__stories__/ScrollToTopButton.stories.tsx 0% 100% 0% 0% 4-18
src/components/Section/Card.tsx 0% 0% 0% 0% 13-37
src/components/Section/FAQ.tsx 0% 100% 0% 0% 1-14
src/components/Section/Q.tsx 0% 100% 0% 0% 1-32
src/components/Section/Section.tsx 100% 100% 100% 100%
src/components/Section/Story.tsx 0% 100% 0% 0% 10-13
src/components/Section/__stories__/Q.stories.tsx 0% 100% 100% 0% 4-20
src/components/Section/__stories__/Section.stories.tsx 0% 100% 100% 0% 4-24
src/components/SocialMedia/__stories__/SocialMedia.stories.tsx 0% 100% 0% 0% 4-18
src/components/Timeline/Timeline.tsx 100% 100% 100% 100%
src/components/Timeline/TimelineEvent/TimelineEvent.tsx 100% 100% 100% 100%
src/components/Timeline/TimelineNav/TimelineNav.tsx 60% 100% 50% 66.66% 12-13, 24, 39
src/components/ZipRecruiterJobs/ZipRecruiterJobs.tsx 0% 0% 0% 0% 1-62
src/components/ui/accordion.tsx 0% 100% 0% 0% 1-71
src/components/ui/alert.tsx 40% 100% 25% 40% 38-65
src/components/ui/button.tsx 100% 100% 100% 100%
src/components/ui/card.tsx 0% 0% 0% 0% 10-85
src/components/ui/dialog.tsx 0% 0% 0% 0% 1-123
src/components/ui/dropdown-menu.tsx 25% 44.44% 20% 25% 14, 53-238
src/components/ui/field.tsx 48% 35.71% 30.76% 45.83% 9-48, 85-160, 176, 180, 189-192, 202-210
src/components/ui/label.tsx 50% 100% 0% 50% 8-16
src/components/ui/separator.tsx 50% 0% 0% 50% 8-17
src/components/ui/sheet.tsx 45.45% 100% 40% 45.45% 19, 27-35, 77-112
src/components/ui/__stories__/Accordion.stories.tsx 0% 100% 0% 0% 4-30
src/components/ui/__stories__/Alert.stories.tsx 0% 100% 0% 0% 4-45
src/components/ui/__stories__/Button.stories.tsx 0% 100% 100% 0% 4-20
src/components/ui/__stories__/Card.stories.tsx 0% 100% 0% 0% 5-41
src/components/ui/__stories__/Dialog.stories.tsx 0% 100% 0% 0% 13-36
src/components/ui/__stories__/DropdownMenu.stories.tsx 0% 100% 0% 0% 13-36
src/components/ui/__stories__/Field.stories.tsx 0% 100% 0% 0% 12-67
src/components/ui/__stories__/InlineLoadingSpinner.stories.tsx 0% 100% 0% 0% 4-18
src/components/ui/__stories__/Label.stories.tsx 0% 100% 100% 0% 4-12
src/components/ui/__stories__/Separator.stories.tsx 0% 100% 0% 0% 4-29
src/components/ui/__stories__/Sheet.stories.tsx 0% 100% 0% 0% 12-46
Generated in workflow #99 for commit ca8a310 by the Vitest Coverage Report Action

@kylemh kylemh merged commit d6d7366 into main Apr 12, 2026
13 checks passed
@kylemh kylemh deleted the more-changes branch April 12, 2026 11:58
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