Fix Inconsistent Starting Date in Calendar UI#2159
Conversation
There was a problem hiding this comment.
my issue might have been overkill...
i think it makes more sense if we just manually enforce that the ui always shows the entire month, which could be up to 5 weeks. lets change the css to accomplish that, then we can create a chained pr to address any other issues.
update the screenshots for this new fix when you have them , and we can iterate from there
|
ACTUALLY i have inspiration, after you finish the stuff i asked for in the prev comment, lets make ui updates so we can view the calendar in day, week, month, or year view (like how google calendar does) BUT do this IN A SEPARATE PR that is branched off of this branch :) |
Okay I got it, i have to fix that first and then Mobile Ui and another pr. Will do later. thanks |
|
actually i think the issue is small enough to where we can address later, i will rewrite issue and close this pr for now |
closes #2158
On first load of the current month, we find which week row contains today in the grid and only render from that week down so dates like May 31 aren’t clipped off the bottom. The “Today” button does the same; changing month with the arrows or dropdown still shows the full month.
Before:

After fixing:
