FIX - polish CrewLink authentication UI

Align authentication fields and the animated mode switch, constrain profile images to their square avatar surface, center the ping badge, and keep regular browser fixtures authenticated. The issues came from competing shared control styles, replaced-image sizing inside the avatar grid, and mismatched badge dimensions.
This commit is contained in:
smx.pusha
2026-08-18 07:57:47 +02:00
parent a917d9eba0
commit 5a35dabf78
4 changed files with 239 additions and 6 deletions
+4 -1
View File
@@ -8610,7 +8610,10 @@ app.post('/api/:endpoint', (request, response) => {
return
}
if (endpoint === 'development:bootstrap') {
crewLinkAuthenticated = false
crewLinkAuthenticated = ![
'crewlink-login',
'crewlink-register',
].includes(testScenario)
authenticated = testScenario !== 'setup-account-unlinked'
linkedAccount = authenticated
? {