You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "+" button should be visible on hover only, see screenshot below
A new record should follow the same pattern as Table and Kanban view, meaning it should be created with the active filters
The day representing the card should be added to the inserted record (e.g: send to the create payload -> closedAt: 2024-11-28T00:00:007Z if you clicked on the "+" icon in the 2024-11-28 card and if closedAt is the field associated with the current calendar view date field).
The date sent should not contain the current time on the month view, only the date part is important here (will mater once we'll work on week/timeline view)