Commit graph

218 commits

Author SHA1 Message Date
b2a8ac6a9e Hooked up the dropdown menu with the real events in the new image screen 2019-04-03 00:42:14 -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
4e355d7817 Hooked up the new task screen with the bloc to allow for the creatin of a new task 2019-04-01 01:33:12 -06:00
41298ae655 modified usermodel to have an events array 2019-04-01 00:34:36 -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
4db0ab4e53 Added methods to allow the new task screen to update the blocs properties 2019-03-31 23:42:27 -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
4300934e69 Modified the routes function in App.dart to make the initial loading screen a default 2019-03-31 19:05:57 -06:00
f38146507e Migrated the [TaskModel] to use an enum to represent is priority 2019-03-31 18:57:42 -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
e3b8cf7a6d Created new task screen 2019-03-31 00:41:56 -06:00
eb3ffd91a3 Added docs for new widgets 2019-03-31 00:41:56 -06:00
c61459a491 Created new task screen 2019-03-31 00:41:56 -06:00
315d074779 Added docs for new widgets 2019-03-31 00:41:56 -06:00
4f450ade30 Created new task screen 2019-03-31 00:38:27 -06:00
50ae7d866a Added docs for new widgets 2019-03-31 00:38:27 -06:00
34a9aa6275 Rewrote migration from future to stream in the homescreen lost due to a deleted branch 2019-03-31 00:26:33 -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
3e5e58016e Added floating action button to add new task or picture and added a fixed height container to the children in list view to make it visible even with the fab 2019-03-28 00:47:05 -06:00
f59f491022 Moved the building of the task list to a separate method 2019-03-27 15:52:16 -06:00
7b6b24a190 Changed the style of the status bar to light 2019-03-21 00:32:00 -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
b112e629a4 Removed unnecessary remode padding widget 2019-03-20 19:02:22 -06:00
8e378c0e8e Added method to the home bloc to retrieve the photo url of the user 2019-03-20 18:59:30 -06:00
d97b542238 Renamed gradient button to gradient touchable container 2019-03-20 18:51:22 -06:00
32ca8ac279 Fixed automatic signing problem 2019-03-20 18:34:04 -06:00
aa5039d217 Added a stream transformer that sorts tasks according to their priority 2019-03-13 22:14:04 -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
e0caaf85bd Added method to mark task as done in the bloc 2019-03-13 21:04:07 -06:00
b9f0831c27 Created the home bloc provider 2019-03-13 20:59:49 -06:00
4d6fb3d04e Created home bloc boilerplate 2019-03-13 20:52:11 -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