-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[34] Timeout Warning #115
[34] Timeout Warning #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot to submit this comment earlier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing major just some small comments or suggestions
…ut-warning * 'dev' of github.com:GSA/Challenge_platform: add two more utility classes since uswds is missing these Updated links in footer Update app/views/layouts/_footer.html.erb Update app/views/layouts/_footer.html.erb added dashboard spec Added shared_examples for footer; testing on / route tablet logo order, margin-y last layout tweaks updated comment update the social-icons svg path and tweak the layout Updated icon colors and footer responsiveness changed icon color to primary darker wip challenge footer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like it is working locally except for the countdown rounding error. it needs some additional configuration for deployment.
@@ -1,3 +1,3 @@ | |||
ruby 3.2.4 | |||
ruby 3.2.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whitespace
ruby 3.2.4 | |
ruby 3.2.4 |
…m into 34/timeout-warning * '34/timeout-warning' of github.com:GSA/Challenge_platform: Bump rails from 7.1.3.4 to 7.2.0 Bump ruby-lsp from 0.17.11 to 0.17.13 change dependabot to monitor dev branch
Co-authored-by: Stephen Chudleigh <stepchud@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing some buggy behavior when I leave the browser open and let it timeout on its own. The countdown keeps going after 0 and never redirects to the logged out page until I refresh the browser manually.
Screen.Recording.2024-08-23.at.3.24.18.PM.mov
…m into 34/timeout-warning * '34/timeout-warning' of github.com:GSA/Challenge_platform: 34 Remove session timeout from .envrc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this works for me, just a small change on the before_action
Co-authored-by: Stephen Chudleigh <stepchud@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
#34