Skip to content

feat(webapp): implement automatic force-reload timeout [WPB-23299]#20582

Merged
screendriver merged 1 commit intodevfrom
force-reload
Mar 6, 2026
Merged

feat(webapp): implement automatic force-reload timeout [WPB-23299]#20582
screendriver merged 1 commit intodevfrom
force-reload

Conversation

@screendriver
Copy link
Member

@screendriver screendriver commented Mar 5, 2026

TaskWPB-23299 [Web] Add support for remote force reload

Pull Request

Summary

Makes the force-reload modal behavior match its user-facing message by automatically reloading the app after 60 seconds when no manual action is taken. See also #20570


Security Checklist (required)

  • External inputs are validated & sanitized on client and/or server where applicable.
  • API responses are validated; unexpected shapes are handled safely (fallbacks or errors).
  • No unsafe HTML is rendered; if unavoidable, sanitization is applied and documented where it happens.
  • Injection risks (XSS/SQL/command) are prevented via safe APIs and/or escaping.

Accessibility (required)

Standards Acknowledgement (required)


Screenshots or demo (if the user interface changed)

Notes for reviewers

  • Trade-offs:
  • Follow-ups (linked issues):
  • Linked PRs (e.g. web-packages):

@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

🔗 Download Full Report Artifact

🧪 Playwright Test Summary

  • Passed: 10
  • Failed: 0
  • Skipped: 3
  • 🔁 Flaky: 1
  • 📊 Total: 14
  • Total Runtime: 111.0s (~ 1 min 51 sec)
specs/CriticalFlow/joinTeam-TC-8635.spec.ts (❌ 0 failed, ⚠️ 1 flaky)
  • ⚠️ New person joins team and sets up device (tags: TC-8635, crit-flow-web)

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 6, 2026

@screendriver screendriver added this pull request to the merge queue Mar 6, 2026
Merged via the queue into dev with commit a00d7a6 Mar 6, 2026
53 checks passed
@screendriver screendriver deleted the force-reload branch March 6, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants