regenerate random password, some layout changes

This commit is contained in:
2018-09-30 12:23:40 +02:00
parent 5a32e9ad21
commit 7e0ccd16e8
4 changed files with 108 additions and 41 deletions

View File

@ -239,13 +239,13 @@ const PasswordManager = inject("rootStore") ( observer(
<Table.Cell>{url}</Table.Cell>
<Table.Cell>{login}</Table.Cell>
<Table.Cell>
<Button icon onClick={copyLogin}>
<Button icon onClick={copyLogin} circular>
<Icon name='copy' />
</Button>
</Table.Cell>
<Table.Cell>{password}</Table.Cell>
<Table.Cell>
<Button icon onClick={copyPassword}>
<Button icon onClick={copyPassword} circular>
<Icon name='copy' />
</Button>
</Table.Cell>
@ -269,9 +269,18 @@ const PasswordManager = inject("rootStore") ( observer(
<Headline black="Password " red="manager" />
<Input icon placeholder='Search...'>
<input type='text' id="search" placeholder='Search...' name="search" onChange={this.onChangeInput} autoComplete="off" />
<Input
icon
placeholder='Search...'
type='text'
id="search"
name="search"
onChange={this.onChangeInput}
iconPosition='left'
transparent
>
<Icon name='search' />
<input />
</Input>
<Menu attached='top'>