minor improvement on gitgraph

This commit is contained in:
lxsang 2022-07-04 22:42:48 +02:00
parent 0b50d75f30
commit 0d1957387c
10 changed files with 9 additions and 6 deletions

View File

@ -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")

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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.

View File

@ -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;

View File

@ -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"],

View File

@ -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"
}, },