Improve kiosk mode startup experience
- Pass query parameters to EJS template for kiosk mode detection - Add kiosk class to body when enabled via query parameter - Simplify kiosk mode CSS to hide all elements except main weather display - Add null checks for progress object to prevent errors in kiosk mode - Prevent navigation errors when no suitable displays are available
This commit is contained in:
parent
7a07c67e84
commit
be41d66de9
5 changed files with 83 additions and 59 deletions
|
|
@ -54,6 +54,7 @@ const index = (req, res) => {
|
|||
production: false,
|
||||
version,
|
||||
OVERRIDES,
|
||||
query: req.query,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue