K. Belardinelli
22446a5ddb
apply active class to special spells too
2015-01-10 11:06:39 -05:00
K Bell
d6dc2119cb
add active class to spell item when it is selected
2015-01-10 10:36:00 -05:00
Blade Barringer
8ba0bb5d88
Changed spellObj to skill to be more semantic, and match the text in the
...
rewards column
2015-01-06 15:31:07 -06:00
Blade Barringer
870d9d7e86
Merge branch 'develop' of github.com:HabitRPG/habitrpg into develop
2015-01-06 15:04:47 -06:00
Blade Barringer
9da000ec4e
Changed spell to spellObj in ng-repeat for class spells in order to
...
assist with applying an active class to current spell. (would collide
with $scope.spell in rootCtrl.js)
2015-01-06 15:03:54 -06:00
Blade Barringer
dd4e8d74c7
Fix for truncated dates on task due date. Closes #4482
2015-01-06 09:37:29 -06:00
Negue
b3ccdc2859
change markdown ngModel to text attribute
2015-01-01 20:57:57 +01:00
Blade Barringer
5d958b1456
Adjusted styles for snowball and spookDust so they would align like the coins
2014-12-31 09:31:56 -06:00
Blade Barringer
efba545147
Merge branch 'develop' of github.com:HabitRPG/habitrpg into develop
2014-12-29 15:44:06 -06:00
Blade Barringer
b3025c36b1
Fixed checklist not advancing to next input. Closes #4430
2014-12-29 15:43:20 -06:00
Verabird
9b10081117
Removed useless comment in task.jade
2014-12-26 16:07:54 -05:00
Verabird
7297429888
Make it possible to choose between MM/dd and dd/MM date format
2014-12-26 15:52:42 -05:00
Verabird
e391fc04f0
Add variables for medium-length date display
2014-12-26 15:52:42 -05:00
Verabird
13be267efb
added variable for date display and checking line ending issue
2014-12-26 15:52:41 -05:00
Blade Barringer
a8459c2f96
Changing button to a element fixed the delete on enter problem
2014-12-24 11:17:05 -06:00
Blade Barringer
0339bdf43f
Merge branch 'develop' of github.com:HabitRPG/habitrpg into develop
2014-12-24 09:02:20 -06:00
Blade Barringer
fdcc22bde9
Closes #4361
2014-12-24 09:02:03 -06:00
benmanley
118ba88d3d
fix(tasks): improve UI consistency and layout
...
* Match UI elements with rest of site
* Tidy up layout
2014-12-24 09:53:41 +00:00
benmanley
073b338bde
fix(tasks): stop reward values overflowing
...
Fixes #1993
* Restyle reward cost area to fit three digit rewards into default view
* Apply custom styles to rewards with higher values to prevent them
from overflowing
2014-12-03 15:40:08 +00:00
benmanley
50b1cba0a6
refactor(tasks) improve UI consistency
...
* Round corners for UI elements / “8-bit” outlines for RPG elements.
* Tag bar – Make it clearer that “Tags” is a heading, not an option
* Task filters – restyle in line with tag bar + nav menu
2014-11-27 10:32:57 +00:00
Tyler Renelle
8423de287e
Merge pull request #4142 from gjoyner/tasks
...
Popovers now disappear when clicking Save & Close
2014-10-29 14:22:21 -06:00
Alice Harris
5e89d07e07
add tabs to Habits (All, Yellow-Red, Green-Blue) and to rewards (All, Equipment & Skills)
2014-10-21 15:39:46 +10:00
Alice Harris
9c6e303fe4
move Daily and To-Do tabs to mixin and put at top and bottom
2014-10-19 15:03:24 +10:00
gjoyner
4ab19ac225
Popovers now disappear when clicking Save and Close
2014-10-13 14:10:59 -07:00
Tyler Renelle
56e2ec1bc4
Merge pull request #4140 from gjoyner/checklists
...
Adding checklist item drag and drop feature
2014-10-12 18:27:06 -06:00
Negue
67b341760e
stop spell casting on rewards
2014-10-12 22:01:12 +02:00
gjoyner
36bf09d984
Adding checklist item drag and drop feature
2014-10-12 01:48:51 -07:00
Alice Harris
d7c8d48078
Merge pull request #4129 from Alys/Gaelan-hide_completed_dailies
...
Add ability to hide completed dailies (Gaelan's changes with fixes for merge conflicts etc)
2014-10-10 22:07:30 +10:00
Alice Harris
264b16f76b
move Dailies "All" tab to the first position, to make it the default (I hope)
2014-10-09 21:08:46 +10:00
Alice Harris
43d2d1355e
renamed Daily tabs to save space, removed To-Dos from new code because compled/all tabs were blank, decoupled To-Do code from Dailes code to allow future changes (e.g., "Dated" tab for To-Dos)
2014-10-09 20:04:03 +10:00
Alice Harris
f0c3b3db4c
add pipes in front of plain text to prevent "Warning: missing space before text for line nn of jade file ..."
2014-10-09 15:56:06 +10:00
Bob Example
c4a2e720fd
Add ability to hide completed dailies.
...
While I was at it, I also did a bit of refactoring in general around the hiding
of completed todos/dailies.
2014-10-09 14:49:04 +10:00
Matteo Pagliazzi
80042a7a64
update jade
2014-10-07 21:30:00 +02:00
Tyler Renelle
0841cafd1f
feat(spookDust): add the spookDust special spell, like snowballs. Note: this is handled specially so spookDust can be bought with GP, is a WIP
2014-10-02 23:18:13 -06:00
Negue
b1a34a25a8
- add popoverHtml to enable Markdown in Popovers
...
- add markdown filter to get Task Notes as Markdown
2014-10-01 20:30:13 +02:00
Alice Harris
73f7f6605e
remove track by to fix https://github.com/HabitRPG/habitrpg/issues/4060
2014-09-22 20:23:37 +10:00
Negue
c501652194
- add popoverHtml to enable Markdown in Popovers
...
- add markdown filter to get Task Notes as Markdown
2014-09-20 12:13:36 +02:00
Matteo Pagliazzi
7e53eaf1ae
Revert "Revert "ngRepeat with track by""
...
This reverts commit c90c8f9a5f .
2014-09-18 18:37:02 +02:00
Tyler Renelle
dc359e7f75
fix(pushTo): only pushToBottom on todos
2014-09-12 14:44:03 -06:00
Alice Harris
dc65bd7f45
comment out the button for allowing manual pushToBottom
2014-09-09 17:13:19 +10:00
Alice Harris
6cc1d1146e
refactor User.user.ops.sortTask into $scope.pushTask
2014-09-09 17:04:13 +10:00
Alice Harris
52efad41a2
make pushTaskToBottom work, but it is messy
2014-09-09 16:20:02 +10:00
Alice Harris
e1d10a9af4
introduce some hideous temporary test code
2014-09-09 13:53:15 +10:00
Matteo Pagliazzi
c90c8f9a5f
Revert "ngRepeat with track by"
...
This reverts commit 397ef5e72c .
2014-09-08 12:30:30 +02:00
Tyler Renelle
1dc141b1ec
Merge pull request #3993 from negue/performance_trackBy
...
ngRepeat with track by
2014-09-05 16:04:14 -06:00
Negue
397ef5e72c
ngRepeat with track by
2014-09-05 20:10:13 +02:00
Negue
042dabcae9
Markdown for Checklist Items
2014-09-04 22:32:54 +02:00
Tyler Renelle
f981223153
fix(sortable): revert back to jqueryUI, fixes #3946
2014-08-28 16:32:05 -06:00
Nathaniel E Skiba
b9321807ca
Completed tasks no longer display past dates in red
2014-08-28 11:21:58 -04:00
Negue
c74f983c03
Tooltip: Push to top
2014-08-25 00:35:22 +02:00