Commit graph

122 commits

Author SHA1 Message Date
benmanley
57eb80f9db refactor(.hero-stats): restyle status meters
Add text to icons to clarify purpose of each bar
Tidy up tooltip behaviour
Aesthetic changes
2014-06-05 16:19:22 +01:00
benmanley
0d15006123 refactor(menu): add total gold to gold popover 2014-05-12 21:19:27 +01:00
benmanley
2309184ae3 feat(toolbar): add button to hide/show toolbar
menu.jade:
* Add toggle button to toolbar
* Add container to hide the rest of toolbar without hiding the toggle
button.

menu.styl:
* Add toggle button styles
* Update toolbar styles to account for toggle button

header.styl:
* Update rules for adding and removing padding from .header-wrap when
toolbar is toggled.
2014-05-02 19:49:18 +01:00
Tyler Renelle
3a7c994f1a refactor(avatar): support minimal avatar displays (using for mobile sidebar) 2014-04-26 18:46:26 -06:00
Tyler Renelle
979d7d85a4 refactor(avatar): avatar separated into two mixins: +heroBox() and
+avatar(). Mobile will be sharing jade files with web, we'll need more
modular markup
2014-04-26 15:12:03 -06:00
benmanley
aeb205b8ad fix(toolbar): change "noNotifications" text to string 2014-04-23 21:39:56 +01:00
benmanley
254ac3d510 fix(toolbar): improve layout and fix scrolling bug
Consolidate styles from menu.styl into global-modules.styl
Mobile: Remove glyphicons to give more space
Mobile: Fix notif scrolling behaviour
Mobile: Move subscribe button from toolbar to menu modal
2014-04-23 18:39:55 +01:00
Tyler Renelle
a608419bba feat(coupons): add coupon-code feature 2014-04-16 23:28:37 -06:00
Tyler Renelle
e2eff3b185 fix(toolbar): typo 2014-04-16 23:27:55 -06:00
Tyler Renelle
178cfcd6e6 feat(toolbar): only one expanded menu at a time 2014-04-16 22:46:49 -06:00
Sabe Jones
8a00dfd27e fix(header): Consistent formatting of XP
Use the "number:0" format for current experience as well as experience to next level, so you don't have inconsistent thousands separators (e.g. "1010 / 1,100")
2014-04-16 19:03:12 -05:00
Tyler Renelle
5277275b0f feat(accessories): add body accessory 2014-04-16 17:54:40 -06:00
Tyler Renelle
5296a584de Merge pull request #3155 from benmanley/notif-restyle
Consolidate notifications into one menu
2014-04-16 11:40:20 -06:00
Tyler Renelle
ffa21ca1f7 feat(backAccessory): add optional collar to back accessories. If you
name it the same name + _collar (eg, back_base_0.png + back_base_0_collar.png), it's automatically handled
2014-04-13 22:57:05 -06:00
benmanley
3485722be8 Replace text with env.t and remove unnecessary code 2014-04-08 16:48:11 +01:00
benmanley
834828ce74 Improve toolbar and global styles 2014-04-05 15:03:36 +01:00
benmanley
0863215102 Redesign toolbar navigation and fix notification logic 2014-04-03 09:21:22 +01:00
Tyler Renelle
8c23bd0d21 chore(april-fools): revert april fools 2014-04-02 00:05:33 -06:00
Tyler Renelle
71a23096cc feat(april-fools): april fools (revert here when done) 2014-03-31 20:12:16 -06:00
Peter Hatch
aa80a0c051 Draw the back acessory layer before the skin layer. 2014-03-29 13:37:22 -07:00
benmanley
ef8f58ea58 Close notifs modal and toolbar when clicking an individual notif 2014-03-26 22:32:14 +00:00
benmanley
7d7785d1c0 Consolidate notifications into one menu 2014-03-26 22:01:30 +00:00
Tyler Renelle
bfc6bf44ff feat(accessories): head accessory 2014-03-21 13:17:17 -06:00
Tyler Renelle
531fe5eb31 feat(flower): add flower customization option 2014-03-21 12:29:57 -06:00
benmanley
3a899cf3a4 Fix broken logout link in submenu 2014-03-19 14:31:25 +00:00
benmanley
ea650c8acf Fix gap at bottom of toolbar and remove unused code 2014-03-18 20:14:29 +00:00
benmanley
a5bce9e8b6 Close submenu when a navigation link is clicked 2014-03-18 17:33:14 +00:00
benmanley
addb05686b Hide .navbar-info on mobile until toggled 2014-03-17 23:47:43 +00:00
benmanley
bd79234570 Hide toolbar-submenu until toggled 2014-03-17 23:42:04 +00:00
benmanley
543e3695c2 Improve navbar layout
Make navbar fixed for desktop and static for mobile.
2014-03-16 23:53:15 +00:00
benmanley
6ca6bbedec Move sync button from submenu into navbar 2014-03-15 18:21:11 +00:00
benmanley
495e0fe60f Change hardcoded text to variable 2014-03-15 13:05:31 +00:00
benmanley
eef5e55ad9 Redesign navbar
Restyle navigation and improve mobile layout
2014-03-14 23:32:32 +00:00
Sabe Jones
d3f755d30c fix(buffs): Even out spacing on level tag
Inline CSS is bad! Also the buff icon looked lopsided on a character who also had the Rebirth badge.
2014-03-08 17:15:33 -06:00
Matteo Pagliazzi
010883409d fix(i18n): use string for new subscriber item 2014-02-23 12:12:00 +01:00
Tyler Renelle
a1e66ab99e feat(premium): mystery item notif in toolbar 2014-02-22 21:00:10 -08:00
Tyler Renelle
7311850d09 feat(accessories): add back accessory 2014-02-22 20:38:16 -08:00
Matteo Pagliazzi
477937a72c fix(i18n): add missing string 2014-02-19 17:27:07 +01:00
Matteo Pagliazzi
3cbe848f0c fix(i18n): add string 2014-02-18 20:30:59 +01:00
Matteo Pagliazzi
4018ec885b fix(header): use strings and a small css fix 2014-02-16 14:51:48 +01:00
deilann
a624ea702d fix inventory dropdown for pets 2014-02-15 06:48:29 -08:00
Matteo Pagliazzi
8f19f225f1 fix(misc): some styles & translations 2014-02-14 18:35:21 +01:00
Sabe Jones
e241429cc3 fix(toolbar): Tweak Settings drop-down
"Site" was the best I could come up with for all the miscellany in Settings > Settings.
2014-02-14 08:14:02 -06:00
Sabe Jones
4454204f47 fix(toolbar): Tweak icon popovers
Changed "Profile" toolbar icon popover to "User" and "Market" icon popover to "Inventory". Straightens out weird paths, so you don't go "Market > Market" or "Profile > Profile".
2014-02-13 20:39:22 -06:00
Tyler Renelle
7456f00dc6 feat(toolbar): try with icons instead of text, test against prod / beta
& get a vote.
2014-02-12 22:17:26 -07:00
Tyler Renelle
5501d57e10 fix(toolbar): tweaks 2014-02-12 21:51:35 -07:00
Tyler Renelle
f6abfc67b3 feat(tracking): gems > toolbar separately from wallet 2014-02-12 21:44:27 -07:00
Tyler Renelle
f72cb21300 feat(toolbar): add toolbar featuring navigation, gems / subs, bailey, &
chat / invite notifications
2014-02-12 21:21:36 -07:00
Matteo Pagliazzi
c4244bc3b6 fix(misc) 2014-02-11 21:43:17 +01:00
Matteo Pagliazzi
fa2c64d2d8 chore(i18n): prepare english for transifex: remove ending or starting space & _comment strings 2014-02-11 19:30:55 +01:00