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
The app object created using the init function is a list of UI and Server functions. It will be nice to have a print method for this object.
Proposal:
TEAL APPLICATION
|-UI
| |-Title: teal app title (without favicon)
| |-Header: Show this row if the header is set.
| L-Footer: Show this row if the footer is set.
L-Server
|-Data: list of objects from the `teal_data` object
L-Modules: Label of the modules
Please also write a unit test for the format method (refer to the module's format function).
Code of Conduct
I agree to follow this project's Code of Conduct.
Contribution Guidelines
I agree to follow this project's Contribution Guidelines.
Security Policy
I agree to follow this project's Security Policy.
The text was updated successfully, but these errors were encountered:
Feature description
The app object created using the
init
function is a list of UI and Server functions. It will be nice to have a print method for this object.Proposal:
Please also write a unit test for the format method (refer to the module's format function).
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: