Skip to content

Conversation

buneeIsSlo
Copy link
Contributor

Outline

Quick quality-of-life update: A key icon now appears on provider model tiles when a model has a saved key.
This provides a quick visual cue. Let me know if you'd like me to change anything.

Screenshot of key status: Screenshot 2025-07-26 175121

Also, improved the responsiveness of these tiles in mobile layout

Preview before changes:
responsive_before.mp4
Preview after changes:
responsive_after.mp4

Copy link

vercel bot commented Jul 26, 2025

@buneeIsSlo is attempting to deploy a commit to the zola Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Jul 28, 2025

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

Name Status Preview Comments Updated (UTC)
zola-anfe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2025 7:29pm

selectedProvider === provider.id
? "border-primary ring-primary/30 ring-2"
: "border-border"
)}
>
{userKeyStatus[provider.id] && (
<span className="absolute top-1 right-1 rounded-sm bg-green-200 p-1">
Copy link
Owner

Choose a reason for hiding this comment

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

could you use something differents than green?
maybe a variable from global.css so it looks nice in dark mode too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ibelick Got it. I used the secondary colors, and this is the best I could do:

Screenshot light mode: image
Screenshot dark mode: image

Let me know if you need me to make any further changes.

Copy link
Contributor Author

@buneeIsSlo buneeIsSlo Jul 29, 2025

Choose a reason for hiding this comment

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

@ibelick Hi, sorry I hadn't committed the changes yet. What do I do now 😭

Copy link
Owner

Choose a reason for hiding this comment

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

@buneeIsSlo can you reopen a PR with the colors updated please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ibelick on it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ibelick Done #253

@ibelick ibelick merged commit 4ed0e34 into ibelick:main Jul 29, 2025
12 checks passed
buneeIsSlo added a commit to buneeIsSlo/zola that referenced this pull request Jul 29, 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.

2 participants