feat(qt6): add 'Dev Credentials' label on login page with helper text

Visible until project matures — makes it clear these are dev accounts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 09:42:04 +00:00
parent f08b6dceda
commit d9d4a018b6

View File

@@ -92,15 +92,23 @@ Rectangle {
}
}
// Quick login credentials
// Quick login credentials — visible until project matures
CText {
text: "Quick Access"
text: "Dev Credentials"
font.pixelSize: 14
font.weight: Font.DemiBold
color: Theme.textSecondary
Layout.fillWidth: true
horizontalAlignment: Text.AlignHCenter
}
CText {
text: "Click any card below to sign in instantly"
font.pixelSize: 12
color: Theme.textSecondary
opacity: isDark ? 0.5 : 0.6
Layout.fillWidth: true
horizontalAlignment: Text.AlignHCenter
}
GridLayout {
Layout.fillWidth: true