Skip to content

Commit 039ba70

Browse files
updated Readme
1 parent 3658ae1 commit 039ba70

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,12 @@
44
![TypeScript](https://img.shields.io/badge/TypeScript-4.0+-3178C6?logo=typescript)
55
![Next.js](https://img.shields.io/badge/Next.js-13.0+-000000?logo=next.js)
66

7-
<<<<<<< HEAD
8-
Open-source Modelling tool with Graphical Diagram Editor using Cyclic Entity-based Modeling and Metamodelling capabilities.
9-
<!-- <img src="https://github.com/user-attachments/assets/ea2b6b9a-f8cc-4916-aa00-3e8693015fd3" alt="Image Description" width="200" /> -->
10-
=======
117
Open-source Modelling tool with Graphical Diagram Editor using Cyclic Entity-based Modeling and Metamodelling capabilities.
128
![3B161451-6FAC-43C6-9763-ADA43329ECD7_1_105_c](https://github.com/user-attachments/assets/ea2b6b9a-f8cc-4916-aa00-3e8693015fd3)
139

1410
![App Screenshot](./public/images/MimrisApp.png)
1511

1612
[Powered by GoJS](https://gojs.net)
17-
>>>>>>> 5309607e6bc14960eb09d70fc1107799f4189a78
1813

1914
## Table of Contents
2015

src/components/Index.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ const page = (props) => {
6464
}}
6565
>
6666
<CardHeader className="card-header h-100" >Mimris release log ... </CardHeader>
67-
{/* <CardBody className="card-body" >
68-
<CardTitle className="card-title-bold" >Backlog ...</CardTitle>
67+
<CardBody className="card-body h-100" >
68+
<CardTitle className="card-title-bold" >Release Alpha: 2025.05.03</CardTitle>
6969
<CardText >
70-
&bull; Workplace templates for reflective workplace modelling! <br />
71-
&bull; Strokewidth for synbol border and relship line!<br />
72-
&bull; GraphQL shema reporting from Solution models!<br />
70+
&bull;Bugfix and added BPMN in Palette<br />
7371
</CardText>
74-
</CardBody> */}
72+
</CardBody>
7573
<CardBody className="card-body h-100" >
7674
<CardTitle className="card-title-bold" >Release Alpha: 2025.05.06</CardTitle>
7775
<CardText >

src/pages/index.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ const page = (props: any) => {
8989

9090
const [showExternalPage, setShowExternalPage] = useState(true);
9191

92-
const externalPageUrl = `https://kavca.github.io/${props.phFocus.focusProj.repo}/`; // Replace with the URL of the external webpage you want to display
92+
const externalPageUrl = `https://mimris.github.io/mimris/`; // Replace with the URL of the external webpage you want to display
93+
// const externalPageUrl = `https://kavca.github.io/${props.phFocus.focusProj.repo}/`; // Replace with the URL of the external webpage you want to display
9394

9495
const iframe = showExternalPage ? (
9596
<iframe src={externalPageUrl} width="100%" height="1500px" />
@@ -132,13 +133,13 @@ const page = (props: any) => {
132133
{expanded &&
133134
<>
134135
<div className="issuesarea">
135-
<Issues props={props} showModal={showModal} setShowModal={setShowModal} minimized={minimized} setMinimized={setMinimized}/>
136+
{/* <Issues props={props} showModal={showModal} setShowModal={setShowModal} minimized={minimized} setMinimized={setMinimized}/> */}
136137
</div>
137138
<div className="contextarea">
138-
{contextDiv}
139+
{/* {contextDiv} */}
139140
</div>
140141
<div className="tasksarea mr-1 bg-trasparent" style={{backgroundColor: "#ffe", borderRadius: "5px 5px 5px 5px" }}>
141-
<Tasks taskFocusModel={undefined} asPage={false} visible={false} props={props} />
142+
{/* <Tasks taskFocusModel={undefined} asPage={false} visible={false} props={props} /> */}
142143
</div>
143144
</>
144145
}

0 commit comments

Comments
 (0)