Commit graph

48 commits

Author SHA1 Message Date
cce2b668c0 Added preliminary code for the carousel widget 2019-04-14 21:24:24 -05:00
dd57c85972 Finished the media view and the gallery for the event screen 2019-04-09 07:04:49 -05:00
d4813bdce9 Refactored the media view in the event screen, extracted the thumbnail to its own widget ([AsyncThumbnail]) 2019-04-08 14:48:30 -05:00
094f1d5df0 Fixed a bug where the [hideEvent] property of the [TaskListTile] was hiding the edit button and not the event one 2019-04-07 16:51:41 -05:00
0946705032 Show the tasks linked to an event on its screen 2019-04-07 00:03:35 -06:00
74c63ee70a Added support for tab navigation (bottom widgets) for the custom app bar 2019-04-06 23:16:15 -06:00
b39a490384 Fixed a bug where the home screen bloc was fetching the current event by id and not by name 2019-04-06 22:00:07 -06:00
3b9f702a37 Refactored the [CurrentSelectionService] to use streams 2019-04-06 20:38:37 -06:00
47c7c4cef9 Modified the search functionality so teh resulting list updates
as the user types. Added a clearing button to the search box.
2019-04-05 20:31:31 -06:00
d59e7368c5 Added the search functionality to the main screen 2019-04-05 19:26:24 -06:00
6c564cc2d0 Added docs for all widgets 2019-04-05 16:19:00 -06:00
17c135bfe5 Added the ability to edit tasks. The new task screen
is now the task screen and it serves both purposes.
2019-04-05 00:31:50 -06:00
0901688163 Added enable property to the GradientTouchableContainer, it changes its color when not enabled 2019-04-04 02:37:03 -06:00
9d3ca8418a Refactored CustomDropdownMenu, PrioritySelector and GradientTouchableContainer to have the possibility of being ecpanded rather than having a set width, created the FractionallyScreenSizedBox widget 2019-04-03 00:27:42 -06:00
59f4cc099e Moved repeated text styles to utils, Finished the UI for the Add image screen 2019-04-02 06:08:11 -06:00
85aadb15b5 Created new screen to add new images to an event 2019-04-02 05:05:24 -06:00
43cae32cf1 Added methods to allow the new task screen to update the blocs properties, revised 2019-03-31 23:43:26 -06:00
2c42d3c4a2 Completed the UI for the new task screen 2019-03-31 23:04:06 -06:00
1fdae70358 Created cusotm dropdown menu to match the mocks 2019-03-31 21:50:58 -06:00
ebd92b43e9 Created the custom text input for the task text 2019-03-31 18:34:00 -06:00
897b9fa6a7 Deleted todos form the new item dialog route 2019-03-31 16:59:08 -06:00
3ac4e919c0 Created the custom app bar for screens different than home 2019-03-31 16:55:54 -06:00
8b3bd37df7 Added route for the new task screen, changed the [NewItemDialogButton] to use the onTap method passed to it instead of a dummy one 2019-03-31 16:17:46 -06:00
39ddba0fce Changed inconsistend names, created the new task screen and its bloc 2019-03-31 00:53:57 -06:00
50ae7d866a Added docs for new widgets 2019-03-31 00:38:27 -06:00
4a6bd017ac Extracted search box to its own separate widget, finidhes the new item dialog UI 2019-03-30 23:52:01 -06:00
59ae4f6fb0 Created the route for choosing the item time 2019-03-30 23:06:47 -06:00
8b86b0645e Finished search box 2019-03-21 00:06:56 -06:00
d4bb1c631a Finished app bar for the home screen 2019-03-20 22:57:44 -06:00
d97b542238 Renamed gradient button to gradient touchable container 2019-03-20 18:51:22 -06:00
8edb15dd7c Refactored the home screen to be a statuful widget so the bloc only gets instantiated once, added the gesture detector that was missing in the action button 2019-03-13 21:51:42 -06:00
a253207376 Fixed alingment for the task tile 2019-03-12 21:54:55 -06:00
ae0f8515aa Created and added extra animation to replace material progress indicator 2019-03-12 21:23:35 -06:00
fe316b336e Added docs for the task tile methods 2019-03-12 20:21:25 -06:00
578c6dd57f Added docs for the Action button, refactored to extract the button body into a method 2019-03-12 20:17:26 -06:00
b6e74cceb3 Added callbask for the tiles buttons and in the custom button widget 2019-03-12 20:06:10 -06:00
274be1c980 Finished the task list tile, created a custom button widget to accomodate for the tile's buttons 2019-03-12 20:03:14 -06:00
660856317f Finished text section of the task list tile 2019-03-12 01:19:57 -06:00
7d708f328a Added static method to the task model that returns a sample task model 2019-03-11 23:55:02 -06:00
1566310a02 Added method to the task model that returns its priority in string format 2019-03-11 23:50:06 -06:00
4cc5578576 Fixed a bug in the login screen where it wasnt being popped and replaced by the home screen, Added skeleton layout for the task list tile 2019-03-11 23:38:00 -06:00
75982102d8 Changed the callback in loginscreen to be an arrow function, added docs for the attributes in gradient button 2019-03-08 22:39:16 -06:00
79b3f98812 Fixed bug where a method was being called on the parameter of the constructor and not the instance variable causing it to sometimes call on null 2019-03-08 22:00:21 -06:00
3e44aa2fe4 Added [onTap] callback for the gradientButton 2019-03-08 21:44:21 -06:00
8918c67006 Added IBM Plex sans as custom font, added more properties to the gradient button 2019-03-08 21:37:56 -06:00
85f49f1133 Created preliminary gradient button 2019-03-07 23:42:31 -06:00
5bfafb2101 Created login screen with logo inside 2019-03-07 22:55:43 -06:00
2ba6dbbbc6 Created the Logo widget that contains the DO> logo 2019-03-07 22:33:21 -06:00