Commit graph

22 commits

Author SHA1 Message Date
Tyler Renelle
07a3a3c3b6 fix to reward issue in undo 2013-03-17 22:02:06 -04:00
Tyler Renelle
903745f7c9 pass in whole task object to taskClasses 2013-03-17 21:50:02 -04:00
Tyler Renelle
10e9d3eb40 fixed undo on checkboxed items 2013-03-17 21:43:03 -04:00
Tyler Renelle
2f3d0fa86a start adding undo functionality 2013-03-17 21:30:24 -04:00
Tyler Renelle
3f251c4b32 Merge pull request #624 from zakkain/ui-tweaks
Time to update the dev preview again!
2013-03-14 11:38:06 -07:00
Tobias Leugger
9aac271b60 Improving readability of the statements for setting the colour of a task 2013-03-09 20:06:53 +01:00
Zachary Kain
456580e352 gut & re-style Task Options, only Rewards tasks & options left to go through 2013-03-06 00:50:39 -05:00
Zachary Kain
84e07a0317 better a11y than display:none 2013-03-06 00:50:39 -05:00
Tyler Renelle
9c14b29a3d rename priority multiplier to "Difficulty" -> easy, medium,
hard (people keep getting confused) and putting it back into
"advanced" section
2013-03-05 18:07:22 -05:00
Philip How
7c10aafb1c Fixes galore 2013-03-04 22:00:12 +00:00
Tyler Renelle
9517455a79 migrate "multiplier" setup to "priority" setup, with ! !! !!! instead
of 1 2 3. multipliers are now 1x 1.5x 2x
2013-03-04 11:37:46 -05:00
Tyler Renelle
7f03a30fd5 remove "advanced" section, clean up the task-edit form a bit 2013-03-03 21:38:21 -05:00
Tyler Renelle
1a335cc68a add priority-multiplier to html & tasks.coffee (note, requires merge
of @IvanGaravito /derby#hotfix-model_at_for_each_blocks
2013-03-03 17:54:14 -05:00
Tyler Renelle
e6e960ae5e performance boost - only re-establish popover / tooltips on saving task 2013-03-02 23:52:47 -05:00
Tyler Renelle
d20fccea75 pass model by reference to scoring functions 2013-03-02 23:38:31 -05:00
Tyler Renelle
9b20d8ceba move scoring to its own class (attempt to remove model from hanging
around in closure on server, which is what's causing our memory leak -
see http://goo.gl/7Gt0M)
2013-02-26 16:51:00 -05:00
lancemanfv
5142a78bee Update src/app/tasks.coffee
20/02/13 Added a check for undefined value, more at https://github.com/lefnire/habitrpg/issues/463 -lancemanfv
2013-02-20 23:29:06 +02:00
Tyler Renelle
031b4029c6 test on empty task-text entry, for #330 2013-02-11 13:12:15 -05:00
Tyler Renelle
3a4d79e175 add items to the top of the list, since "add new __" is at the top 2013-02-11 01:27:52 -05:00
Tobias Leugger
c94563c8f3 Adding a new functionality that allows the context (i.e. css classes)
of an element to be changed easily. Using this to implement the
'remaining todos' and 'complete todos' views. Reverting fix from
69e5778 that is now not needed anymore since task deletion works as
it used to.
2013-02-09 16:45:00 +01:00
Tyler Renelle
5ea0dfe713 move idList back to root-level, is what's causing the sort bug - see https://github.com/codeparty/racer/pull/73 2013-02-08 21:03:56 -05:00
Tyler Renelle
230d672fc7 refactor much of the hodge-podge code into their own files 2013-02-08 18:03:46 -05:00