Tyler Renelle
8ca41e2b99
move bootstrap responsive inclusion into lib/app/index.js - will also
...
allow us to cut down on components included
2013-02-16 19:27:00 -05:00
Tyler Renelle
3392074fdd
import date-picker from stylus
2013-02-16 19:09:54 -05:00
david.rhinehart
b44aa6a039
Fixes #390 added fixed notification area to top
2013-02-16 11:04:40 -06: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
Zachary Kain
188950c8fb
refactor a bit
2013-02-12 13:13:35 -05:00
Zachary Kain
08c76380ce
remove gradient code, doesn't add much and looks cool w/out it
2013-02-12 12:41:50 -05:00
Zachary Kain
8c9cd3cb67
start re-marking up avatars in prep for charbox module. WILL DO A FEATURE BRANCH, PROMISE
2013-02-12 12:36:38 -05:00
Zachary Kain
433329db43
Replace progress bar markup with <progress> element. Add polyfill & styles
2013-02-12 12:33:15 -05:00
Tyler Renelle
e30b9ba54b
show disconnected above header
2013-02-11 11:05:01 -05:00
Tyler Renelle
61c46e83d9
pet tooltips, checkmark when purchased
2013-02-11 01:07:01 -05:00
Zachary Kain
ab327ab661
mobile header responsive hotfix - allows scrolling so header doesn't block stuff
2013-02-10 16:38:37 -05:00
Tyler Renelle
835be62031
Merge pull request #359 from zakkain/ui-layout
...
Layout, Markup, UI
2013-02-09 15:25:03 -08:00
Zachary Kain
7a24b39edc
rewrite header markup, reduce fiddly avatar css, improve mobile layout
2013-02-09 17:25:08 -05:00
Zachary Kain
c2dd51959f
rewrite game over modal, remove tables
2013-02-09 16:22:39 -05:00
Zachary Kain
5132dacdf0
replace customizer table markup with figure & menu elements. CSS to match. Lots of minor UX tweaks.
2013-02-09 15:55:48 -05:00
Zachary Kain
675b506ff5
create avatar viewing window & add customizer-specific stylesheet
2013-02-09 14:41:19 -05:00
Zachary Kain
ebf99d40d1
char level only appears in the MAIN avatar, not the avatar in the customization modal
2013-02-09 13:49:24 -05:00
Zachary Kain
b638ee5ea6
tweak :active transition animation for more tactile feedback
2013-02-09 13:30:06 -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
Zachary Kain
d6127a38cc
add some visual feedback to the avatar customizer on click
2013-02-09 07:40:17 -05:00
Tyler Renelle
bb8eba7df1
Merge branch 'customizations'
...
Conflicts:
styles/app/index.styl
2013-02-08 18:29:55 -05:00
Tyler Renelle
3d4de16c6e
Merge branch 'master' of github.com:lefnire/habitrpg
...
Conflicts:
styles/app/index.styl
2013-02-08 18:28:10 -05:00
Stan Lindsey
6bd5f41048
Revoked changes waiting new push
2013-02-08 23:23:00 +00:00
Stan Lindsey
1f4ecdec9d
Coin position issue
...
#346
2013-02-08 23:11:45 +00:00
Tyler Renelle
748d2d2de2
Merge pull request #310 from SlappyBag/master
...
#291
2013-02-08 14:32:15 -08:00
Tyler Renelle
4dd7bad81a
small avatar html/css tweaks
2013-02-08 16:57:08 -05:00
Tyler Renelle
63bef37e98
fixes to gold / silver. Add copper, but not using it in the html (it's
...
currently always calculated at 00)
2013-02-08 16:41:04 -05:00
Tyler Renelle
755c9d1ff0
z-index: 1000 on header, hide abs-positioned things underneath
2013-02-08 15:22:27 -05:00
Tyler Renelle
6299188bf6
z-index: 1000 on header, hide abs-positioned things underneath
2013-02-08 15:22:17 -05:00
Tyler Renelle
5c5b5a53a5
pointer cursors on customizeables
2013-02-08 13:57:20 -05:00
Tyler Renelle
2be5136a2f
shop items now working. really crappy css (@Pandoro save me?) but it works
2013-02-08 13:43:57 -05:00
Tyler Renelle
a166f7c909
move *.styls out into their own files
2013-02-08 13:29:09 -05:00
Tyler Renelle
5160595354
add @Pandoro's new sprites to /styl, clean up
2013-02-08 13:22:09 -05:00
Tyler Renelle
1bcd4a3fbd
some more half-backed changes for the new customization engine
2013-02-08 01:04:38 -05:00
Tyler Renelle
e42d4e6ba6
half-baked commit to save my progress and show my direction, we may
...
want to rever this
2013-02-07 22:42:59 -05:00
Tyler Renelle
b6398964fe
got most of the character customizations working
2013-02-07 22:28:44 -05:00
Tyler Renelle
76231aed12
begin integrating spritesheet
2013-02-07 20:53:11 -05:00
Stan Lindsey
b7580a9e5a
Growl position fixedf
2013-02-03 21:05:06 +00:00
Zachary Kain
9708b80bdc
minor layout changes to give party avatars some breathing room :)
2013-01-30 22:24:29 -05:00
Tyler Renelle
c4526b3a37
fixes to html to include friend stuff
2013-01-30 17:49:21 -05:00
Tyler Renelle
003f70d5bc
Merge pull request #253 from SlappyBag/master
...
Fixes up/down checkboxes spilling onto second line
2013-01-29 11:19:00 -08:00
Stan Lindsey
04501af827
Magic Number Width Checkboxes
2013-01-29 10:20:30 +00:00
Tyler Renelle
d7e28ea07f
some tweaks to last merge
2013-01-28 20:09:57 -05:00
Tyler Renelle
c2cd3d8498
Merge pull request #227 from SlappyBag/master
...
Static Header & Popups
2013-01-28 17:06:50 -08:00
Stan Lindsey
29387b9c03
Update styles/app/index.styl
2013-01-29 00:22:43 +00:00
Stan Lindsey
9ef4236bb7
Removed edits
2013-01-29 00:22:22 +00:00
Stan Lindsey
6e4d14d64f
Update styles/bootstrap-responsive.styl
2013-01-28 23:39:10 +00:00
Stan Lindsey
858c2dded7
Update styles/bootstrap-responsive.styl
2013-01-28 23:36:25 +00:00
Stan Lindsey
ad3221a846
Update styles/app/index.styl
2013-01-28 22:56:14 +00:00