feat(redesign): retrieve from URL

This commit is contained in:
darkweak 2023-10-16 22:59:39 +02:00 committed by Francis Lavoie
parent 85ec18c9a6
commit ee662393d0
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
4 changed files with 92 additions and 44 deletions

View file

@ -29,7 +29,9 @@
<path d="M12 3l0 6"></path>
<path d="M12 15l0 6"></path>
</svg>
latest
<input class="package-version" placeholder="latest"
value="${item.state && item.state !== 'latest' ? item.state : ''}"
oninput="updateVersion(event, '${item.path}')" />
</span>
</div>
</div>