Ma77Ball commented on PR #5849: URL: https://github.com/apache/texera/pull/5849#issuecomment-4761456978
Fair point, but the issue isn't cosmetic: - We ship JS bundles with hashed filenames, so after a deploy, open tabs reference old files that no longer exist. - Navigating then 404s and breaks the page (usually a blank screen). Since people keep tabs open for hours, this hits after most releases. - This PR just shows a one-click "refresh to update" message instead. It's also lightweight: one small service that polls a static `version.json` every 5 min, does nothing on dev builds, and prompts at most once, with no backend or new infra. Happy to scale it back if you'd prefer (e.g. check only on navigation, or behind a config flag). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
