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

[Feature request] Remove hint stickers in 2D View for 3x3 #349

Open
ThatKanjiJew opened this issue Dec 19, 2024 · 2 comments
Open

[Feature request] Remove hint stickers in 2D View for 3x3 #349

ThatKanjiJew opened this issue Dec 19, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ThatKanjiJew
Copy link

Goal

I’d like to use Twizzle Editor’s 3x3 in 2D view without the hint facelets.

Possible solution

A useful solution would be fixing the Hint Facelets button in the Playback Options menu so that when disabled, it would hide the hint facelets.
IMG_0760

Alternatives

No response

@ThatKanjiJew ThatKanjiJew added the enhancement New feature or request label Dec 19, 2024
@lgarron
Copy link
Member

lgarron commented Dec 20, 2024

This wouldn't be too hard to implement for 3×3×3, but I'm a bit wary of introducing something that will be hard to generalize. Could you describe what use case this would support?

@lgarron
Copy link
Member

lgarron commented Dec 20, 2024

Just some notes about how I'd implement this:

  1. Add a hint-facelets class to some SVG elements.
  2. Use CSS to set .hint-facelets { display: none; }.
  3. Hook up listeners to toggle the CSS based on the hintFacelets prop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants