mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Coffee has upvote, remote list-style
This commit is contained in:
parent
77e2d2cd5d
commit
0a68e0fa05
2 changed files with 15 additions and 11 deletions
|
|
@ -6,4 +6,8 @@
|
|||
.iffy { background-color:rgb(246, 178, 107); }
|
||||
.ok { background-color:rgb(255, 217, 102); }
|
||||
.good { background-color:rgb(147, 196, 125); }
|
||||
.done { background-color:rgb(201, 218, 248); }
|
||||
.done { background-color:rgb(201, 218, 248); }
|
||||
|
||||
#habits ul, #daily ul{
|
||||
list-style:none;
|
||||
}
|
||||
|
|
|
|||
20
db/seeds.rb
20
db/seeds.rb
|
|
@ -15,18 +15,18 @@ Habit.create!([
|
|||
--------------
|
||||
(-1) Bad food
|
||||
(-2) Bad meal" },
|
||||
{ name: "Gawk", score: 2, position: 2, user_id: lefnire.id },
|
||||
{ name: "Insult Self", score: 0, position: 3, user_id: lefnire.id },
|
||||
{ name: "Negative Talk", score: 0, position: 4, user_id: lefnire.id },
|
||||
{ name: "Exaggeration", score: -1, position: 5, user_id: lefnire.id },
|
||||
{ name: "Nail-biting", score: 0, position: 6, user_id: lefnire.id },
|
||||
{ name: "Temptation Control", score: 0, position: 7, down: false, user_id: lefnire.id, notes: "* meditate for 1 minute, visualize
|
||||
{ name: "Coffee", score: -3, position: 2, user_id: lefnire.id, notes: "(1x Coffee, 2x Tea)"},
|
||||
{ name: "Gawk", score: 2, position: 3, user_id: lefnire.id },
|
||||
{ name: "Insult Self", score: 0, position: 4, user_id: lefnire.id },
|
||||
{ name: "Negative Talk", score: 0, position: 5, user_id: lefnire.id },
|
||||
{ name: "Exaggeration", score: -1, position: 6, user_id: lefnire.id },
|
||||
{ name: "Nail-biting", score: 0, position: 7, user_id: lefnire.id },
|
||||
{ name: "Temptation Control", score: 0, position: 8, down: false, user_id: lefnire.id, notes: "* meditate for 1 minute, visualize
|
||||
* positive, specific, present self-talk
|
||||
* do first task" },
|
||||
{ name: "Posture", score: 0, position: 8, down: false, user_id: lefnire.id },
|
||||
{ name: "Smile/eye-gaze", score: 0, position: 9, down: false, user_id: lefnire.id },
|
||||
{ name: "Propose, not ask", score: 0, position: 10, down: false, user_id: lefnire.id },
|
||||
{ name: "Coffee", score: -3, position: 11, down: false, user_id: lefnire.id, notes: "(1x Coffee, 2x Tea)"},
|
||||
{ name: "Posture", score: 0, position: 9, down: false, user_id: lefnire.id },
|
||||
{ name: "Smile/eye-gaze", score: 0, position: 10, down: false, user_id: lefnire.id },
|
||||
{ name: "Propose, not ask", score: 0, position: 11, down: false, user_id: lefnire.id },
|
||||
|
||||
# Morning
|
||||
{ name: "TMJ Exercise", score: 2, position: 12, habit_type: 2, user_id: lefnire.id },
|
||||
|
|
|
|||
Loading…
Reference in a new issue