Show unlisted markets in groups and under your markets
This commit is contained in:
parent
09e8993cd4
commit
099764a931
|
@ -255,7 +255,7 @@ function ContractSearchControls(props: {
|
||||||
? additionalFilters
|
? additionalFilters
|
||||||
: [
|
: [
|
||||||
...additionalFilters,
|
...additionalFilters,
|
||||||
'visibility:public',
|
additionalFilter ? '' : 'visibility:public',
|
||||||
|
|
||||||
filter === 'open' ? 'isResolved:false' : '',
|
filter === 'open' ? 'isResolved:false' : '',
|
||||||
filter === 'closed' ? 'isResolved:false' : '',
|
filter === 'closed' ? 'isResolved:false' : '',
|
||||||
|
|
|
@ -373,6 +373,7 @@ export function NewContract(props: {
|
||||||
<div className="form-control mb-1 items-start gap-1">
|
<div className="form-control mb-1 items-start gap-1">
|
||||||
<label className="label gap-2">
|
<label className="label gap-2">
|
||||||
<span className="mb-1">Visibility</span>
|
<span className="mb-1">Visibility</span>
|
||||||
|
<InfoTooltip text="Whether the market will be listed on the home page." />
|
||||||
</label>
|
</label>
|
||||||
<ChoicesToggleGroup
|
<ChoicesToggleGroup
|
||||||
currentChoice={visibility}
|
currentChoice={visibility}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user