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

feat: [MarginFrontend] Home page #634

Merged
merged 8 commits into from
Feb 25, 2025
Merged

feat: [MarginFrontend] Home page #634

merged 8 commits into from
Feb 25, 2025

Conversation

kcmikee
Copy link
Contributor

@kcmikee kcmikee commented Feb 24, 2025

Refactor frontend: Add base layout, fonts, and core UI components

  • Restructured App.tsx to use a new Home route
  • Added custom font imports for InstrumentSans, BricolageGrotesque, and PilotCommandSpaced
  • Created core Button component with variant support using class-variance-authority
  • Implemented Header and Footer components with responsive design
  • Added initial home page content with typography and button styling

- Restructured App.tsx to use a new Home route
- Added custom font imports for InstrumentSans, BricolageGrotesque, and PilotCommandSpaced
- Created core Button component with variant support using class-variance-authority
- Implemented Header and Footer components with responsive design
- Added initial home page content with typography and button styling
@whateverfw whateverfw self-requested a review February 24, 2025 09:46
@whateverfw whateverfw linked an issue Feb 24, 2025 that may be closed by this pull request
- Standardize CSS variable naming convention (e.g., --color-*, --font-*, --text-*)
- Update component class names to use new CSS variables
- Simplify and normalize font and color references across components
- Remove hardcoded color and font values in favor of theme variables
@kcmikee kcmikee requested a review from whateverfw February 24, 2025 10:55
kcmikee and others added 2 commits February 24, 2025 22:37
- Update CSS variables with more descriptive color names
- Modify Header, Footer, and Home components
@kcmikee kcmikee requested a review from whateverfw February 24, 2025 21:44
Copy link
Collaborator

@whateverfw whateverfw left a comment

Choose a reason for hiding this comment

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

also please put back tailwindcss plugin to vite.config.ts, it was removed by someone else by mistake

Comment on lines 3 to 15
icon: "src/assets/images/DiscordLogo.png",
link: "https://discord.com/",
title: "Discord",
},
{
icon: "src/assets/images/XLogo.png",
link: "https://twitter.com/SpotNet_123",
title: "X",
},
{
icon: "src/assets/images/TelegramLogo.png",
link: "https://t.me/djeck_vorobey1",
title: "Telegram",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't see these images, am I missing something>?

Copy link
Contributor Author

@kcmikee kcmikee Feb 25, 2025

Choose a reason for hiding this comment

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

@whateverfw , on my local, its working, trying to replicate your issue though

Screenshot 2025-02-25 at 9 07 41 AM

Copy link
Collaborator

@whateverfw whateverfw Feb 25, 2025

Choose a reason for hiding this comment

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

do you have images folder inside src/assets locally?
Because if you check PR and commits - there are only fonts, not images

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes i do, i'll change name to something else

Copy link
Collaborator

Choose a reason for hiding this comment

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

are you sure those pushed to git correctly?

@djeck1432 djeck1432 self-requested a review February 25, 2025 07:52
- Add Playwright for browser testing
- Integrate Tailwind CSS in Vite configuration
- Update Button and Header components with refined styling
- Add social media logo assets
- Refactor file paths and button variants
@kcmikee kcmikee requested a review from whateverfw February 25, 2025 09:18
Copy link
Collaborator

@whateverfw whateverfw left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Owner

@djeck1432 djeck1432 left a comment

Choose a reason for hiding this comment

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

LGTM

@djeck1432 djeck1432 merged commit c0d7f6a into djeck1432:main Feb 25, 2025
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.

[MarginFrontend] Home page
3 participants