Show unlisted markets in groups and under your markets

This commit is contained in:
James Grugett 2022-08-20 14:38:15 -05:00
parent 09e8993cd4
commit 099764a931
2 changed files with 2 additions and 1 deletions

View File

@ -255,7 +255,7 @@ function ContractSearchControls(props: {
? additionalFilters
: [
...additionalFilters,
'visibility:public',
additionalFilter ? '' : 'visibility:public',
filter === 'open' ? 'isResolved:false' : '',
filter === 'closed' ? 'isResolved:false' : '',

View File

@ -373,6 +373,7 @@ export function NewContract(props: {
<div className="form-control mb-1 items-start gap-1">
<label className="label gap-2">
<span className="mb-1">Visibility</span>
<InfoTooltip text="Whether the market will be listed on the home page." />
</label>
<ChoicesToggleGroup
currentChoice={visibility}