miguelfreitas / twister-html

twister HTML + Javascript User Interface
MIT License
229 stars 138 forks source link

The search does not work if it is minimised. #374

Closed ghost closed 7 years ago

ghost commented 7 years ago

If I minimise the window of a search, it is not continued to search in the background any more.

Not sure: The construction of my time line works also only if a search window is in the foreground.

slr commented 7 years ago

I am sure it does continue to search in the background (related part of the code was heavily tuned — and tested — by me in the past July). on the client side we are trying do our best to get the results of requests for hashtags, mentions or DMs (and even cache them). if you get nothing it is because the daemon does not deliver demanded content. so I guess the right place to address the problem is https://github.com/miguelfreitas/twister-html/issues/

about "not sure" note: in case of hashtags only first gotten twists append to board, for all following ones there is the special button with the counter on top of the board (like "23 new posts").

23 new posts

slr commented 7 years ago

https://github.com/miguelfreitas/twister-html/issues/

sorry, https://github.com/miguelfreitas/twister-core/issues/

ghost commented 7 years ago

thank you for the answer and sorry for the spam. i will post on the right plase.