-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor/setup-workspaces
- Loading branch information
Showing
45 changed files
with
690 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
import NodeGraph from '@components/MDX/NodeGraph/NodeGraph.astro'; | ||
import { ViewTransitions } from 'astro:transitions'; | ||
import VerticalSideBarLayout from '@layouts/VerticalSideBarLayout.astro'; | ||
--- | ||
|
||
<VerticalSideBarLayout title={`Visualiser | Bounded context map`}> | ||
<div class="bg-gray-100/50 m-4"> | ||
<div | ||
class="h-[calc(100vh-110px)] w-full relative border border-gray-200" | ||
id={`domain-context-map-portal`} | ||
transition:animate="fade" | ||
> | ||
</div> | ||
<NodeGraph | ||
id="domain-context-map" | ||
collection="domain-context-map" | ||
title="Bounded context map" | ||
mode="full" | ||
linkTo="visualiser" | ||
version="1.0.0" | ||
linksToVisualiser={false} | ||
href={{ | ||
label: ``, | ||
url: '/', | ||
}} | ||
/> | ||
</div> | ||
<ViewTransitions /> | ||
</VerticalSideBarLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.