Commit graph

141 commits

Author SHA1 Message Date
Sabe Jones
e4df3435e1 fix(avatar): Correct "Facial Hair" text
Adjusts the text style of "Facial Hair" header in Avatar shop to follow the same scheme as Hair. Before, the text was less header-like than elements under it.
2014-12-13 16:07:58 -06:00
Sabe Jones
4ded747b88 fix(purchases): Correct hair path
Fixes https://github.com/HabitRPG/habitrpg/issues/4312.
2014-12-13 15:53:39 -06:00
Sabe Jones
4adf95feb6 fix(purchases): Hide "2/locked" as appropriate 2014-12-13 12:05:17 -06:00
Blade Barringer
632d0fdf5d Merge pull request #4299 from pollockjj/develop
Solution for: Differentiate Locked and Unlocked Backgrounds (#4261)
2014-11-30 18:41:51 -06:00
pollockjj
6520caed7d Modified to 15px border and lock icon based on feedback from dev team 2014-11-29 21:56:10 -06:00
pollockjj
9abaedc7c5 Modified two-line solution for ticket #4261 to one-line based on feedback/solution from B. Barringer 2014-11-29 13:17:54 -06:00
pollockjj
1a567ce82f Changes to address github ticket: Differentiate Locked and Unlocked Backgrounds (#4261). Added two new background-specific styles to customizer.styl and utilized them in profile.jade by checking for ownership of the asset and displaying a border or not, as appropriate 2014-11-29 12:25:21 -06: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
89060c9561 feat(fall): turn off fall hair, skins, spookySparkles 2014-11-01 13:25:09 -06:00
Tyler Renelle
ab3c238d11 fix(avatar): put missing ng-click=buy-set back in 2014-09-30 22:06:05 -06:00
Tyler Renelle
3605b51748 feat(halloween): refactoring skin & hair to use the same mixins, add new
halloween seasonal set
2014-09-30 21:25:06 -06:00
Alice Harris
679a120053 add Enable Class System button to User -> Stats ("Stats and Achievements") page when user has opted out 2014-09-02 14:56:14 +10:00
Alice Harris
34a2e4c07a Merge pull request #3841 from Alys/defaultAvatar
split hairstyles into Base (free) and Set 1 (gems) fixes https://github.com/HabitRPG/habitrpg/issues/1529
2014-08-05 08:14:09 +10:00
Matteo Pagliazzi
50d888e7f8 feat(backgrounds): move backgrounds to mixin 2014-08-04 14:41:59 +02:00
Alice Harris
e340d584cd split hairstyles into Base (free) and Set 1 (gems) https://github.com/HabitRPG/habitrpg/issues/1529 2014-08-03 15:56:44 +10:00
Alice Harris
a7502e10ea display backgrounds in reverse chronological order (most recent at top) 2014-07-27 14:54:17 +10:00
Matteo Pagliazzi
e8779f2121 fix(jade): fix jade warning about "missing space before text for line..." 2014-07-04 12:09:18 +02:00
Yafinee
9f39000cc1 #3633 - Attributes order 2014-06-23 16:08:38 +00:00
negue
e76d9f8d83 fix avatar and background margin 2014-06-15 19:12:38 +02:00
Tyler Renelle
e3aeaab641 feat(backgrounds): i18n for backgrounds 2014-06-10 18:32:21 -06:00
Tyler Renelle
da4f51f049 feat(backgrounds): use nested backgrounds as {set:{bg1,bg2,bg3}} for
easier "purchase set". Refactor twoGem()
2014-06-10 17:05:44 -06:00
Tyler Renelle
c6232c2d1a feat(backgrounds): add backgrounds feature 2014-06-10 16:38:29 -06:00
Tyler Renelle
e60cf01b6f feat(stats): expos stats jade files to mobile 2014-05-08 16:04:36 -06:00
Tyler Renelle
311586e5a3 fix(profile): fix profile classes for mobile include 2014-05-08 15:26:21 -06:00
Matteo Pagliazzi
52d2693d94 fix(i18n): use translated attributes and classes 2014-05-06 20:05:57 +02:00
Matteo Pagliazzi
99f50b0461 fix(i18n): missing strings 2014-05-06 20:05:57 +02:00
Tyler Renelle
6757a46afc feat(spring): remove limited pastel hair colors 2014-04-30 22:33:38 -06: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
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
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
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
Denis Sokolov
a2291a7028 improve(profile): reposition the "unlock set" button to the "2 gem/locked" string 2014-04-13 20:07:11 +09: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
Denis
41ae15c913 improve(profile): clarify the cost of unlocks, fix #3175 2014-03-31 11:59:45 +03:00
Tyler Renelle
531fe5eb31 feat(flower): add flower customization option 2014-03-21 12:29:57 -06:00
Marc-André Larivière
dc75834ec4 Changed hints style (and small quick fixes) 2014-02-16 10:13:16 -05:00
Matteo Pagliazzi
8f19f225f1 fix(misc): some styles & translations 2014-02-14 18:35:21 +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
Matteo Pagliazzi
1a44c3cf0c refactor(bs3): css 2014-02-09 16:16:43 +01:00
Matteo Pagliazzi
0fe0cb4f2d refactor(bs3): labels style and text, buttons classes 2014-02-08 16:27:34 +01:00
Tyler Renelle
3473b73452 chore(Merge): branch 'develop' into bs3
Conflicts:
	views/options/inventory/inventory.jade
2014-02-07 17:42:12 -07:00
Tyler Renelle
82d9233d99 feat(rainbow-hair): add rainbow hair colors 2014-02-07 10:01:31 -07:00
Matteo Pagliazzi
5d4d82ad51 refactor(bs3): port options (profile, inventory, social (groups and hall)) and misc 2014-02-05 19:05:42 +01:00