Fix changes requested (#101)

- Fix code formatting issues.
- Document `Presence`.
- Improve `Presence.__lt__()` performance by
  defining a dict outside the method.
- Make presence ball radius relative to uiScale
  and configurable from theme.
This commit is contained in:
vslg
2020-07-10 11:59:26 -03:00
committed by miruka
parent 43df8fd60b
commit 5abdc1f779
13 changed files with 111 additions and 81 deletions

View File

@@ -273,6 +273,7 @@ controls:
color offline: hsluv(0, 0, 30, 1)
color border: "black"
real opacity: 1.0
real radius: 6.0 * uiScale
// Specific interface parts

View File

@@ -279,6 +279,7 @@ controls:
color offline: hsluv(0, 0, 30, 1)
color border: "black"
real opacity: 1.0
real radius: 6.0 * uiScale
// Specific interface parts