Skip to content

feat: add uuid widget#6675

Open
liufuyang wants to merge 2 commits into
decaporg:mainfrom
liufuyang:add-uuid-widget
Open

feat: add uuid widget#6675
liufuyang wants to merge 2 commits into
decaporg:mainfrom
liufuyang:add-uuid-widget

Conversation

@liufuyang

@liufuyang liufuyang commented Jan 30, 2023

Copy link
Copy Markdown

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

dopry commented May 2, 2023

Copy link
Copy Markdown
Contributor

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

@liufuyang

Copy link
Copy Markdown
Author

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

@netlify

netlify Bot commented May 3, 2023

Copy link
Copy Markdown

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
Copy Markdown
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Placeholders for Widget Defaults and add UUID Placeholder

3 participants