diff --git a/web/app/(app)/dashboard/(components)/message-history/index.tsx b/web/app/(app)/dashboard/(components)/message-history/index.tsx index 5f96860..346adec 100644 --- a/web/app/(app)/dashboard/(components)/message-history/index.tsx +++ b/web/app/(app)/dashboard/(components)/message-history/index.tsx @@ -208,7 +208,13 @@ export default function MessageHistory() {
{days.map((day) => (
-

+ {/* Deliberately not sticky. On mobile it pinned to the same + offset as the sticky search bar and landed on top of message + rows, translucent, with text bleeding through. On desktop it + covered rows scrolled beneath it and swallowed their clicks. + A page holds 20 messages, so groups are short and a pinned + header bought little in exchange for that. */} +

{day.label}

diff --git a/web/components/shared/footer.tsx b/web/components/shared/footer.tsx index 262a0f7..b7cf54e 100644 --- a/web/components/shared/footer.tsx +++ b/web/components/shared/footer.tsx @@ -22,7 +22,9 @@ const linkClass = export default function Footer() { return (