Minor UI updates
This commit is contained in:
parent
8501f6bf64
commit
d27dfbd452
@ -196,12 +196,19 @@ const SplitsInstantiatePage: NextPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<AddressInput className="ml-4 w-1/2" {...splitsAdminState} />
|
<div className="grid grid-cols-2 gap-4">
|
||||||
|
<div>
|
||||||
|
<AddressInput className="mt-2 ml-4 w-full" {...splitsAdminState} />
|
||||||
<Conditional test={cw4Method === 'new'}>
|
<Conditional test={cw4Method === 'new'}>
|
||||||
<AddressInput className="ml-4 w-1/2" {...cw4GroupAdminState} />
|
<AddressInput className="mt-2 ml-4 w-full" {...cw4GroupAdminState} />
|
||||||
</Conditional>
|
</Conditional>
|
||||||
|
<Conditional test={cw4Method === 'existing'}>
|
||||||
|
<AddressInput className="mt-2 ml-4 w-full" {...cw4GroupAddressState} />
|
||||||
|
</Conditional>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<Conditional test={cw4Method === 'new'}>
|
<Conditional test={cw4Method === 'new'}>
|
||||||
<div className="my-4 ml-4 w-1/2">
|
<div className="ml-4 w-full">
|
||||||
<MemberAttributes
|
<MemberAttributes
|
||||||
attributes={memberListState.entries}
|
attributes={memberListState.entries}
|
||||||
onAdd={memberListState.add}
|
onAdd={memberListState.add}
|
||||||
@ -211,9 +218,8 @@ const SplitsInstantiatePage: NextPage = () => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Conditional>
|
</Conditional>
|
||||||
<Conditional test={cw4Method === 'existing'}>
|
</div>
|
||||||
<AddressInput className="ml-4 w-1/2" {...cw4GroupAddressState} />
|
</div>
|
||||||
</Conditional>
|
|
||||||
|
|
||||||
<div className="flex items-center p-4">
|
<div className="flex items-center p-4">
|
||||||
<div className="flex-grow" />
|
<div className="flex-grow" />
|
||||||
|
@ -46,7 +46,7 @@ const SplitsQueryPage: NextPage = () => {
|
|||||||
id: 'start-after-string',
|
id: 'start-after-string',
|
||||||
name: 'start-after-string',
|
name: 'start-after-string',
|
||||||
title: 'Start After (optional)',
|
title: 'Start After (optional)',
|
||||||
subtitle: 'The public key to start the pagination after',
|
subtitle: 'The member address to start the pagination after',
|
||||||
})
|
})
|
||||||
|
|
||||||
const paginationLimitState = useNumberInputState({
|
const paginationLimitState = useNumberInputState({
|
||||||
|
Loading…
Reference in New Issue
Block a user