Skip to content

Commit

Permalink
#220: Hide cookie bar, updated server and webui
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Dec 2, 2020
1 parent eeea45b commit f0d701f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Snapshot revision: 93e31b9
# Snapshot revision: 9fae37c
FROM docker.pkg.github.com/eclipse/openvsx/openvsx-server:snapshot

COPY --chown=openvsx:openvsx website/static/ BOOT-INF/classes/static/
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/eclipse/open-vsx.org",
"license": "EPL-2.0",
"dependencies": {
"openvsx-webui": "0.1.0-next.72ae7ad"
"openvsx-webui": "0.1.0-next.9fae37c"
},
"devDependencies": {
"@types/markdown-it": "^10.0.3",
Expand Down
3 changes: 3 additions & 0 deletions website/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
a.cc-btn.cc-allow:hover, a.cc-btn.cc-allow:focus {
background-color: #444;
}
.cc-revoke {
display: none !important;
}
</style>
</head>

Expand Down
Binary file modified website/static/openvsx-preview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1370,10 +1370,10 @@ opener@^1.5.2:
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==

openvsx-webui@0.1.0-next.72ae7ad:
version "0.1.0-next.72ae7ad"
resolved "https://registry.yarnpkg.com/openvsx-webui/-/openvsx-webui-0.1.0-next.72ae7ad.tgz#435cd700ac379c3680e37b2bcc7b319a1825245a"
integrity sha512-jrHC5neu/fw0aaJdVHfGnQCPv9xm1rqKin49oPyPNEcqWEfPioVmzDEFw7kXAvnVAAntHbcXsvJ2GsjZkoj1Ew==
openvsx-webui@0.1.0-next.9fae37c:
version "0.1.0-next.9fae37c"
resolved "https://registry.yarnpkg.com/openvsx-webui/-/openvsx-webui-0.1.0-next.9fae37c.tgz#3c2ca0009d2d5737e434c81b2e2264a109ccf853"
integrity sha512-X/07FNtU33u/USht/Ttuoj5LYXpGajxuTQ4i5yc3NuCEYkALCwG5yXk2bFTHaj/mh2NLO4+vxbdx4W7NEHwzCA==
dependencies:
"@material-ui/core" "~4.9.14"
"@material-ui/icons" "~4.9.1"
Expand Down

0 comments on commit f0d701f

Please sign in to comment.