#1252 Adding background on commit labels

This commit is contained in:
Knut Sveidqvist
2022-03-25 08:56:22 +01:00
parent 3ee141ff9b
commit 22aca7b3ee
21 changed files with 6189 additions and 3619 deletions

View File

@@ -9,7 +9,7 @@
<style>
body {
/* background: rgb(221, 208, 208); */
/* background:#111; */
background:#111;
/* background:#333; */
font-family: 'Arial';
}
@@ -26,7 +26,7 @@
</head>
<body>
<h1>info below</h1>
<div class="mermaid" style="width: 100%; height: 20%;">
<div class="mermaid2" style="width: 100%; height: 20%;">
gitGraph:
commit "Ashish"
branch newbranch
@@ -43,14 +43,14 @@
</div>
<div class="mermaid" style="width: 100%; height: 20%;">
gitGraph:
gitGraph
commit
branch hotfix
checkout hotfix
commit
branch develop
checkout develop
commit id:"ash" tag:"abc"
commit id:"An id" tag:"A tag"
branch featureB
checkout featureB
commit type:HIGHLIGHT
@@ -101,14 +101,13 @@
// console.error('Mermaid error: ', err);
};
mermaid.initialize({
theme: 'base',
theme: 'dark',
themeVariables: {
// primaryColor: '#9400D3',
darkMode: false,
// darkMode: false,
// background: '#222',
// textColor: 'white',
// primaryTextColor: '#f4f4f4',
// nodeBkg: '#ff0000',
// mainBkg: '#0000ff',
// tertiaryColor: '#ffffcc',

View File

@@ -264,7 +264,7 @@ requirementDiagram
test_req - contains -> test_req3
test_req <- copies - test_entity2
</div>
<div class="mermaid" class="width height">
<div class="mermaid" style="width: 100%; height: 20%;">
gitGraph:
commit
branch hotfix
@@ -272,19 +272,18 @@ requirementDiagram
commit
branch develop
checkout develop
commit id:"ash" tag:"abc"
commit id:"An id" tag:"A tag"
branch featureB
checkout featureB
commit type:HIGHLIGHT
checkout master
branch hotfix
checkout main
checkout hotfix
commit type:NORMAL
checkout develop
commit type:REVERSE
checkout featureB
commit
checkout master
checkout main
merge hotfix
checkout featureB
commit
@@ -302,10 +301,10 @@ requirementDiagram
branch release
checkout release
commit
checkout master
checkout main
commit
checkout release
merge master
merge main
checkout develop
merge release
</div>

View File

@@ -259,27 +259,25 @@ requirementDiagram
test_req <- copies - test_entity2
</div>
<div class="mermaid" class="width height">
%%{init:{"theme":"base", "themeVariables": {"primaryColor":"#411d4e", "darkMode":true}}}%%
gitGraph:
gitGraph
commit
branch hotfix
checkout hotfix
commit
branch develop
checkout develop
commit id:"ash" tag:"abc"
commit id:"An id" tag:"A tag"
branch featureB
checkout featureB
commit type:HIGHLIGHT
checkout master
branch hotfix
checkout main
checkout hotfix
commit type:NORMAL
checkout develop
commit type:REVERSE
checkout featureB
commit
checkout master
checkout main
merge hotfix
checkout featureB
commit
@@ -297,10 +295,10 @@ requirementDiagram
branch release
checkout release
commit
checkout master
checkout main
commit
checkout release
merge master
merge main
checkout develop
merge release
</div>

View File

@@ -257,26 +257,25 @@ requirementDiagram
test_req <- copies - test_entity2
</div>
<div class="mermaid" class="width height">
gitGraph:
gitGraph
commit
branch hotfix
checkout hotfix
commit
branch develop
checkout develop
commit id:"ash" tag:"abc"
commit id:"An id" tag:"A tag"
branch featureB
checkout featureB
commit type:HIGHLIGHT
checkout master
branch hotfix
checkout main
checkout hotfix
commit type:NORMAL
checkout develop
commit type:REVERSE
checkout featureB
commit
checkout master
checkout main
merge hotfix
checkout featureB
commit
@@ -294,10 +293,10 @@ requirementDiagram
branch release
checkout release
commit
checkout master
checkout main
commit
checkout release
merge master
merge main
checkout develop
merge release
</div>

View File

@@ -251,27 +251,26 @@ requirementDiagram
test_req - contains -> test_req3
test_req <- copies - test_entity2
</div>
<div class="mermaid" class="width height">
gitGraph:
<div class="mermaid" style="width: 100%; height: 20%;">
gitGraph
commit
branch hotfix
checkout hotfix
commit
branch develop
checkout develop
commit id:"ash" tag:"abc"
commit id:"An id" tag:"A tag"
branch featureB
checkout featureB
commit type:HIGHLIGHT
checkout master
branch hotfix
checkout main
checkout hotfix
commit type:NORMAL
checkout develop
commit type:REVERSE
checkout featureB
commit
checkout master
checkout main
merge hotfix
checkout featureB
commit
@@ -289,10 +288,10 @@ requirementDiagram
branch release
checkout release
commit
checkout master
checkout main
commit
checkout release
merge master
merge main
checkout develop
merge release
</div>

View File

@@ -263,19 +263,18 @@ requirementDiagram
commit
branch develop
checkout develop
commit id:"ash" tag:"abc"
commit id:"An id" tag:"A tag"
branch featureB
checkout featureB
commit type:HIGHLIGHT
checkout master
branch hotfix
checkout main
checkout hotfix
commit type:NORMAL
checkout develop
commit type:REVERSE
checkout featureB
commit
checkout master
checkout main
merge hotfix
checkout featureB
commit
@@ -293,10 +292,10 @@ requirementDiagram
branch release
checkout release
commit
checkout master
checkout main
commit
checkout release
merge master
merge main
checkout develop
merge release
</div>

View File

@@ -263,19 +263,18 @@ requirementDiagram
commit
branch develop
checkout develop
commit id:"ash" tag:"abc"
commit id:"An id" tag:"A tag"
branch featureB
checkout featureB
commit type:HIGHLIGHT
checkout master
branch hotfix
checkout main
checkout hotfix
commit type:NORMAL
checkout develop
commit type:REVERSE
checkout featureB
commit
checkout master
checkout main
merge hotfix
checkout featureB
commit
@@ -293,10 +292,10 @@ requirementDiagram
branch release
checkout release
commit
checkout master
checkout main
commit
checkout release
merge master
merge main
checkout develop
merge release
</div>