peermaute / unimusik

https://unimusik.vercel.app
0 stars 0 forks source link

Search: Proper Design #6

Open peermaute opened 4 months ago

peermaute commented 4 months ago

Find a good design for the Search page and implement a proper search component.

peermaute commented 3 weeks ago

For now, a simple input field should be fine. More sophisticated components would likely mean more calls to the database. On enter, just search for all users that contain the substring in their name and show them as a list just like in the user list. Maybe reuse that component here