coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.42k stars 339 forks source link

Bookmark drop down in query not visible on IOS devices #142

Closed PhilipCraigAU closed 9 months ago

PhilipCraigAU commented 9 months ago

G'day I have a number of sqlite queries saved in bookmarks which work well from a pc browser, but don't display in the Home Assistant app on apple devices image image

coleifer commented 9 months ago

They’re just in local storage on the browser. I assume that data only exists on your main computer and not your phone.

PhilipCraigAU commented 9 months ago

Thanks so much. That was exactly the issue. I didn't realize they weren't part of the program & persistent across all devices. And for those playing at home... Deleting browser data / cookies etc removes these bookmarks. Appreciate the fast response. IMG_9477