a lightweight, interval-based utility to combat digital strain through "Ma" (intentional pauses) for the eyes and body.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: submit overlay password on enter key

+1
+1
ui/overlay.slint
··· 85 85 width: 260px; 86 86 placeholder-text: "Emergency password"; 87 87 input-type: password; 88 + accepted => { root.unlock-submit-clicked(self.text); } 88 89 } 89 90 } 90 91