Reload button to force a polling event #3302
Answered
by
crynobone
internetbug256
asked this question in
Q&A
-
Hello. I wonder why Nova does not have a way to allow to refresh the contents of a view, without having to reload the whole page. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Mar 23, 2021
Replies: 1 comment 7 replies
-
You could create a custom shortcut which will trigger Nova.addShortcut('r', () => Nova.$emit('refresh-resources')) |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could create a custom shortcut which will trigger
refresh-resources
event.