many bug fixes + add links and collections together + more changes

This commit is contained in:
daniel31x13
2023-12-01 16:29:17 -05:00
parent a3c6d9b42e
commit a36769c521
27 changed files with 169 additions and 190 deletions
+3 -1
View File
@@ -58,6 +58,8 @@ export default function EditLinkModal({
};
useEffect(() => {
modal?.scrollTo(0, 0);
setLink(activeLink);
modal?.addEventListener("close", () => {
@@ -97,7 +99,7 @@ export default function EditLinkModal({
return (
<dialog
id={modalId}
className="modal backdrop-blur-sm overflow-y-auto"
className="modal backdrop-blur-sm overflow-y-auto p-5"
open={isOpen}
>
<Toaster