You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're still using helper functions/random prints in some crates.
In #3396 (addressing sncast) we update such usages to use foundry-ui. We should:
do the same for other crates
remove printing helper functions
While implementing this, we should implement Message for the types (more complex ones) and update their text() method, so it can be later used with ui.print()
Objective
Use foundry-ui for printing in crates
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Current State
Currently, we're still using helper functions/random prints in some crates.
In #3396 (addressing
sncast
) we update such usages to use foundry-ui. We should:While implementing this, we should implement
Message
for the types (more complex ones) and update theirtext()
method, so it can be later used withui.print()
Objective
Use foundry-ui for printing in crates
Additional Context
No response
The text was updated successfully, but these errors were encountered: