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

implement show only preview feature using toggle button #291

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 20, 2024

  1. feat: Add inject key in types.ts

    Update types.ts to include a new injection key for showing the preview reference.
    mg5566 authored and OKESTRO committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    406b487 View commit details
    Browse the repository at this point in the history
  2. feat: add showPreview ref to injectKeyShowPreviewRef

    - add showPreview ref to provider
    - apply showPreview ref to editroSlot
    mg5566 authored and OKESTRO committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    360b896 View commit details
    Browse the repository at this point in the history
  3. feat: implement logic to not render editor using injectKeyShowPreview…

    …Ref inject
    mg5566 authored and OKESTRO committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a74aa01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7c026b View commit details
    Browse the repository at this point in the history
  5. feat: add show preview toggle button in Output component

    mg5566 authored and OKESTRO committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7542ad8 View commit details
    Browse the repository at this point in the history
  6. feat: apply font color styling of ToggleButton component

    mg5566 authored and OKESTRO committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1465085 View commit details
    Browse the repository at this point in the history