1) Browser panel turns blank on connecting/disconnecting the database when the

server has multiple databases. Fixes #6817
2) Use a hand pointer instead of an arrow. Fixes #6820
This commit is contained in:
Khushboo Vashi 2021-09-28 17:50:54 +05:30 committed by Akshay Joshi
parent 08706ba6b2
commit 24399daefe
3 changed files with 7 additions and 5 deletions

View File

@ -150,7 +150,7 @@
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.8.0",
"xterm-addon-web-links": "^0.4.0",
"pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#b09740eb89595f99a925aaca9be5afa4be0fa3cc",
"pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#76d7801ae6c179a5efd3c826c1bd91446a2436fb",
"react-aspen": "^1.1.0",
"@types/classnames": "^2.2.6",
"@types/react": "^16.7.18",

View File

@ -39,7 +39,7 @@
white-space: nowrap;
padding: 2px 0;
padding-left: 2px;
cursor: default;
cursor: pointer !important;
&:hover, &.pseudo-active {
background-color: $tree-bg-hover !important;
}
@ -102,8 +102,9 @@
border:1px solid transparent;
height:auto;
white-space:normal;
cursor:pointer;
cursor:pointer !important;
margin-right:24px;
margin-left: 2px;
}
&.prompt.new .file-label, &.file .file-label {
margin-left: 18px;
@ -115,6 +116,7 @@
cursor: default;
color: #c1c1c1;
margin-left: 3px;
cursor: pointer !important;
}
}

View File

@ -7577,9 +7577,9 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
"pgadmin4-tree@git+https://github.com/EnterpriseDB/pgadmin4-treeview/#b09740eb89595f99a925aaca9be5afa4be0fa3cc":
"pgadmin4-tree@git+https://github.com/EnterpriseDB/pgadmin4-treeview/#76d7801ae6c179a5efd3c826c1bd91446a2436fb":
version "1.0.0"
resolved "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#b09740eb89595f99a925aaca9be5afa4be0fa3cc"
resolved "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#76d7801ae6c179a5efd3c826c1bd91446a2436fb"
dependencies:
"@types/classnames" "^2.2.6"
"@types/react" "^16.7.18"