falling-fruit / falling-fruit-web

Mobile-friendly website for Falling Fruit
https://beta.fallingfruit.org
GNU General Public License v3.0
31 stars 12 forks source link

Keep search box content around after navigating away #400

Closed wbazant closed 3 months ago

wbazant commented 3 months ago

Currently, the search box content lives as long as the React component that drew it, so, for example, going to settings and back wipes it out.

Remove it when the user dismisses it, or when it makes sense to remove it, but otherwise keep it around - and keep the #313 cross around.