Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Critical Info on All Pages when on Mobile #469

Open
Cobular opened this issue May 13, 2023 · 1 comment
Open

Show Critical Info on All Pages when on Mobile #469

Cobular opened this issue May 13, 2023 · 1 comment
Assignees

Comments

@Cobular
Copy link

Cobular commented May 13, 2023

Is your feature request related to a problem? Please describe.

I'm always frustrated by the fact that I cannot see basic and critical stats like temperature on mobile when not on the main page. Mainly comes up when waiting for it to come up to temp and I need to keep looking at that number to know when it's fine, even if I want to do other things while waiting.

Describe the solution you propose.

It would be great to have some kind of flowing information window, possibly on the bottom of the screen, that persistently shows the most important information, even when on other pages. For me, this would be all temperatures (just as numerals, no graph), print progress, and overall machine status. Customizability would be nice but that probably opens a while can of worms on a few axes, while a simple implementation of the above probably won't be tooo complicated, as long as hoisting existing components doesn't become a props nightmare.

Describe alternatives you've considered

Right now, I can't figure out a way to get this kind of persisted floating information!

Provide any additional context or information.

IMG_20230513_164217_580

I see 3 main options (2 pictured)

  1. (Pictured) floating pull (square example) - semitransparent background, shows stats
  2. (Pictured) place very basic stats in menu bar. Less room, but it can never really occlude anything esp if it's only rendered when there's room.
  3. (Not pictured) something like the tablet horizontal view with the split, having some controls down on the bottom half of the screen

I'm more than happy to produce a PR for one of these, but let's see what everyone thinks first!

@chrishamm
Copy link
Collaborator

Previous DWC versions had a button at the top to toggle the visibility of the info panels (now the Status page) and I may add that back at some point. However, this isn't a high priority at this point.

I agree better customization options would solve this as well, but I don't believe DWC is a good basis for user-defined UI changes any more (although it's pretty straight-forward to modify in a dev environment). The current layout of DWC is made to accomodate lots of different configuration scenarios in the first place, so embedded temperature labels are no real option.

I may develop a successor of DWC which primarily focuses on customisability, but I can't say yet if and when I will start working on that.

@chrishamm chrishamm assigned chrishamm and unassigned x0rtrunks May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants