- Migrated GlobalState reducer in own file. ActionCreators and ActionTypes have moved too;
- Completely refactored the way components dispatch events to the State;
- @fix: tags stopped working on ;
- Added support for in ;
- @fix: tags container now take width based on content;
- Added rightMargin to tags;
- Created TagUtilities file of functions that handles a set of utilities to retrieve tags;
- Displayed
<TagElementView>
in<ProjectSummaryView>
;
- @fix: Issue related to
Tags
assigned to a Project. If a Project had 0 tags, the app would crash;
- Created
toHoursAndMinutes
function that converts time (in minutes) tohh:mm
format; - Applied
toHoursAndMinutes
function to<ActivityCard>
; - Applied
toHoursAndMinutes
to<ProjectActivitiesView>
either;
- Deleted unused file;
- Added
<StatusView>
component in<ProjectActivitiesView>
to report activitie' status; Decided to usebrief
mode;
- Exported available contexts for in own Constants file;
- Improved ui;
- Added to report the completion state of a project;
- @fix: Newly created activities have
undefined
state;
- Bumped app to v1.0.0 - All basic functionalities have been introduced;