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

[Feature] Allow contract specific saved templates #443

Open
1 task
0xphilipp opened this issue Jul 16, 2023 · 1 comment
Open
1 task

[Feature] Allow contract specific saved templates #443

0xphilipp opened this issue Jul 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@0xphilipp
Copy link

Generally when interacting with contracts, often you require the same message again and again, so there should be a way to save query / execute msgs as named "templates" that can be loaded.

  • Subfeature 1: Keep the last query / execute msg used on a contract in the local storage, so when navigating to a contract it is still there what the user has been working on. If there is some worry about local storage size -> use flag to activate.

Somewhere add some selection, or ideally show "templates", similar to the "Message Suggestions", maybe Template Suggestions, and a small (plus)
image

@tansawit tansawit added the enhancement New feature or request label Jul 18, 2023
@tansawit
Copy link
Contributor

Have a similar/adjacent feature that we're currently discussing and testing internally. Will revert once we have made more progress on it. But definitely an interesting feature to have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants