Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide the big run button in time machine embed frames #9752

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Oct 26, 2023

Fixes https://github.com/microsoft/pxt-minecraft/issues/2381

We can't use the simulator from within version history for minecraft so i'm hiding the run button altogether.

@riknoll riknoll requested a review from a team October 26, 2023 20:22
@@ -442,7 +442,7 @@ export class EditorToolbar extends data.Component<ISettingsProps, EditorToolbarS
<div id="editorToolbarArea" role="menu" className="ui column items">
{showUndoRedo && <div className="ui icon buttons">{this.getUndoRedo(computer)}</div>}
{showZoomControls && <div className="ui icon buttons mobile hide">{this.getZoomControl(computer)}</div>}
{targetTheme.bigRunButton &&
{targetTheme.bigRunButton && !pxt.shell.isTimeMachineEmbed() &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love how it's just called "bigRunButton", can't get more explicit than that!

@riknoll riknoll merged commit 30a59b3 into master Oct 26, 2023
7 checks passed
@riknoll riknoll deleted the dev/riknoll/time-machine-hide-headless-run branch October 26, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants