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: Implement new Langflow Logo throughout the application #4509

Merged
merged 12 commits into from
Nov 12, 2024

Conversation

mfortman11
Copy link
Collaborator

@mfortman11 mfortman11 commented Nov 11, 2024

Updates the application to use the new logo

Screenshot 2024-11-11 at 1 00 43 PM
Screenshot 2024-11-11 at 1 00 29 PM

Screenshot 2024-11-11 at 12 58 25 PM
Screenshot 2024-11-11 at 1 00 11 PM

Screenshot 2024-11-11 at 12 58 11 PM
Screenshot 2024-11-11 at 1 00 02 PM

Favicon
Screenshot 2024-11-11 at 4 11 44 PM

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Nov 11, 2024
Copy link
Collaborator

@Cristhianzl Cristhianzl left a comment

Choose a reason for hiding this comment

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

lgtm

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 11, 2024
Copy link
Collaborator

@Cristhianzl Cristhianzl left a comment

Choose a reason for hiding this comment

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

just some small adjustments

src/frontend/src/pages/SignUpPage/index.tsx Outdated Show resolved Hide resolved
src/frontend/src/pages/LoginPage/index.tsx Outdated Show resolved Hide resolved
src/frontend/src/pages/DeleteAccountPage/index.tsx Outdated Show resolved Hide resolved
src/frontend/src/pages/AdminPage/LoginPage/index.tsx Outdated Show resolved Hide resolved
@dosubot dosubot bot removed the lgtm This PR has been approved by a maintainer label Nov 11, 2024
Copy link
Collaborator

@Cristhianzl Cristhianzl left a comment

Choose a reason for hiding this comment

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

LGTM

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 11, 2024
@mfortman11 mfortman11 added the DO NOT MERGE Don't Merge this PR label Nov 11, 2024
@ogabrielluiz ogabrielluiz changed the title feat: Implement new Langflow Logo for uplift throughout the application feat: Implement new Langflow Logo throughout the application Nov 11, 2024
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Nov 11, 2024
@@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon2.ico" />
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

named favicon2 for cache busting purposes can change back to favicon after a release or 2

) : (
<span className="fill-black text-2xl dark:fill-white">⛓️</span>
)}
</Button>
{!ENABLE_DATASTAX_LANGFLOW && (
{ENABLE_DATASTAX_LANGFLOW && (
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Corrects feature flag logic

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Nov 11, 2024
Copy link
Contributor

@anovazzi1 anovazzi1 left a comment

Choose a reason for hiding this comment

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

lgtm

@mfortman11 mfortman11 removed the DO NOT MERGE Don't Merge this PR label Nov 12, 2024
@mfortman11 mfortman11 merged commit 9456142 into langflow-ai:main Nov 12, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants