Commit Graph

54 Commits

Author SHA1 Message Date
27563c4d21 18.07 Logout Button - Log the User Out 2021-02-13 19:46:06 -08:00
e127886523 18.06 Add Logout Button - Show only when User Logged In 2021-02-13 16:57:24 -08:00
92c0c1486b Post firebase hinky on tereus 2021-02-13 15:00:32 -08:00
b6d9272317 18.05 Login User 2021-02-13 12:00:48 -08:00
abe5306e9c 18.04 Register User 2021-02-12 22:22:00 -08:00
6ec3e3ad11 18.03 Vuex - Create an Auth Store 2021-02-12 21:54:55 -08:00
bcfc3e0251 18.02 Add Firebase to the Project using Boot File 2021-02-12 21:29:22 -08:00
89b5489e56 16.09 Login Register - Customise the Banner 2021-02-12 15:45:56 -08:00
2ddb3c44bd 16.08 Login - Reuse the Register Component 2021-02-12 15:30:28 -08:00
47f441a3d8 16.07 Register - Submit Form if Valid 2021-02-12 15:17:25 -08:00
1a10b0c9c7 16.06 Register - Form Validation 2021-02-12 13:40:26 -08:00
9bb3248291 16.05 Register - Add EmailPassword Fields & Button 2021-02-12 13:20:31 -08:00
1454cfa3e8 16.04 Register - Create Component & Add a Banner 2021-02-12 13:03:06 -08:00
Fredrick W Warren
51ae44ed96 16.03 Create Tab Panels for Login & Register 2021-02-12 11:02:57 -08:00
Fredrick W Warren
a4edd61735 16.02 Create a Login & Register Page (and Route) 2021-02-12 10:38:25 -08:00
Fredrick W Warren
ee30273261 15.11 Add an Email us Link 2021-02-12 10:28:48 -08:00
Fredrick W Warren
7ca8e1b995 15.10 Add a Visit our website Link with openURL Utility 2021-02-12 10:25:55 -08:00
Fredrick W Warren
dd2a23a42a 15.09 Add a More Section and a Help Page 2021-02-12 08:25:38 -08:00
Fredrick W Warren
5f9b395ecc 15.08 Get & Apply the LocalStorage Settings on App Load 2021-02-12 07:44:17 -08:00
Fredrick W Warren
7443c2cf6a 15.07 Make the Settings Persistent using LocalStorage Plugin 2021-02-12 07:35:03 -08:00
Fredrick W Warren
92a7f0df0d 15,06 Add a Show tasks in one list Setting 2021-02-11 16:40:59 -08:00
Fredrick W Warren
2f72c80175 15.05 Format the Time with a Computed Property 2021-02-11 16:16:12 -08:00
Fredrick W Warren
ff3233fa49 15.04 Add a Computed Getter & Setter 2021-02-11 15:57:52 -08:00
Fredrick W Warren
fe08b091e7 15.03 Vuex - Create a Settings Store 2021-02-11 15:46:13 -08:00
Fredrick W Warren
db595d0276 15.02 Add a Show 12 hour time format Setting 2021-02-11 15:23:49 -08:00
Fredrick W Warren
4154082af3 14.11 Enable clicking beside the Add Task button 2021-02-11 14:28:19 -08:00
Fredrick W Warren
6932084040 14.10 Add a Scroll Area 2021-02-11 14:23:41 -08:00
Fredrick W Warren
2f86fc56ce 14.09 Transitions - Animate the Showing & Hiding of Components 2021-02-11 13:36:28 -08:00
Fredrick W Warren
18b8d365ae 14.08 Mixin - Combine Duplicated Code on Add Edit Task into Mixin 2021-02-11 12:14:20 -08:00
Fredrick W Warren
15199bbb42 14.07 Filter - Highlight the Search Query on Matching Tasks 2021-02-11 11:53:32 -08:00
Fredrick W Warren
d3af477f86 14.06 Filter - Format the Date Nicely 2021-02-11 10:23:05 -08:00
Fredrick W Warren
e6985d0e89 14.05 Click and Hold a Task to Edit with v-touch-hold Directive 2021-02-11 10:10:46 -08:00
Fredrick W Warren
b145fc29c6 14.04 Clear the Search Field when Esc pressed 2021-02-11 09:38:43 -08:00
Fredrick W Warren
e2f0100f36 14.03 Custom Directive - Make it Global! 2021-02-11 09:36:16 -08:00
Fredrick W Warren
3057951d6a 14.02 Custom Directive - Select All Text in Input when Clicked 2021-02-11 09:01:03 -08:00
Fredrick W Warren
b2f481d4b0 13.6 Link the Sort Dropdown to the Vuex Store State 2021-02-11 07:42:29 -08:00
Fredrick W Warren
f4704ac990 11.5 Sort Dropdown - Configure the Options 2021-02-11 07:23:16 -08:00
Fredrick W Warren
f5c81af4c9 13.4 Add a Sort Dropdown Component to the Page 2021-02-11 07:14:05 -08:00
Fredrick W Warren
32f059e9f9 12.3 Make the Sort Criteria Configurable 2021-02-10 15:53:18 -08:00
Fredrick W Warren
96f167549d 12.2. Add Sorting Getter to Vuex Store 2021-02-10 15:49:53 -08:00
Fredrick W Warren
6bde7fce56 11.7 Display “No search results” & Hide the “No tasks today” Banner 2021-02-10 15:00:21 -08:00
Fredrick W Warren
001b7c6b85 11.6 Filter the Tasks based on Search Value 2021-02-10 14:45:47 -08:00
Fredrick W Warren
bcc2b87e6e 11.5 Setup an Action & Mutation to set the search property 2021-02-10 12:33:21 -08:00
Fredrick W Warren
a3a551192d 11.4 Ues a Computed Property Setter 2021-02-10 12:27:00 -08:00
Fredrick W Warren
9f7b4f75e6 11.3 Connect Search Bar to Vuex State with mapState 2021-02-10 12:23:29 -08:00
Fredrick W Warren
cbd65f1b0c 11.2 Add the Search Bar Markup 2021-02-10 12:13:14 -08:00
Fredrick W Warren
4cbf3f043a 10.8 Use Global Event Bus to trigger button event 2021-02-10 11:46:17 -08:00
Fredrick W Warren
c110b75c06 11.7 Add No Tasks Banner 2021-02-10 11:20:12 -08:00
Fredrick W Warren
cfb3cf78cd 11.6 Conditionally Hide Sections 2021-02-10 11:02:13 -08:00
Fredrick W Warren
d16c79dd1e 11.5 Adjustable Header Color 2021-02-10 10:59:30 -08:00