BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

Kiosk mode is a little bit clunky when making it full screen #1122

Open bledsoef opened 5 months ago

bledsoef commented 5 months ago

If you go to the Kiosk Entry page for Manage Volunteers and toggle full screen, the text box will no longer be centered. Then, when you toggle out of full screen with the Esc key the sidebar does not show up. Let's make this process a little bit cleaner.

Also lets make sure that the B number input box is always focused.

Screenshot_20240202_134603 Screenshot_20240202_134555

bledsoef commented 4 months ago

Kiosk mode is a little bit clunky when making it full screen

MImran2002 commented 1 week ago

We have done the event kiosk with hiding the sidebar and footer on multiple screen width and call the full screen only on the input show class in html. And we replace the toggle and untoggle with a button that changes if we close and open full screen.