-
Notifications
You must be signed in to change notification settings - Fork 442
feat(web): form exec #4858
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
base: master
Are you sure you want to change the base?
feat(web): form exec #4858
Conversation
🛠 PR Checks Summary🔴 Changes related to gnoweb must be reviewed by its codeowners Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
|
@alexiscolin @aeddi any way we can get this merged? It would be great to have for Boards given currently it is challenging to fill in any long form content for general users. |
|
@michelleellen we are currently working on it together. We will have some news very soon. |
| } | ||
|
|
||
| .btn-copy { | ||
| background-color: var(--transparent); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| background-color: var(--transparent); | |
| background-color: var(--g-color-transparent); |
@alexiscolin Wouldn't it be --g-color-transparent instead like the rest of the file?
|
There was a tricky issue to solve around generating command blocks from the In this scenario, because the |
TODO