Commit Graph

62 Commits

Author SHA1 Message Date
Tyler Renelle 77e696554a bug: popovers where being attached to ".main-avatar" which was changed
to ".main-herobox" in the redesign
2013-03-26 12:54:34 -07:00
Tyler Renelle ccb6f9bd32 fix bootstrap-tour element bind with new herobox system 2013-03-22 19:11:29 -06:00
Zachary Kain 507a0fc3c9 MASSIVE HEADER CHANGES OH SHIT 2013-03-18 23:42:03 -04:00
Zachary Kain 411c614408 fix the 1px gap 2013-03-18 19:33:30 -04:00
Zachary Kain 8284693d0f rebuilt header boiiii. Tested FF, Safari, Chrome 2013-03-18 18:29:53 -04:00
Zachary Kain e18c53f97f middle of wrasslin the new header 2013-03-18 16:48:47 -04:00
Tyler Renelle 2be827f484 Merge branch 'cdn-scripts' into develop 2013-03-17 09:33:19 -04:00
Tyler Renelle dbc3906eb3 possible fix to dom losing functions after model.resetDom() 2013-03-16 20:02:01 -04:00
Tyler Renelle d2837afbd4 move tnl to a view function instead of model function, beging adding
party stats visuals (hp & exp presently)
2013-03-15 12:00:47 -04:00
Tyler Renelle 2f372124b3 start moving javascript loading functionality back to <Scripts:> so we
can utilize CDNs
2013-03-15 11:15:35 -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
Zachary Kain f89037da53 new drag animation, tiny outline & shadow tweaks 2013-03-08 22:26:01 -05:00
Philip How 50c5069224 notifications tweak and history fix 2013-03-08 00:10:11 +00:00
Philip How 0dbf2257d7 New Algorithms + fixes 2013-03-06 17:02:08 +00:00
Tyler Renelle 4f7cdc38e9 add help popover to difficulty 2013-03-05 18:58:15 -05:00
Tyler Renelle 26a8917862 tour fix 2013-03-05 14:02:57 -05:00
Tyler Renelle bb5fe4520f only setup bootstrap growl notifications once. i still don't get this.
this issue is caused after browser.resetDom(), which happens on (1)
cron, (2) reset, (3) reroll. after which for some people this commit
will cause notifications to disappear altogether, while for others
reverting this commit will cause notifications to double.
2013-03-04 12:50:49 -05:00
Tyler Renelle 721803d4de don't use bootstrap tour until #578 fixed 2013-03-04 12:48:10 -05:00
Tyler Renelle 378a03b6a0 add bootstrap tour as a submodule, some cleanup 2013-03-04 12:47:33 -05:00
Tyler Renelle bd19e09fcf possible fix for #324 - shuffle some function placement to be sure
definition precedes function call. put re-rendering
functionality (setupSortable, setupTour, etc) into app.on('render')
2013-03-04 11:17:17 -05:00
Tyler Renelle cc4d1b2508 fix double-alerts bug 2013-03-03 01:41:52 -05:00
Tyler Renelle e6e960ae5e performance boost - only re-establish popover / tooltips on saving task 2013-03-02 23:52:47 -05:00
Philip How e10c65dff7 merge 2013-03-02 20:12:18 +00:00
Philip How 9283b8adb4 Add death notification and algorithm fixes 2013-03-02 20:02:57 +00:00
Philip How 08839278b3 Notification and Algorithim changes 2013-03-02 18:23:43 +00:00
Tyler Renelle ba8cf7742a sortable cleanup 2013-03-01 18:02:53 -05:00
Philip How 2a49b64023 Better notifications 2013-02-28 23:09:12 +00:00
Philip How 55faeda4e0 Notification changes to .coffees 2013-02-27 23:26:53 -05:00
Tyler Renelle 14fb52c11e put date-picker back in 2013-02-19 13:43:10 -05:00
Tyler Renelle 90af514fbc try removing datepicker and moving browser stuff to the bottom 2013-02-19 12:57:41 -05:00
Tyler Renelle dc20272217 include less jquery-ui, more bootstrap 2013-02-19 12:26:51 -05:00
Tyler Renelle 881847b13a remove debugger 2013-02-17 15:18:10 -05:00
Tyler Renelle fc1ccfa953 hacked datepicker into working 2013-02-17 13:58:16 -05:00
Tyler Renelle 034785d62d for now remove date-picker since it doesn't seem to fire update event 2013-02-16 20:44:20 -05:00
Tyler Renelle 5728bf4731 reload javascript files on dom reset 2013-02-16 20:08:43 -05:00
Tyler Renelle f25a53c3b6 more submodules, including only using sortablef or jquery-ui 2013-02-16 20:01:59 -05:00
Tyler Renelle d03352c323 move all public/js to public/vendor, move bootstrap & bootstrap-growl to git submodule 2013-02-16 19:42:35 -05:00
Tyler Renelle fc7a1fd7a3 add bootstrap-datepicker submodule, remove html5 date field (seems
poorly supported)
2013-02-16 18:59:42 -05:00
david.rhinehart fb90106f7e Fixes #390 added fixed notification area to top 2013-02-16 11:02:55 -06:00
Tyler Renelle 064abc959b reverting the commit-set for the progress-bars https://github.com/lefnire/habitrpg/pull/379 (@zakkain I'll follow up on GH)
Revert "move progress-pollyfill to require for performance"

This reverts commit 96b983b564.
2013-02-13 15:21:44 -05:00
Tyler Renelle 96b983b564 move progress-pollyfill to require for performance 2013-02-12 22:55:19 -05:00
Tyler Renelle 03779c73ab close "new party" <form> tag. #330, wah wah wah 2013-02-11 19:27:35 -05:00
Tyler Renelle aaf94d9a4d put social share links back into footer 2013-02-09 10:41:27 -05:00
Tyler Renelle 7f754517a4 disappearing habits 2013-02-08 22:02:25 -05: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 648032228a .main-avatar popovers were all clobbering eachother 2013-02-08 18:45:22 -05:00
Tyler Renelle 5d37644d28 interferance with tour 2013-02-08 18:37:26 -05:00
Tyler Renelle b4fda373cb all item-code refactored into its own classes, item store working 2013-02-08 02:01:48 -05:00
Tyler Renelle 8d28cf1bfa start moving item-specific code to it's own file 2013-02-08 01:32:55 -05:00
Tyler Renelle 4bb155939d attempt #2 at user obj being null 2013-02-06 22:55:34 -05:00