From 2c585b279607fa5ff4b5a0834e52158c37d613ca Mon Sep 17 00:00:00 2001 From: Dee Roberts Date: Thu, 2 Nov 2023 13:24:50 +0100 Subject: [PATCH] Add avatar to app index listings (#20) --- site/src/app/AppBlock.tsx | 73 +++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 33 deletions(-) diff --git a/site/src/app/AppBlock.tsx b/site/src/app/AppBlock.tsx index 1c99c5e..432e7b3 100644 --- a/site/src/app/AppBlock.tsx +++ b/site/src/app/AppBlock.tsx @@ -27,44 +27,51 @@ function AppBlock({ app, setShowingAppId }: Props): JSX.Element { return (
  • -
    -
    -
    -

    {app.title ?? app.name}

    - - - +
    + + +
    +
    +
    +
    + +

    {app.title ?? app.name}

    +
    + + + +
    + +
    + {app.owner.isPartner && ( + + )} + +
    -
    - {app.owner.isPartner && ( - +
    +

    + {app.owner.name} +

    + + {app.owner.urls.email && ( + + + )} -
    - -
    -

    - {app.owner.name} -

    - - {app.owner.urls.email && ( - - - - )} -