-
-
Notifications
You must be signed in to change notification settings - Fork 995
Add tooltip documentation to web request, text, and brush nodes #3427
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?
Add tooltip documentation to web request, text, and brush nodes #3427
Conversation
- Add descriptive tooltips to web request nodes (GET/POST, string/image conversion, resource loading, image decoding) - Add tooltip to GPU rasterization node explaining footprint usage - Improve text node tooltip with clearer per_glyph_instances parameter explanation - Add tooltips to brush stamp generator and blit operations explaining their internal roles - Fix typos in tooltip and variable names (it's→its, perview→preview, instnace→instance)
| Arc::new(editor.application_io.as_ref().unwrap().create_window()) | ||
| } | ||
|
|
||
| /// "Discard Result" runs asynchronously in the background without waiting. Useful for triggering webhooks or analytics without blocking. |
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.
This should describe the parameter, not the whole node.
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.
I hope that is better now. My 'brain' had reached its weekly token limit
… about per_glyph_instances. Can it be 3 lines?
|
@PolyglotOpenstreetmap can you address the remaining comments? |
Change doc comment to describe the node's purpose rather than focusing only on the "Discard Result" parameter. Now clearly states this is an HTTP POST operation with optional async behavior.
Closes #