Skip to content

Commit

Permalink
Fixing layouts (#187)
Browse files Browse the repository at this point in the history
* Fixing layouts

* fixing console

* Fixing version

* removing vite

* Fixing more colors and icons
  • Loading branch information
aasimkhan30 authored Jan 23, 2025
1 parent 7a6be6d commit ff3e28b
Show file tree
Hide file tree
Showing 19 changed files with 5,310 additions and 9,873 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<h1>Examples</h1>
<ul>
<li><a href="ts-examples/helloWorld.html">Hello World</a> - A simple example that loads mxgraph with 2 cells and a connection between them.</li>
<li><a href="ts-examples/bigSchema.html">Schema Designer with a big schema loaded</a> - Creates a schemaDesigner with using the world wide importers schema</li>
<li><a href="ts-examples/mediumSchema.html">Schema Designer with a medium schema loaded</a> - Creates a schemaDesigner with using adventure works schema</li>
<li><a href="ts-examples/smallSchema.html">Schema Designer with an small schema</a> - Creates a small demo schema</li>
<li><a href="ts-examples/worldWideImporters.html">Schema Designer (World Wide Importers): </a> - Creates a schemaDesigner with using the world wide importers schema</li>
<li><a href="ts-examples/adventureWorks.html">Schema Designer (Adventure Works):</a> - Creates a schemaDesigner with using adventure works schema</li>
<li><a href="ts-examples/smallSchema.html">Schema Designer (Small test schema):</a> - Creates a small demo schema</li>
</ul>
</body>
</html>
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "azdataGraph",
"description": "azdataGraph is a derivative of mxGraph, which is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
"version": "0.0.73",
"version": "0.0.74",
"homepage": "https://github.com/microsoft/azdataGraph",
"author": "Microsoft",
"license": "Apache-2.0",
Expand All @@ -19,8 +19,7 @@
"build": "yarn compile-mxgraph && npx tsc && node build.js",
"watch": "yarn compile-mxgraph && node build.js --watch",
"examples": "http-server -p 4000",
"lint": "eslint",
"dev": "vite"
"lint": "eslint"
},
"devDependencies": {
"@jgoz/esbuild-plugin-typecheck": "^4.0.2",
Expand All @@ -40,8 +39,7 @@
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.7"
"typescript-eslint": "^8.18.0"
},
"dependencies": {
"create-color": "^2.0.6"
Expand Down
Loading

0 comments on commit ff3e28b

Please sign in to comment.