maintenance_tasks
maintenance_tasks copied to clipboard
Use Turbo stream instead of a meta tag to refresh page
The current solution for refreshing the page was good as a MVP, but it comes with some problems:
- hard to search / scroll as the page always moves back to the top (#510)
- hard to copy paste text or links
Suggestion: Use rails' turbo https://turbo.hotwired.dev/handbook/streams
my suggestion would be just to add a refresh button in the nav bar and stop with the auto refresh every 3 seconds.
This issue has been marked as stale because it has not been commented on in two months. Please reply in order to keep the issue open. Otherwise, it will close in 14 days. Thank you for contributing!