@@ -21,7 +21,7 @@ public class HomeViewModel : ViewModelBase
21
21
"bringing clarity to the chaos" ,
22
22
"look closer." ,
23
23
"accidentally pushed into prod" ,
24
- "developed with coffee ☕" ,
24
+ "developed with a LOT of coffee ☕" ,
25
25
"powered by frustration and breakthroughs" ,
26
26
"we speak fluent .uasset" ,
27
27
"we lost the documentation years ago" ,
@@ -30,6 +30,8 @@ public class HomeViewModel : ViewModelBase
30
30
"waking up at 3AM to fix one line" ,
31
31
"open-source, open-minds" ,
32
32
"the logs know everything..." ,
33
+ "todo: fix this - 1993" ,
34
+ "fix scheduled for Q3 1997" ,
33
35
] ;
34
36
35
37
public string [ ] Tips =
@@ -38,7 +40,7 @@ public class HomeViewModel : ViewModelBase
38
40
"Shortcuts make everything faster. Use them" ,
39
41
"Keyboard shortcuts are your best friend" ,
40
42
"This tool is community-driven — feedback matters!" ,
41
- "Check the logs — they're full of secrets" ,
43
+ "Check the logs — they're full of secrets"
42
44
] ;
43
45
44
46
public async void StartRotation ( string [ ] phrases , int rotateTime , TextBlock textBlock , Control ? fadingControl = null ! , bool useRandom = false )
0 commit comments