feat: Add custom reload action to reload dashboard (#2217)

- Closes: #2215

---------

Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
This commit is contained in:
Dermot Duffy
2025-10-14 07:37:50 -07:00
committed by GitHub
co-authored by Felipe Santos
parent 7edaac079e
commit 1f41781a84
6 changed files with 61 additions and 0 deletions
@@ -17,6 +17,7 @@ const GENERAL_ACTIONS = [
'mute',
'pause',
'play',
'reload',
'screenshot',
'unmute',
] as const;