Skip to content

feat: Add Search Functionality #74

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

Merged
merged 2 commits into from
Aug 19, 2025

Conversation

xxxinsxxx
Copy link
Contributor

@xxxinsxxx xxxinsxxx commented Aug 18, 2025

Implement Search Functionality

Resolves Issue

Fixes #72 - Search Functionality

Screenshots

image image

Problem

I couldn't find an icon corresponding to the Text, so I used a Hashtag instead.😢

@click="closeDialog">

<div
class="bg-[#060010] border border-[#2e4e3e] p-4 mx-4 pb-2 rounded-xl w-full max-w-[720px] overflow-hidden animate-slide-in"
Copy link
Owner

Choose a reason for hiding this comment

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

#060010 should not be used on Vue Bits. The color here is #0b0b0b.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My mistake. I forgot this.😂

@DavidHDev
Copy link
Owner

Also, let's not make the results green, a tint of dark gray will work better, like #222. The selection/hover can be green.

@xxxinsxxx
Copy link
Contributor Author

Also, let's not make the results green, a tint of dark gray will work better, like #222. The selection/hover can be green.

I changed the background color of the results, it looks much better now !

Copy link
Owner

@DavidHDev DavidHDev left a comment

Choose a reason for hiding this comment

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

Alright, great stuff! Thanks for adding this!

@DavidHDev DavidHDev merged commit c8cee94 into DavidHDev:main Aug 19, 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.

[FEAT]: Search Functionality
2 participants