Commit Graph

7 Commits

Author SHA1 Message Date
Alexandre Alves 0f967a9692
Session Idle feature refactor (#15509)
* redoing PR without changes

* fix stash apply

* fine tuning inactivity logic + add missing change to deprecate inactivity  performance setting

* update inactivity utils module to a singleton + fix e2e test

* fix e2e test

* fix e2e test

* fix e2e test

* finally fix session idle e2e testsg

* update PR based on comments

* update PR based on comments

* updating logic to inactivity

* fix broken e2e test + remove console logs
2025-10-22 10:07:09 +01:00
Cody Jackson 1f82c9c642 Fixing the usage of :value to be :modelValue in regards to Consumption Gauge 2024-08-22 16:09:54 -07:00
Cody Jackson 9b829c55ea Ran `yarn lint --fix` 2024-08-22 16:05:36 -07:00
Phillip Rak dbed02cdc8 Update Inactivity modal
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-03-12 15:37:44 -07:00
Sorin f5c611700a
Removes multiples instances of checkInactivityTimer() (#9345)
* removes multiples instances of checkInactivityTimer()
2023-07-21 11:12:17 +02:00
Sorin 3dbba288e0
TEST: Performance -> Inactivity (#8888)
* e2e performance -> inactivity modal
2023-05-25 17:55:37 +02:00
Sorin 5777e105b2
Inactivity Modal (#8775)
* feat: inactivity modal 

---------

Co-authored-by: Richard Cox <richard.cox@suse.com>
2023-05-05 19:33:53 +02:00