feat(widget): in-app park picker + forgiving matching#15
Merged
Conversation
iOS gives no dropdown for a widget's Parameter, so make picking easy three ways: - Tap the script inside Scriptable → an Alert lists the 4 parks (+ Auto); tapping copies that park's code to the clipboard to paste into the Parameter field. - Matching is forgiving: code (MK), key (magic_kingdom), name, or a distinctive substring (magic / hollywood / animal) all resolve. - A non-empty Parameter that resolves to nothing renders an in-widget "park? use MK · EP · HS · AK" hint instead of silently falling back. Repo-file only — re-paste into Scriptable to apply; no deploy. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tap the script in Scriptable to get a park picker that copies the code to paste into the Parameter field; forgiving string matching; in-widget hint on an unrecognized param. Repo-file only, no deploy.
🤖 Generated with Claude Code