User idle warning modal and auto logout (clear session) after configurable timeout value is hit - #4
Merged
Merged
Conversation
…ow horizontal scroll in response window while preserving access to drop down menus.
…s out of oig chat and clears app session after certain time of inactivity.
Merge Deveopment into feedback-user-timeout
📋 Release Notes ReminderThis PR appears to contain changes that should be documented in the release notes. Reason: Feature-related keywords detected in PR title/body 📝 Please consider updating:
Template for new features:* **Feature Name**
* Brief description of the feature.
* **Key Details**: Important implementation notes.
* **Files Modified**: `file1.py`, `file2.js`.
* (Ref: related components, patterns)Template for bug fixes:* **Bug Fix Title**
* Description of what was fixed.
* **Root Cause**: What caused the issue.
* **Solution**: How it was resolved.
* **Files Modified**: `file.py`.
* (Ref: related issue numbers, components)This is an automated reminder. If this PR doesn't require release notes (e.g., internal refactoring, documentation-only changes), you can ignore this message. |
Collaborator
Author
|
Release notes file is now updated with latest change info. |
…safe_int a util function.
…der to follow pattern.
… added default values to admin settings and moved global config variables to config.py file.
…nute timeout and allow warning dialog to be disabled.
chadpalmer
force-pushed
the
feedback-user-timeout
branch
from
March 31, 2026 21:55
a6d5c7d to
79d3e18
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull requests adds 1 new feature and 1 bug fix.
(NOTE: The code went through a lot of iterations implementing copilot's suggestions. The code iterations are documented in the docs/explanations/fixes section so you can see the reasoning behind the iterations.)
New warning modal window:

Updated admin section:
