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 current day’s view should be the only one in constant “edit mode” and all other days should be disabled by default.
A better empty state instead of the list of blank TextAreas for days that are not today and where questions.filter(q => q.answer.length > 0).length === 0
The current day’s view should be the only one in constant “edit mode” and all other days should be disabled by default.
A better empty state instead of the list of blank TextAreas for days that are not today and where
questions.filter(q => q.answer.length > 0).length === 0