added auto-archive script + minor improvements

This commit is contained in:
daniel31x13
2023-12-10 15:26:44 -05:00
parent 8e49ccf723
commit 375a55dd37
11 changed files with 373 additions and 29 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ export default function ProfilePhoto({
dimensionClass || "w-8 h-8 "
}`}
>
<div className="bg-base-100 text-neutral rounded-full w-full h-full ring-2 ring-neutral-content">
<div className="bg-base-100 text-neutral rounded-full w-full h-full ring-2 ring-neutral-content select-none">
{name ? (
<span className="text-2xl capitalize">{name.slice(0, 1)}</span>
) : (
@@ -48,7 +48,7 @@ export default function ProfilePhoto({
</div>
) : (
<div
className={`avatar drop-shadow-md ${className || ""} ${
className={`avatar skeleton drop-shadow-md ${className || ""} ${
dimensionClass || "w-8 h-8 "
}`}
>