[PR #144] [MERGED] feature: optionally disable page refresh for a specific tab #130

Closed
opened 2026-03-03 11:14:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debloper/xiosk/pull/144
Author: @parthsidpara
Created: 12/9/2025
Status: Merged
Merged: 12/9/2025
Merged by: @debloper

Base: mainHead: feature/disable-page-refreshing


📝 Commits (1)

  • 9e8c2b8 feature: optionally disable page refresh

📊 Changes

2 files changed (+19 additions, -14 deletions)

View changed files

📝 dashboard/index.html (+1 -1)
📝 scripts/runtime/switcher.sh (+18 -13)

📄 Description

Changes:

  • By adding if [ "$cycle_target" -gt 0 ];, ensure that if a user sets Cycle count to 0, the script never increments the counter and never triggers the wtype -M ctrl r command for that specific tab.
  • Remove 'min' constraint from frontend.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debloper/xiosk/pull/144 **Author:** [@parthsidpara](https://github.com/parthsidpara) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@debloper](https://github.com/debloper) **Base:** `main` ← **Head:** `feature/disable-page-refreshing` --- ### 📝 Commits (1) - [`9e8c2b8`](https://github.com/debloper/xiosk/commit/9e8c2b8bfd45d6b3f72983437f1c1245e7b2da92) feature: optionally disable page refresh ### 📊 Changes **2 files changed** (+19 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `dashboard/index.html` (+1 -1) 📝 `scripts/runtime/switcher.sh` (+18 -13) </details> ### 📄 Description Changes: - By adding `if [ "$cycle_target" -gt 0 ];`, ensure that if a user sets Cycle count to 0, the script never increments the counter and never triggers the `wtype -M ctrl r` command for that specific tab. - Remove 'min' constraint from frontend. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:14:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/xiosk#130
No description provided.