Skip to content

Fix/issue 871 restore password hiding parity in connect dialogue - #873

Open
absol89 wants to merge 12 commits into
tiltedphoques:devfrom
absol89:fix/issues-871
Open

Fix/issue 871 restore password hiding parity in connect dialogue#873
absol89 wants to merge 12 commits into
tiltedphoques:devfrom
absol89:fix/issues-871

Conversation

@absol89

@absol89 absol89 commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Fixes #871 by copying logic from the server browser's connect-password.component to the connect.component which is more used. New behavior is that the password is censored by default, and it can be toggled.

image

verified 16 june in https://github.com/absol89/TiltedEvolutionScriptFixes/actions/runs/27628058512

@miredirex

Copy link
Copy Markdown
Collaborator

Can you position them horizontally?

@absol89

absol89 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Playtested in https://github.com/absol89/TiltedEvolutionScriptFixes/actions/runs/27787881540 based on previous ci fix.

image

I don't know why it doesnt compile windows with the new ci pinning windows 2022. Or which lines here are neccessary.

  // Targets the checkbox input and forces visibility
  input[type="checkbox"] {
    display: inline-block !important; /* Ensure it isn't set to display: none */
    visibility: visible !important;   /* Ensure it isn't hidden */
    appearance: checkbox !important;  /* Force native checkbox rendering */
    -webkit-appearance: checkbox !important; 
    
    width: 1em !important;            /* Force a visible size */
    height: 1em !important;
    margin: 0;
    flex: 0 0 auto;                   /* Prevent flex engine from crushing it */
  }

@absol89

absol89 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UI] Obfuscate password field in connection menu

2 participants