Matteo Pagliazzi
6930b693e0
fix(i18n): better strings for items
2014-05-06 20:04:09 +02:00
Matteo Pagliazzi
21efe44d4d
fix(i18n): use strings
2014-05-06 20:04:09 +02:00
Matteo Pagliazzi
d242ee3291
refactor(i18n): use strings for content
2014-05-06 20:04:09 +02:00
Matteo Pagliazzi
626352e04b
improve(i18n): use strings for gear items and potion
2014-05-06 20:04:09 +02:00
Tyler Renelle
b0eb12bb5f
feat(subscriptions): allow one month after sub start-date before it's terminated. Fixes #3180
2014-05-06 09:18:44 -06:00
deilann
18328f6a4e
Merge pull request #3421 from tjwds/wiki2
...
Wiki, now with added locales
2014-05-05 20:05:57 -07:00
joe woods
e7094fd9bd
Update tavern.jade
2014-05-05 22:53:12 -04:00
Tyler Renelle
21f79a8139
chore(bailey): mobile + chrome ext. update
2014-05-05 14:13:04 -06:00
Tyler Renelle
24b05e9106
Merge pull request #3341 from kitsully/develop
...
Spelling Fix
2014-05-03 21:34:28 -06:00
Tyler Renelle
6757a46afc
feat(spring): remove limited pastel hair colors
2014-04-30 22:33:38 -06:00
Tyler Renelle
befde8ccda
chore(bailey): bailey for may
2014-04-30 22:33:12 -06:00
deilann
8e83064ebb
fix subscribe cancel button not appearing
...
Fixes #3383
Show unsubscribe button logic was nested within the non-subscriber text.
2014-04-30 13:02:54 -07:00
Tyler Renelle
540431ee8b
chore(bailey): mobile, spring fling, stwc
2014-04-30 00:28:16 -06:00
SabreCat
3f5e130552
feat(tooltips): Add expand/collapse cues
...
Some users (@fragmental) didn't realize that you could click the checklist badge to expand or collapse checklists. This commit adds a tooltip to the badge, as well as to a couple other not-obviously-clickable spots, to cue the user that they can be expanded and collapsed.
BREAKING CHANGE: Will result in "String not found" errors until all locales have an "expandCollapse" string available.
2014-04-28 20:44:16 -05:00
SabreCat
ef5b7deff3
fix(achievements): Differentiate singular and plural
...
Allows Streak and Perfect Day achievements to dynamically show a singular or plural version of their text based on how many achievements the viewed profile has stacked.
BREAKING CHANGE: Will lead to 'string not found' errors until the singular version strings are implemented in all locales on habitrpg-shared.
2014-04-27 21:36:21 -05:00
benmanley
7f984c859c
fix(settings.jade): amend inconsistent html
...
Correct spelling error
Add .container-fluid to subscriptions view
2014-04-27 13:02:28 +01:00
Tyler Renelle
82eb9a0632
refactor(profile): character customizations as mixin so can be used on mobile
2014-04-27 00:21:27 -06: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
Tyler Renelle
425218d9a7
feat(mystery): april mystery item
2014-04-24 17:48:21 -06:00
Kristopher Sullivan
9c046577de
Spelling Fix
...
Fixes the misspelling of accommodate as per #2582
Signed-off-by: Kristopher Sullivan <kris@kristophersullivan.com >
2014-04-23 17:10:41 -04:00
benmanley
aeb205b8ad
fix(toolbar): change "noNotifications" text to string
2014-04-23 21:39:56 +01:00
Tyler Renelle
51a6062837
Merge pull request #3333 from denis-sokolov/customization-fix-hair-layout-code
...
fix(profile): body and facial hair elements fix
2014-04-23 14:29:30 -06:00
Tyler Renelle
82fdf1bace
Merge pull request #3334 from denis-sokolov/customization-fix-body-size-code
...
fix(profile): body size elements consistent with the rest
2014-04-23 14:28:21 -06:00
Tyler Renelle
d28d15e87c
Merge pull request #3335 from denis-sokolov/customization-fix-rainbow-skin-code
...
fix(profile): rainbow skin elements consistent with the rest
2014-04-23 14:27:37 -06: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
Denis Sokolov
9fefe73650
fix(profile): rainbow skin elements consistent with the rest
2014-04-23 23:33:34 +09:00
Denis Sokolov
c3d2b66b41
fix(profile): body size elements consistent with the rest
...
Before this change body size selector had inconsistent code
with the rest of the profile customization.
This also led to an inconsistent styling of the menu label.
2014-04-23 23:27:34 +09:00
Denis Sokolov
191f177fe5
fix(profile): body and facial hair elements fix
...
New structure is valid HTML.
It makes more semantic sense, as the selection
of all hair is a single list-item, and can possibly
be styled as a group, consider adding a "well" class
on the container to group bangs and base menus together.
2014-04-23 23:22:46 +09:00
Tyler Renelle
803c0ae659
Merge pull request #3186 from denis-sokolov/customization-unlock-set-placement
...
improve(profile): reposition the "unlock set" button to the "2 gem/locked" string
2014-04-22 12:10:06 -06: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
02eccac0a8
refactor(settings): make settings/site tab prettier
2014-04-16 13:31:13 -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
benmanley
7f3f80aa4a
Replace bootstrap classes in submenus
2014-04-15 23:40:21 +01: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
Denis Sokolov
a2291a7028
improve(profile): reposition the "unlock set" button to the "2 gem/locked" string
2014-04-13 20:07:11 +09:00
benmanley
3485722be8
Replace text with env.t and remove unnecessary code
2014-04-08 16:48:11 +01:00
deilann
c1a219380b
clarify no adding members to existing quests
...
Should hopefully cut back on the number of newer players starting a quest and thinking they can add other folks
2014-04-07 15:59:16 -07:00
Tyler Renelle
1789317326
chore(bailey): update to bailey egg quest
2014-04-06 22:59:05 -06:00
Tyler Renelle
45dcd0329f
chore(bailey): bailey for eggQuest
2014-04-06 21:42:27 -06:00
Tyler Renelle
8505e81764
feat(eggQuest): add supporting ng-if for egg quest, so you can't feed
...
eggs. temporary, we should make something more robust like
"canFeed:false". Also, uses jade mixins to DRY the egg stuff
2014-04-06 21:31:06 -06:00
benmanley
834828ce74
Improve toolbar and global styles
2014-04-05 15:03:36 +01:00
Tyler Renelle
2d444c5ccc
chore(bailey): pastel hair
2014-04-03 23:01:48 -07:00
Tyler Renelle
c48e8cd343
refactor(customizer): use jade mixins for 2G/locked
2014-04-03 22:52:07 -07:00
Tyler Renelle
7e56bff843
feat(hair): add limited ed pastel colors
2014-04-03 22:52:07 -07:00
benmanley
d7fd365a59
Remove top level tabbed navigation and gem wallet
2014-04-03 09:21:42 +01:00