File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed
Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 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- =======
117Open-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
Original file line number Diff line number Diff 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- • Workplace templates for reflective workplace modelling! <br />
71- • Strokewidth for synbol border and relship line!<br />
72- • GraphQL shema reporting from Solution models!<br />
70+ •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 >
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments