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: new landing page #291

Merged
merged 3 commits into from
Jan 15, 2024
Merged

feat: new landing page #291

merged 3 commits into from
Jan 15, 2024

Conversation

isaaclindenman
Copy link
Contributor

Pull Request Checklist

  • New code has tests
  • Code has documentation
  • Pre-Commit (pre-commit run --all-files) was executed and passed
  • Tests were ran and passed

Description

Close Issue(s)

@isaaclindenman isaaclindenman linked an issue Jan 13, 2024 that may be closed by this pull request
frontend/public/images/prompt-mangment.svg Outdated Show resolved Hide resolved
frontend/public/messages/en.json Outdated Show resolved Hide resolved
frontend/public/messages/en.json Outdated Show resolved Hide resolved
frontend/src/app/[locale]/page.tsx Outdated Show resolved Hide resolved
frontend/src/app/[locale]/page.tsx Outdated Show resolved Hide resolved
frontend/src/components/static-site/nav-auction-icons.tsx Outdated Show resolved Hide resolved
frontend/src/components/static-site/pricing-card.spec.tsx Outdated Show resolved Hide resolved
frontend/src/styles/globals.scss Outdated Show resolved Hide resolved
frontend/src/styles/globals.scss Outdated Show resolved Hide resolved
@@ -23,13 +23,13 @@ export function CodeSnippet({
return (
Copy link
Member

Choose a reason for hiding this comment

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

you have a conflict here. Check that your changes look OK inside the app.

Copy link
Member

@Goldziher Goldziher left a comment

Choose a reason for hiding this comment

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

very nice improvement. Still more work to be done.

frontend/public/messages/en.json Show resolved Hide resolved
frontend/public/messages/en.json Show resolved Hide resolved
frontend/public/messages/en.json Show resolved Hide resolved
frontend/public/messages/en.json Show resolved Hide resolved
frontend/public/messages/en.json Show resolved Hide resolved
},
];

export function MarketingCodeSnippet() {
Copy link
Member

Choose a reason for hiding this comment

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

There is a lot of duplication and redundancy in this file. I suggest you refactor the code snippet used in the prompt config view to have a shared constants file for code examples and then reuse those used there.

NavAuctionIconsList,
} from '@/components/static-site/nav-auction-icons';

describe('NavAuctionIcons Tests', () => {
Copy link
Member

Choose a reason for hiding this comment

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

Whats Auction?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

in flutter \ material design you call the icons at the end of the navbar auctions icons :) i thought its a common name

frontend/src/constants/navigation.ts Show resolved Hide resolved
frontend/src/utils/env.ts Show resolved Hide resolved
@Goldziher Goldziher force-pushed the 264-feat-improve-landing-page branch from 1c3a44e to bdbdf71 Compare January 15, 2024 11:42
@Goldziher Goldziher merged commit 23a4a13 into main Jan 15, 2024
4 of 6 checks passed
@Goldziher Goldziher deleted the 264-feat-improve-landing-page branch January 15, 2024 11:43
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.

feat: improve landing page
2 participants