Skip to content

Feat: card popup window - #26

Open
micwallace wants to merge 7 commits into
mainfrom
feat/card-popup-window
Open

Feat: card popup window#26
micwallace wants to merge 7 commits into
mainfrom
feat/card-popup-window

Conversation

@micwallace

Copy link
Copy Markdown
Contributor

@futantan As discussed this adds an option to open tokenscript actions in a popup window rather than an iframe modal.
This speeds up the loading process significantly, since script info and token data can be cached. It also enables local storage support for cards opened this way.

At the moment the default is false, so the extension will continue to work as-is unless the user explicitly turns this feature on via the extension options page.

Open TS viewer window to resolve proxy.
This allows us to break out of the extension sandbox.
@vercel

vercelBot commented Nov 21, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

NameStatusPreviewCommentsUpdated (UTC)
buy-me-a-beer✅ Ready (Inspect)Visit Preview💬 Add feedbackNov 22, 2024 3:33am
tlink-web✅ Ready (Inspect)Visit Preview💬 Add feedbackNov 22, 2024 3:33am

@micwallace

Copy link
Copy Markdown
ContributorAuthor

Note: Please merge recaptcha PR first, since this branch shares code with it.

Sign up for freeto 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.

1 participant

@micwallace