0.1.16
lucasferreiralimax
released this
01 Jul 12:57
·
153 commits
to main
since this release
Update Project
Add Search Logos Functionality and Improve Filters
New feature that allows users to search for logos within our application.
Additionally, improvements have been made to the existing filters by adjusting the text with trim
and toLowerCase
methods to avoid conflicts and ensure accurate search results.
New Features
- Search Logos: Users can now search for specific logos using a search input. This feature enhances user experience by making it easier to find logos quickly.
- Case-Insensitive Search: The search functionality now handles case differences by converting all text to lowercase.
- Trimmed Input: Extra spaces are removed from the input to ensure more precise filtering.
Changes
- Added a new input field for searching logos.
- Updated the filtering logic to use
trim
andtoLowerCase
methods. - Modified the
techs
array and filter function to accommodate the new search functionality.
Adding Modal Install Steps Examples
Enhanced the application by adding modal install steps examples to provide clearer instructions for users. This update includes:
- Modal Installation: Introduced a modal window with step-by-step installation instructions.
- Interactive Button: Added a button triggering the modal for seamless user interaction
Learn install
.