Skip to content

feat: ✨ display current day on calendar & homepage calendar scrolling issue#460

Open
realethantran wants to merge 3 commits intomainfrom
et-calendar-bug-fixes
Open

feat: ✨ display current day on calendar & homepage calendar scrolling issue#460
realethantran wants to merge 3 commits intomainfrom
et-calendar-bug-fixes

Conversation

@realethantran
Copy link
Copy Markdown
Contributor

@realethantran realethantran commented May 4, 2026

Description

The first feature that this PR implements is that the calendar now has a ring around the current day. A bug commonly faced on the mobile view of the website, in which users who tried to scroll would accidentally select calendar days has also been fixed. This was done by reworking how the calendar handles gesture input. Now, if the movement is more vertical than horizontal, the input is treated as a scroll. Therefore, the calendar selection is only performed when the movement is more horizontal than vertical.

Recording/Screenshots

Before

After

Issues

@realethantran realethantran marked this pull request as draft May 4, 2026 06:19
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

ethancha0 and others added 2 commits May 4, 2026 18:44
* feat: ✨ ses server identity

* fix: 🐛 icssc domain email

* feat: ✨ low level email sender

* feat: ✨ email template

* feat: ✨ template protection from data injection

* fix: 🐛 icssc domain

* feat: ✨ optional email sending upon notif creation

* feat: ✨ email upon meeting invite

* fix: 🐛 revert zotmeet domain

* feat: ✨ what the hell sure

* fix: 🐛 fix

---------

Co-authored-by: Kevin Wu <kevinwu098@gmail.com>
@realethantran realethantran deployed to staging-460 May 5, 2026 01:44 — with GitHub Actions Active
@realethantran realethantran changed the title feat: ✨ display current day on calendar feat: ✨ display current day on calendar & homepage calendar scrolling issue May 5, 2026
@realethantran realethantran marked this pull request as ready for review May 5, 2026 01:56
@realethantran realethantran requested a review from ethancha0 May 5, 2026 01:56
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 11 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

calendar: current day

2 participants