Skip to content

feat: allow access to fiddle history #1745

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

codebytere
Copy link
Member

This PR adds the ability to optionally roll back to previous versions of Gists. The option can be enabled and disabled via Settings, and is disabled by default.

Screenshots

Screenshot 2025-08-07 at 4 35 35 PM Screenshot 2025-06-23 at 11 21 22 AM Screenshot 2025-06-23 at 11 21 25 AM

@codebytere codebytere requested a review from a team as a code owner August 7, 2025 14:36
Copy link
Member

@dsanders11 dsanders11 left a comment

Choose a reason for hiding this comment

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

In addition to the inline comment, the catch (error) blocks need to be updated to catch (error: any) (or do additional type checking) to make tsc happy.

@@ -0,0 +1,27 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
Copy link
Member

Choose a reason for hiding this comment

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

Looks like this snapshot is outdated, probably this branch existed before the Vitest migration. Can you nuke it and update the snapshot?

@coveralls
Copy link

Coverage Status

coverage: 79.09% (-1.1%) from 80.211%
when pulling eb1943f on fiddle-history
into 707b9d3 on main.

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.

3 participants