mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +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"));
|
||||
}
|
||||
$(this.options.target)
|
||||
.addClass("git_grapth_container")
|
||||
.css("overflow-y", "auto")
|
||||
.css("overflow-x", "hidden")
|
||||
.css("display", "block")
|
||||
|
@ -14,4 +14,5 @@ graph.base_dir = "home://workspace/repo-git";
|
||||
```
|
||||
|
||||
## Change logs:
|
||||
- v0.1.2-b: add class to container element
|
||||
- v0.1.0-b: Initial version
|
@ -14,4 +14,5 @@ graph.base_dir = "home://workspace/repo-git";
|
||||
```
|
||||
|
||||
## Change logs:
|
||||
- v0.1.2-b: add class to container element
|
||||
- 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;
|
||||
background-color: bisque;
|
||||
|
@ -7,7 +7,7 @@
|
||||
"author": "Dany LE",
|
||||
"email": "contact@iohub.dev"
|
||||
},
|
||||
"version":"0.0.1-a",
|
||||
"version":"0.1.1-a",
|
||||
"category":"Development",
|
||||
"iconclass":"bi bi-git",
|
||||
"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;
|
||||
background-color: bisque;
|
||||
|
@ -7,7 +7,7 @@
|
||||
"author": "Dany LE",
|
||||
"email": "contact@iohub.dev"
|
||||
},
|
||||
"version":"0.0.1-a",
|
||||
"version":"0.1.1-a",
|
||||
"category":"Development",
|
||||
"iconclass":"bi bi-git",
|
||||
"mimes":["dir"],
|
||||
|
@ -165,7 +165,7 @@
|
||||
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GitGraph/README.md",
|
||||
"category": "Development",
|
||||
"author": "Dany LE",
|
||||
"version": "0.0.1-a",
|
||||
"version": "0.1.1-a",
|
||||
"dependencies": [],
|
||||
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/GitGraph/build/release/GitGraph.zip"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user