diff --git a/Dockerfile b/Dockerfile index bca55311..833c0c82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ diff --git a/website/package.json b/website/package.json index faeb40b1..5c42af90 100644 --- a/website/package.json +++ b/website/package.json @@ -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", diff --git a/website/static/index.html b/website/static/index.html index 3d3a9b59..25633b5c 100644 --- a/website/static/index.html +++ b/website/static/index.html @@ -38,6 +38,9 @@ a.cc-btn.cc-allow:hover, a.cc-btn.cc-allow:focus { background-color: #444; } + .cc-revoke { + display: none !important; + } diff --git a/website/static/openvsx-preview.png b/website/static/openvsx-preview.png index e30d169b..fe407019 100644 Binary files a/website/static/openvsx-preview.png and b/website/static/openvsx-preview.png differ diff --git a/website/yarn.lock b/website/yarn.lock index 044ebbe6..20c641ac 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -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"