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

Smaller chromeless explorer embeds in articles & a fix for native tables crashing #2892

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

ikesau
Copy link
Member

@ikesau ikesau commented Nov 3, 2023

Just two small improvements:

  1. Renders explorers at 8 columns if hideControls=true is present in the query string.
  2. Skips parsing native tables if we're not inside a {.table} block.
    1. The alternative was turning {.table-rows} into its own component which was a lot of new code and would require a migration for any tables that had already been created.

@ikesau ikesau requested a review from danyx23 November 3, 2023 16:56
@ikesau ikesau self-assigned this Nov 3, 2023
Copy link
Contributor

@danyx23 danyx23 left a comment

Choose a reason for hiding this comment

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

:shipit: :)

@ikesau ikesau merged commit 7499954 into master Nov 6, 2023
20 checks passed
@ikesau ikesau deleted the hide-controls-explorer-embeds branch November 6, 2023 15:30
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