mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-26 12:18:21 +01:00
minor improvement on gitgraph
This commit is contained in:
parent
0b50d75f30
commit
0d1957387c
@ -158,6 +158,7 @@ namespace OS {
|
|||||||
return this.error(API.throwe("Target element is undefined"));
|
return this.error(API.throwe("Target element is undefined"));
|
||||||
}
|
}
|
||||||
$(this.options.target)
|
$(this.options.target)
|
||||||
|
.addClass("git_grapth_container")
|
||||||
.css("overflow-y", "auto")
|
.css("overflow-y", "auto")
|
||||||
.css("overflow-x", "hidden")
|
.css("overflow-x", "hidden")
|
||||||
.css("display", "block")
|
.css("display", "block")
|
||||||
|
@ -14,4 +14,5 @@ graph.base_dir = "home://workspace/repo-git";
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Change logs:
|
## Change logs:
|
||||||
|
- v0.1.2-b: add class to container element
|
||||||
- v0.1.0-b: Initial version
|
- v0.1.0-b: Initial version
|
@ -14,4 +14,5 @@ graph.base_dir = "home://workspace/repo-git";
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Change logs:
|
## Change logs:
|
||||||
|
- v0.1.2-b: add class to container element
|
||||||
- v0.1.0-b: Initial version
|
- v0.1.0-b: Initial version
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
afx-app-window[data-id="GitGraph"] div[data-id="git-graph"]
|
div.git_grapth_container
|
||||||
{
|
{
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: bisque;
|
background-color: bisque;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"author": "Dany LE",
|
"author": "Dany LE",
|
||||||
"email": "contact@iohub.dev"
|
"email": "contact@iohub.dev"
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.1.1-a",
|
||||||
"category":"Development",
|
"category":"Development",
|
||||||
"iconclass":"bi bi-git",
|
"iconclass":"bi bi-git",
|
||||||
"mimes":["dir"],
|
"mimes":["dir"],
|
||||||
|
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
afx-app-window[data-id="GitGraph"] div[data-id="git-graph"]
|
div.git_grapth_container
|
||||||
{
|
{
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: bisque;
|
background-color: bisque;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"author": "Dany LE",
|
"author": "Dany LE",
|
||||||
"email": "contact@iohub.dev"
|
"email": "contact@iohub.dev"
|
||||||
},
|
},
|
||||||
"version":"0.0.1-a",
|
"version":"0.1.1-a",
|
||||||
"category":"Development",
|
"category":"Development",
|
||||||
"iconclass":"bi bi-git",
|
"iconclass":"bi bi-git",
|
||||||
"mimes":["dir"],
|
"mimes":["dir"],
|
||||||
|
@ -165,7 +165,7 @@
|
|||||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GitGraph/README.md",
|
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GitGraph/README.md",
|
||||||
"category": "Development",
|
"category": "Development",
|
||||||
"author": "Dany LE",
|
"author": "Dany LE",
|
||||||
"version": "0.0.1-a",
|
"version": "0.1.1-a",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GitGraph/build/release/GitGraph.zip"
|
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GitGraph/build/release/GitGraph.zip"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user