1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-02-04 17:42:22 +05:30

feat: added app info page in settings

This commit is contained in:
2025-12-15 20:31:13 +05:30
Verified
parent 43cdb28213
commit 1f06b73238
9 changed files with 278 additions and 138 deletions

View File

@@ -284,8 +284,9 @@ export default function DownloaderPage() {
{!isMetadataLoading && !videoUrl && (
<Button
type="button"
variant="outline"
variant="ghost"
size="icon"
className="border border-input"
disabled={isMetadataLoading}
onClick={async () => {
const text = await readText();
@@ -301,8 +302,9 @@ export default function DownloaderPage() {
{!isMetadataLoading && videoUrl && (
<Button
type="button"
variant="outline"
variant="ghost"
size="icon"
className="border border-input"
disabled={isMetadataLoading}
onClick={() => {
searchForm.setValue("url", '');