Skip to content

Draft: Logout Greeter: Simplify

David Edmundson requested to merge work/d_ed/logout_greeter2 into master

logout-greeter: Replace most context properties with QML import

SessionManager is already exposed as a QML import, by using this directly in the QML we avoid the messy mix of context properties and relying on magically named signals emitted by the QML file which isn't easy to work with. It gets rid of a tonne of unnecessary code in the process.

  • some other fixes in other commits
Edited by David Edmundson

Merge request reports