Skip to content

Commit

Permalink
feat(app): locks new link input on profile (#304)
Browse files Browse the repository at this point in the history
Prevents the last link entry, always blank inputs, from being sorted
into the Links list while editing and removes the cleanup workaround
that is no longer needed.
  • Loading branch information
sameoldlab authored Feb 5, 2025
1 parent 5f8dfbd commit b813345
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 148 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@lezer/highlight": "^1.2.1",
"@polar-sh/checkout": "^0.1.6",
"@polar-sh/sdk": "^0.18.0",
"@rodrigodagostino/svelte-sortable-list": "^0.10.8",
"@rodrigodagostino/svelte-sortable-list": "^0.10.16",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-node": "^5.2.9",
Expand Down Expand Up @@ -111,4 +111,4 @@
"@discordjs/util": "patches/@discordjs__util.patch"
}
}
}
}
Loading

0 comments on commit b813345

Please sign in to comment.