Accepted incoming changes

This commit is contained in:
daniel31x13
2024-11-12 10:09:02 -05:00
55 changed files with 6714 additions and 1281 deletions
+15
View File
@@ -135,6 +135,21 @@ export default function Index() {
<i className="bi-three-dots text-xl" title="More"></i>
</div>
<ul className="dropdown-content z-[30] menu shadow bg-base-200 border border-neutral-content rounded-box mt-1">
<li>
<div
role="button"
tabIndex={0}
onClick={() => {
(document?.activeElement as HTMLElement)?.blur();
for (const link of links) {
if (link.url) window.open(link.url, "_blank");
}
}}
className="whitespace-nowrap"
>
{t("open_all_links")}
</div>
</li>
{permissions === true && (
<li>
<div