Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ SSW.Products YakShaver site is born #12

Merged
merged 66 commits into from
Oct 8, 2024
Merged

Conversation

joshbermanssw
Copy link
Member

@joshbermanssw joshbermanssw commented Sep 30, 2024

This PR addresses the creation of 3 routes on the YakShaver site for SSW.Products. In this PBI we:


🤖🤖🤖🤖

This pull request introduces several new components and updates existing ones to enhance the user interface and functionality. The most important changes include the addition of interactive background effects, new button templates, and a FAQ section. It also includes updates to ESLint configuration and refactoring of page components.

New Components and Templates:

  • Interactive Background:

    • Added InteractiveBackground.tsx to create an interactive background where bubbles follow the mouse cursor and react to its movement. (components/shared/Background/InteractiveBackground.tsx)
    • Added corresponding styles in InteractiveBackground.scss. (components/shared/Background/InteractiveBackground.scss)
  • Buttons:

    • Introduced ActionsButton component and template to define and render action buttons with various styles and sizes. (components/shared/Blocks/ActionsButton.tsx, components/shared/Blocks/ActionsButton.template.tsx) [1] [2]
    • Added BookingButton component and template for a modal booking button. (components/shared/Blocks/BookingButton.tsx, components/shared/Blocks/BookingButton.template.tsx) [1] [2]
  • FAQ Section:

    • Added FAQ component and template to display a list of frequently asked questions with expandable answers. (components/shared/Blocks/FAQ.tsx, components/shared/Blocks/FAQ.template.tsx) [1] [2]

Page Component Refactoring:

Configuration Updates:

  • ESLint Configuration:
    • Disabled the @typescript-eslint/no-explicit-any rule in the .eslintrc.json file. (.eslintrc.json)

Copy link

vercel bot commented Sep 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ssw-products 🛑 Canceled (Inspect) Oct 8, 2024 11:06pm

Copy link
Member

@bradystroud bradystroud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, but a few comments that should be fixed up ASAP

tailwind.config.js Outdated Show resolved Hide resolved
@joshbermanssw joshbermanssw merged commit d13e467 into main Oct 8, 2024
2 checks passed
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.

3 participants