A lot of Diagram Fixes as well as other code changes #70

Merged
Ghost merged 9 commits from diagram-fixes into main 2024-01-25 01:01:11 +00:00
Showing only changes of commit 48738f2c87 - Show all commits

View File

@@ -270,10 +270,19 @@ const SequenceDiagram = () => {
className="flex items-center gap-5 mb-8" className="flex items-center gap-5 mb-8"
> >
<Chip label={sequenceNr ? sequenceNr : ++index} /> <Chip label={sequenceNr ? sequenceNr : ++index} />
<Card className="p-2 w-full"> <Card style={{ padding: 10 }} className="w-full">
<div className="flex justify-between mb-4"> <div
style={{ marginBottom: 12 }}
className="flex justify-between"
>
<div> <div>
<span className="flex items-center gap-2 font-bold mb-4"> <span
style={{
marginBottom: 12,
fontWeight: "bold",
}}
className="flex items-center gap-2"
>
{IconComponent} {groupName}{" "} {IconComponent} {groupName}{" "}
<Chip label={msgType} /> <Chip label={msgType} />
</span> </span>