Efficiency improvements

This commit is contained in:
2022-09-18 22:33:14 +01:00
parent b567a0ddb0
commit 4109515568
3 changed files with 12 additions and 4 deletions

View File

@@ -46,7 +46,15 @@ export default function Home(props) {
<br/>
<div className="whats-new">
<h2>What's New?</h2>
<Collapsible open={true} transitionTime={500} easing="ease" trigger={<>v2.3.2<ArrowDropDownRoundedIcon /></>}>
<Collapsible open={true} transitionTime={500} easing="ease" trigger={<>v2.3.3<ArrowDropDownRoundedIcon /></>}>
<ul>
<li>Bug fixes:</li>
<ul>
<li>On the search page, all sets are shown instead of only the last 50 showing and previous ones being overwritten</li>
</ul>
</ul>
</Collapsible>
<Collapsible transitionTime={500} easing="ease" trigger={<>v2.3.2<ArrowDropDownRoundedIcon /></>}>
<ul>
<li>Bug fixes:</li>
<ul>