Skip to content

Commit

Permalink
feat: update sharing id style
Browse files Browse the repository at this point in the history
feat: update sharing id style
Co-Authored-By: Minghan Zhang <[email protected]>
  • Loading branch information
Sh1n3zZ and zmh-program committed Mar 27, 2024
1 parent 8402f72 commit 60ea2d7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/src/dialogs/ShareManagementDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,16 @@ function ShareContent({ data }: ShareTableProps) {
key={idx}
className={`flex flex-row w-full h-max border boder-input p-4 rounded-md mb-2 last:mb-0`}
>
<div className={`flex flex-col flex-grow`}>
<div className={`flex flex-row text-md items-center mr-1`}>
<span className={`text-common mb-1`}>{row.name}</span>
<span className={`text-secondary ml-2 select-none`}>
<div className={`flex flex-col flex-grow mr-1`}>
<div className={`flex flex-row text-md items-start mb-1`}>
<span
className={`text-secondary mr-2 select-none text-xs border rounded-md py-1 px-2`}
>
#{row.conversation_id}
</span>
<span className={`text-common py-0.5 text-ellipsis`}>
{row.name}
</span>
</div>
<div
className={`flex flex-row items-center text-xs text-gray-500 select-none`}
Expand Down

0 comments on commit 60ea2d7

Please sign in to comment.