Compare commits
31
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e5e2518fb | ||
|
|
f6b34c7903 | ||
|
|
b9aa9cb2d9 | ||
|
|
b593e9ba47 | ||
|
|
12a8e332cf | ||
|
|
2612727d07 | ||
|
|
a81322e495 | ||
|
|
7bdbcd57af | ||
|
|
ae739ca0e8 | ||
|
|
2cd6cc056f | ||
|
|
5845ff1957 | ||
|
|
02d33d1d15 | ||
|
|
8488517168 | ||
|
|
bfa3a8a788 | ||
|
|
8e41cf1db6 | ||
|
|
1f1ef5da64 | ||
|
|
01b3b000db | ||
|
|
3117665b10 | ||
|
|
02d4fb2847 | ||
|
|
d4a2b910b1 | ||
|
|
f371ff7d57 | ||
|
|
4e0a2d69a4 | ||
|
|
68feebce35 | ||
|
|
54c770e979 | ||
|
|
5380e3abf3 | ||
|
|
3932e3f8f0 | ||
|
|
8c7886802e | ||
|
|
d0cee21b8d | ||
|
|
d5f9e3dfe2 | ||
|
|
d8eee74010 | ||
|
|
283a75502a |
@@ -13,5 +13,8 @@ jobs:
|
|||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
exempt-issue-labels: 'retained'
|
exempt-issue-labels: 'retained'
|
||||||
exempt-pr-labels: 'retained'
|
exempt-pr-labels: 'retained'
|
||||||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
|
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days'
|
||||||
stale-pr-message: 'This pr is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days'
|
stale-pr-message: 'This pr is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days'
|
||||||
|
days-before-stale: 90
|
||||||
|
days-before-close: 14
|
||||||
|
days-before-pr-close: -1
|
||||||
|
|||||||
+11
-11
@@ -16,15 +16,15 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cypress/snapshot": "^2.1.7",
|
"@cypress/snapshot": "^2.1.7",
|
||||||
"@sveltejs/adapter-static": "1.0.0-next.29",
|
"@sveltejs/adapter-static": "1.0.0-next.29",
|
||||||
"@sveltejs/kit": "1.0.0-next.303",
|
"@sveltejs/kit": "1.0.0-next.310",
|
||||||
"@types/mermaid": "^8.2.9",
|
"@types/mermaid": "^8.2.9",
|
||||||
"@types/pako": "^1.0.3",
|
"@types/pako": "^1.0.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||||
"@typescript-eslint/parser": "^4.33.0",
|
"@typescript-eslint/parser": "^4.33.0",
|
||||||
"autoprefixer": "^10.4.4",
|
"autoprefixer": "^10.4.4",
|
||||||
"chai": "^4.3.6",
|
"chai": "^4.3.6",
|
||||||
"cssnano": "^5.1.5",
|
"cssnano": "^5.1.7",
|
||||||
"cypress": "9.5.2",
|
"cypress": "9.5.3",
|
||||||
"cypress-localstorage-commands": "^1.7.0",
|
"cypress-localstorage-commands": "^1.7.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
@@ -39,11 +39,11 @@
|
|||||||
"mocha": "^9.2.2",
|
"mocha": "^9.2.2",
|
||||||
"node-html-parser": "^5.3.3",
|
"node-html-parser": "^5.3.3",
|
||||||
"postcss": "^8.4.12",
|
"postcss": "^8.4.12",
|
||||||
"postcss-load-config": "^3.1.3",
|
"postcss-load-config": "^3.1.4",
|
||||||
"prettier": "~2.6.1",
|
"prettier": "~2.6.2",
|
||||||
"prettier-plugin-svelte": "^2.6.0",
|
"prettier-plugin-svelte": "^2.7.0",
|
||||||
"svelte": "^3.46.4",
|
"svelte": "^3.47.0",
|
||||||
"svelte-preprocess": "^4.10.4",
|
"svelte-preprocess": "^4.10.5",
|
||||||
"tailwindcss": "^3.0.21",
|
"tailwindcss": "^3.0.21",
|
||||||
"tslib": "^2.3.1",
|
"tslib": "^2.3.1",
|
||||||
"typescript": "^4.6.3"
|
"typescript": "^4.6.3"
|
||||||
@@ -53,10 +53,10 @@
|
|||||||
"@analytics/google-analytics": "^0.5.3",
|
"@analytics/google-analytics": "^0.5.3",
|
||||||
"@macfja/svelte-persistent-store": "^1.3.0",
|
"@macfja/svelte-persistent-store": "^1.3.0",
|
||||||
"analytics": "^0.8.1",
|
"analytics": "^0.8.1",
|
||||||
"daisyui": "2.13.0",
|
"daisyui": "2.13.6",
|
||||||
"js-base64": "^3.7.2",
|
"js-base64": "^3.7.2",
|
||||||
"mermaid": "8.14.0",
|
"mermaid": "9.0.0",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.2",
|
||||||
"monaco-editor": "^0.33.0",
|
"monaco-editor": "^0.33.0",
|
||||||
"monaco-mermaid": "^1.0.3",
|
"monaco-mermaid": "^1.0.3",
|
||||||
"pako": "2.0.4",
|
"pako": "2.0.4",
|
||||||
|
|||||||
@@ -79,7 +79,19 @@
|
|||||||
section Go home
|
section Go home
|
||||||
Go downstairs: 5: Me
|
Go downstairs: 5: Me
|
||||||
Sit down: 3: Me
|
Sit down: 3: Me
|
||||||
`
|
`,
|
||||||
|
'Git Graph': ` gitGraph
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
branch develop
|
||||||
|
checkout develop
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
checkout main
|
||||||
|
merge develop
|
||||||
|
commit
|
||||||
|
commit
|
||||||
|
`
|
||||||
};
|
};
|
||||||
|
|
||||||
const loadSampleDiagram = (diagramType: string): void => {
|
const loadSampleDiagram = (diagramType: string): void => {
|
||||||
|
|||||||
@@ -59,6 +59,10 @@
|
|||||||
},
|
},
|
||||||
journey: {
|
journey: {
|
||||||
code: '/#/user-journey'
|
code: '/#/user-journey'
|
||||||
|
},
|
||||||
|
gitGraph: {
|
||||||
|
code: '/#/gitgraph',
|
||||||
|
config: '/#/gitgraph?id=gitgraph-specific-configuration-options'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
let text = '';
|
let text = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user