Skip to content

Multisig lounge frontend #785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mplatt8
Copy link
Contributor

@mplatt8 mplatt8 commented Apr 23, 2025

No description provided.

@mplatt8 mplatt8 changed the title Clients/bitwindow multisig Multisig lounge frontend Apr 23, 2025
Comment on lines 152 to 182
child: TextField(
controller: model.keyNameController,
onChanged: model.validateKeyNameFormat,
maxLines: 1,
decoration: InputDecoration(
isDense: true,
errorText: model.keyNameError,
errorBorder: OutlineInputBorder(
borderRadius: SailStyleValues.borderRadius,
borderSide: BorderSide(color: theme.colors.error),
),
focusedErrorBorder: OutlineInputBorder(
borderRadius: SailStyleValues.borderRadius,
borderSide: BorderSide(color: theme.colors.error),
),
enabledBorder: OutlineInputBorder(
borderRadius: SailStyleValues.borderRadius,
borderSide: BorderSide(color: theme.colors.border),
),
disabledBorder: InputBorder.none,
focusedBorder: OutlineInputBorder(
borderRadius: SailStyleValues.borderRadius,
borderSide: BorderSide(color: theme.colors.text),
),
hintText: 'Key Name',
fillColor: theme.colors.background,
filled: true,
contentPadding: const EdgeInsets.symmetric(vertical: 11.5, horizontal: 12),
hintStyle: SailStyleValues.thirteen.copyWith(
color: theme.colors.inactiveNavText,
fontSize: 12.0,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not need to create your own TextField. Already have a SailTextField that should work? If not, what's wrong with it?

@mplatt8 mplatt8 force-pushed the clients/bitwindow-multisig branch from 7b7ff83 to b588452 Compare April 25, 2025 02:35
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.

2 participants