From a17057d10ee54e1ebead15d810b8a07fb11e1930 Mon Sep 17 00:00:00 2001 From: lianahus Date: Thu, 7 Dec 2023 10:27:29 +0100 Subject: [PATCH 1/4] typos and black theme bg color fix --- apps/remix-ide/src/assets/css/themes/remix-black_undtds.css | 2 +- apps/remix-ide/src/walkthroughService.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css b/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css index 5c16277d2e..103957dc53 100644 --- a/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css +++ b/apps/remix-ide/src/assets/css/themes/remix-black_undtds.css @@ -5632,7 +5632,7 @@ a.close.disabled { vertical-align: text-top !important; } .bg-primary { - background-color: #28282D !important; + background-color: var(--primary) !important; } a.bg-primary:focus, a.bg-primary:hover, diff --git a/apps/remix-ide/src/walkthroughService.js b/apps/remix-ide/src/walkthroughService.js index f54d0e28ce..377c7c2f47 100644 --- a/apps/remix-ide/src/walkthroughService.js +++ b/apps/remix-ide/src/walkthroughService.js @@ -32,7 +32,7 @@ export class WalkthroughService extends Plugin { introJs().setOptions({ steps: [{ title: 'Transactions Recorder', - intro: 'Save transactions (deployed contracts and function executions) and replay them in another environment e.g Transactions created in Remix VM can be replayed in the Injected Provider.Click to launch the Home tab that contains links, tips, and shortcuts..', + intro: 'Save transactions (deployed contracts and function executions) and replay them in another environment e.g Transactions created in Remix VM can be replayed in the Injected Provider. Click to launch the Home tab that contains links, tips, and shortcuts.', element: document.querySelector('#udappRecorderCard'), tooltipClass: 'bg-light text-dark', position: 'right', @@ -41,7 +41,7 @@ export class WalkthroughService extends Plugin { { element: document.querySelector('#udappRecorderUseLatest'), title: 'Transactions Recorder', - intro: 'If set the recorder will run transactions using the latest compilation result.', + intro: 'If selected the recorder will run transactions using the latest compilation result.', tooltipClass: 'bg-light text-dark', position: 'right', highlightClass: 'bg-light border border-warning' @@ -49,7 +49,7 @@ export class WalkthroughService extends Plugin { { element: document.querySelector('#udappRecorderSave'), title: 'Transactions Recorder', - intro: 'Once there is a Once one or a few transactions have been executed from Remix, click this button to save these transactions as a scenario file.', + intro: 'Once there is a one or a few transactions have been executed from Remix, click this button to save these transactions as a scenario file.', tooltipClass: 'bg-light text-dark', position: 'right', highlightClass: 'bg-light border border-warning' From 234d6950b9ccadc3b94d0ec14c571da0d5113c37 Mon Sep 17 00:00:00 2001 From: lianahus Date: Thu, 7 Dec 2023 11:09:47 +0100 Subject: [PATCH 2/4] recorder expanding logic fixed --- .../remix-ui/run-tab/src/lib/components/recorderCardUI.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx index c83e033136..450bc251d6 100644 --- a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx @@ -35,9 +35,9 @@ export function RecorderUI(props: RecorderProps) { return (
-
+
-