mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user