From 7d1e4ab8b0ec911a4b765984c183ae77606685df Mon Sep 17 00:00:00 2001 From: Bear Date: Sat, 3 Aug 2024 04:25:09 -0500 Subject: [PATCH] pause point for mark --- core/resources/homepage/css/app.css | 13 ------------- core/resources/homepage/js/quickpick.js | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/core/resources/homepage/css/app.css b/core/resources/homepage/css/app.css index 2ab9ea8a5..3ec2c28b8 100644 --- a/core/resources/homepage/css/app.css +++ b/core/resources/homepage/css/app.css @@ -401,19 +401,6 @@ div#InternetState { animation: spin 2s linear infinite; } -.spinner { - border: 4px solid rgba(0, 0, 0, 0.1); - border-left-color: #000; - border-radius: 50%; - width: 20px; - height: 20px; - animation: spin 1s linear infinite; - position: absolute; - right: 10px; /* Adjust as needed */ - top: 50%; - transform: translateY(-50%); - } - @keyframes spin { 0% { transform: rotate(0deg); diff --git a/core/resources/homepage/js/quickpick.js b/core/resources/homepage/js/quickpick.js index 1e0d2be5f..ba6d7c0c8 100644 --- a/core/resources/homepage/js/quickpick.js +++ b/core/resources/homepage/js/quickpick.js @@ -198,6 +198,6 @@ async function installModule(moduleName, version) { console.error('Failed to install module:', error); window.alert('Failed to install module: ' + error.message); } finally { - //location.reload(); + location.reload(); } }