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

feat: add uuid widget #6675

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

liufuyang
Copy link

@liufuyang liufuyang commented Jan 30, 2023

Add a uuid widget which supports options:

  • read_only (bool)
  • prefix (string)
  • use_b32_encoding (bool)

close: #1975

Summary

Test plan

Checklist

Please add a x inside each checkbox:

  • I have read the contribution guidelines.
  • Code is formatted via running yarn format.
  • Tests are passing via running yarn test.
  • The status checks are successful (continuous integration). Those can be seen below.

A picture of a cute animal (not mandatory but encouraged)

So we can know easily having read-only UUID field like this:
image

And when prefix as "sink/" and use_b32_encode is used, it shows up as this:
image

Add a uuid widget which supports options:
* read_only (bool)
* prefix (string)
* use_b32_encoding (bool)

close: decaporg#1975
@dopry
Copy link
Contributor

dopry commented May 2, 2023

@liufuyang do you have time to update this pull request?

@liufuyang
Copy link
Author

Thank you, I can try to find some time recently. Perhaps just rebase onto master will do?

@netlify
Copy link

netlify bot commented May 3, 2023

Deploy Preview for decap-www canceled.

Name Link
🔨 Latest commit 54b4271
🔍 Latest deploy log https://app.netlify.com/sites/decap-www/deploys/64524ddb2a89f90007bd0775

@martinjagodic
Copy link
Member

@liufuyang I know it's been a while, would you be able to brig the branch up to date with master and solve merge conflicts? Thanks!

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

Successfully merging this pull request may close these issues.

Implement Placeholders for Widget Defaults and add UUID Placeholder
3 participants