server
server copied to clipboard
Improve UI responsiveness / support mobile views
Would be cool if the UI would be better adapted to fit mobile devices, including auto-scaling of dashboard widgets.
:+1:, kinda related to the discussion in https://github.com/traggo/server/issues/83.
Is this project still actively being worked on actually? What are the chances to see this being implemented? :)
I'm not actively working on it. I'd accept a PR for this.
@jmattheis Made a PR related to this
Just wondering, I also have a bad default scaling view on mobile.
In index.html
, there is a <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
. Would it be possible to customize it for having a better scaling ?
Not sure how to test / tweak it (UI / CSS is a nightmare for me), but I think it should be an easy way to fix this issue.