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

frontend: Accept given YAML/JSON in EditorDialog #1982

Closed
wants to merge 2 commits into from

Conversation

skoeva
Copy link
Contributor

@skoeva skoeva commented May 15, 2024

This change aims to allow EditorDialog to accept generic YAML/JSON text rather than explicitly expecting an item that looks like a Kubernetes resource. It also adds placeholder text in the editor for improving accessibility.

Fixes: #1820

@skoeva skoeva linked an issue May 15, 2024 that may be closed by this pull request
@skoeva skoeva changed the title frontend: Accept generic YAML/JSON in EditorDialog frontend: Accept given YAML/JSON in EditorDialog May 15, 2024
@skoeva skoeva force-pushed the editordialog-changes branch 2 times, most recently from 5469dab to 8ebede7 Compare May 15, 2024 19:15
This change aims to allow EditorDialog to accept generic YAML/JSON text
rather than explicitly expecting an item that looks like a Kubernetes
resource. It also adds placeholder text in the editor for improving
accessibility.

Fixes: #1820

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
@skoeva skoeva self-assigned this May 20, 2024
@skoeva skoeva closed this May 28, 2024
@skoeva
Copy link
Contributor Author

skoeva commented May 28, 2024

Closed in favor of #1996

@skoeva skoeva deleted the editordialog-changes branch May 28, 2024 13:29
Sign up for free to 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.

Make create/editor dialog work with a given YAML/JSON
1 participant