Replies: 1 comment
-
We have a few techniques demonstrated in https://github.com/zauberzeug/nicegui/tree/main/examples/modularization/. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I have some pages setup with the ui.page decorator:
I'd like to log something for all pages. I've been adding my log_request() call to every page method, but I'm wondering if there is a better way to do this without repeating it? I tried to create a decorator wrapping ui.page but could not get it to work.
Beta Was this translation helpful? Give feedback.
All reactions