Redesign: Sabe fixes 08/31 (#9011)

* fix(modules): datepicker dist

* fix(strings): Tumblr typo

* fix(default-tasks): remove "ADD Notes"

* fix(homepage): working header
This commit is contained in:
Sabe Jones
2017-08-31 18:37:09 -05:00
committed by GitHub
parent cdd3bc3cd6
commit 3a059f6aca
5 changed files with 4704 additions and 12773 deletions

View File

@@ -742,12 +742,12 @@ let tasksByCategory = {
{
type: 'daily',
text: 'Most important task >> Worked on todays most important task',
notes: '(ADD) Notes: Tap to specify your most important task',
notes: 'Tap to specify your most important task',
},
{
type: 'todo',
text: 'Work project >> Complete work project',
notes: '(ADD) Notes: Tap to specify the name of your current project + set a due date!',
notes: 'Tap to specify the name of your current project + set a due date!',
},
],
exercise: [
@@ -760,12 +760,12 @@ let tasksByCategory = {
{
type: 'daily',
text: 'Stretching >> Daily workout routine',
notes: '(ADD) Notes: Tap to choose your schedule and specify exercises!',
notes: 'Tap to choose your schedule and specify exercises!',
},
{
type: 'todo',
text: 'Set up workout schedule',
notes: '(ADD) Notes: Tap to add a checklist!',
notes: 'Tap to add a checklist!',
},
],
health_wellness: [ // eslint-disable-line
@@ -778,12 +778,12 @@ let tasksByCategory = {
{
type: 'daily',
text: 'Floss',
notes: '(ADD) Notes: Tap to make any changes!',
notes: 'Tap to make any changes!',
},
{
type: 'todo',
text: 'Schedule check-up >> Brainstorm a healthy change',
notes: '(ADD) Notes: Tap to add checklists!',
notes: 'Tap to add checklists!',
},
],
school: [
@@ -796,12 +796,12 @@ let tasksByCategory = {
{
type: 'daily',
text: 'Finish homework',
notes: '(ADD) Notes: Tap to choose your homework schedule!',
notes: 'Tap to choose your homework schedule!',
},
{
type: 'todo',
text: 'Finish assignment for class',
notes: '(ADD) [Notes: Tap to name the assignment and choose a due date!]',
notes: 'Tap to name the assignment and choose a due date!]',
},
],
self_care: [ // eslint-disable-line
@@ -814,12 +814,12 @@ let tasksByCategory = {
{
type: 'daily',
text: '5 minutes of quiet breathing',
notes: '(ADD) Notes: Tap to choose your schedule!',
notes: 'Tap to choose your schedule!',
},
{
type: 'todo',
text: 'Engage in a fun activity',
notes: '(ADD) Notes: Tap to specify what you plan to do!',
notes: 'Tap to specify what you plan to do!',
},
],
chores: [
@@ -832,12 +832,12 @@ let tasksByCategory = {
{
type: 'daily',
text: 'Wash dishes',
notes: '(ADD) Notes: Tap to choose your schedule!',
notes: 'Tap to choose your schedule!',
},
{
type: 'todo',
text: 'Organize closet >> Organize clutter',
notes: '(ADD) Notes: Tap to specify the cluttered area!',
notes: 'Tap to specify the cluttered area!',
},
],
creativity: [
@@ -850,12 +850,12 @@ let tasksByCategory = {
{
type: 'daily',
text: 'Work on creative project',
notes: '(ADD) Notes: Tap to specify the name of your current project + set the schedule!',
notes: 'Tap to specify the name of your current project + set the schedule!',
},
{
type: 'todo',
text: 'Finish creative project',
notes: '(ADD) Notes: Tap to specify the name of your project',
notes: 'Tap to specify the name of your project',
},
],
};