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

Replace icons with svg components and more... #11

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

michaelwschultz
Copy link

Love this project so much! I wanted to contribute a bit to the main project since I've forked the project and am building a specific project on top of it. First things first was cleaning up the syntax a bit. Replacing let with const, sorted imports, fixing a few types, etc... (all listed in my commits)

Next was to replace the icons with jsx elements. I do this in all my projects as well. Makes them so easy to reuse, although maybe not that important in this project. However, the icons you were using were actually just pngs wrapped in svg tags. So I replaced most of them with true svgs.

One thing that annoyed me was how the source cards aren't clickable. They are now 😉

Lastly, I wanted to improve the chat experience a bit by keeping the input focused so you can quickly follow up with another question. Let me know what you think!

Copy link

vercel bot commented Feb 3, 2025

@michaelwschultz is attempting to deploy a commit to the Together AI Team on Vercel.

A member of the Team first needs to authorize it.

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