From 36cc4f1ef745a027540050ad668db3bcdc08d4b2 Mon Sep 17 00:00:00 2001 From: Brandon Eng Date: Tue, 16 Jan 2024 22:41:46 +0700 Subject: Ability to archive groups when they’re settled up (#45) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Settled up icon on group card * remove logs * archived groups * remove settled up * remove more settled up * recent-group-list-card * sortGroups * archiveGroup * unarchiveGroup * clean up * more clean up * Prettier, fix TS errors, add titles --------- Co-authored-by: Sebastien Castiel --- src/app/groups/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/app/groups/page.tsx') diff --git a/src/app/groups/page.tsx b/src/app/groups/page.tsx index 8aeeb59..967c6b7 100644 --- a/src/app/groups/page.tsx +++ b/src/app/groups/page.tsx @@ -11,18 +11,19 @@ export const metadata: Metadata = { export default async function GroupsPage() { return ( <> -
+

- Recently visited groups + My groups

-
- +
+ +
) } -- cgit v1.3