0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 09:22:50 +00:00

better checkboxes and linting

This commit is contained in:
Víctor Losada Hernández
2024-07-25 23:48:37 +02:00
parent 3e2c2de269
commit c1dc712542
2 changed files with 72 additions and 20 deletions

View File

@@ -188,7 +188,7 @@ const VaultPage = (props) => {
<code>"word"</code> to specify an exact string.
</small>
<label>
Results per page
Results per page
<select ref={countRef} name="count" defaultValue={count}>
<option value="10">10</option>
<option value="20">20</option>
@@ -198,12 +198,18 @@ const VaultPage = (props) => {
</label>
<label>
<input ref={v3Ref} type="checkbox" defaultChecked={v3} />
<input
className='renderer'
ref={v3Ref}
type="checkbox"
defaultChecked={v3}
/>
Search for v3 brews
</label>
<label>
<input
className='renderer'
ref={legacyRef}
type="checkbox"
defaultChecked={legacy}