emilpriver / geni

Standalone database migration tool which works for Postgres, MariaDB, MySQL, Sqlite and LibSQL(Turso).
MIT License
177 stars 1 forks source link

Add frontend for search #136

Closed emilpriver closed 2 months ago

emilpriver commented 2 months ago

This pull request introduces a new TaskSearch component in frontend.jsx. The TaskSearch component allows users to search for tasks using a search input field. As users type in the search query, a request is made to the server to fetch matching tasks, and the results are displayed in a list. The component handles loading states and errors during the fetch process. Key functionalities include a search input field, displaying a loading message, error-handling, and mapping fetched tasks to a list displayed in the component.


emilpriver commented 2 months ago

[!WARNING] This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @emilpriver and the rest of your teammates on Graphite Graphite