devflowinc / hn-search-RAG

Hacker News Search and RAG built using Rust actix-web, minijinja, SolidJS, Vite, and Redis queue's
https://hn.trieve.ai
23 stars 2 forks source link

bug: date-picker dropdown requires a second click after selection in order to update the search. #100

Closed danielsgriffin closed 2 months ago

danielsgriffin commented 2 months ago

Description

Conduct a search. Click the date-picker for the date range. Select a range.

Expectation: Selecting range updates the results.

Click the input again to update the results.

https://github.com/user-attachments/assets/320c4787-7f5f-49c7-8053-0e5e2bf6e5f7

Target(s)

Search.

Requirement to close

PR with selection driving the updated results.

Community channels

Matrix is preferred. Reach out on discord or Matrix for further assistance.

skeptrunedev commented 2 months ago

I can't replicate this. My suspicion is that it was due to high network latency and just seemed like a second click was required when it was actually just loading.

The animate-pulse on load should help show this now. If it can be repro'd please open again.