A diary app to track your daily activities, and how you feel about them. Feel Tracker will provide you with a day, week, and month view of the activities you want to track, as well as tranding and statistics.
A monkey patch has been applied to CategoryBadge: if no onClick callback is provided, a click will open the CategoryModal component by default.
Not sure if this is desired behavior, but programmatically it'd be more correct to have the modal open on-demand in the parent component rather than nested inside.
Description
A monkey patch has been applied to
CategoryBadge
: if noonClick
callback is provided, a click will open theCategoryModal
component by default. Not sure if this is desired behavior, but programmatically it'd be more correct to have the modal open on-demand in the parent component rather than nested inside.Tasks