Open ParthM02 opened 2 weeks ago
I think I understand what you mean. We could do two things:
If there are no async courses, try to keep the save buttons within the view. (Left is old, Right is new)
If there are no late evening courses (after 7pm), then make the footer sticky so that it is always in view. If the window height gets any smaller, then scrolling is enabled. The sticky footer would not be able to go further up the calendar. This will at least keep the footer in view for most screen window sizes.
Pre-submission Checklist
Feature Description
The calendar save buttons in windowed mode, require the user to scroll down rather than be sticky even if it doesn't cover up any classes. Scrolling to see those buttons makes the UI experience slightly uncomfortable.
Proposed Solution
Make the bottom bar that has the save buttons sticky in windowed mode. (no need to scroll to see them if there's no risk of covering classes in the schedule)
UI/UX Considerations
Technical Implementation Details