Matteo Pagliazzi
f13eed5663
fix inbox modal header
2018-08-20 15:40:31 +02:00
Keith Holliday
d6514bce8b
Fixed inbox id after add ( #10609 )
2018-08-18 21:08:32 -05:00
Sabe Jones
1134c7748b
Make private message character limit obvious on client ( #10579 )
...
* fix(messages): make character limit obvious on client
Fixes #10549
* fix(messages): localize hardcoded button text
2018-08-10 08:46:46 -05:00
Keith Holliday
62c60ce520
Added copy to detail blocks wont work on mods ( #10539 )
...
* Added copy to detail blocks wont work on mods
* fix(wording): "moderator" clearer than "mod"
2018-07-21 08:10:54 -05:00
Keith Holliday
004ab51c46
Allow for stat edits on mobile ( #10535 )
2018-07-21 08:09:57 -05:00
Keith Holliday
d5efb50d9b
Update stat point title ( #10543 )
2018-07-21 08:08:36 -05:00
Keith Holliday
8d9a4e97a8
Fixed display points for the stat save button ( #10522 )
2018-07-19 22:03:43 -05:00
Sabe Jones
6eb484605a
fix(messages): clarify opt-in/out wording and leave label static ( #10470 )
2018-06-27 19:13:13 +02:00
Patricia Beier
a362914f93
added ctrl+enter to private messages #10413 ( #10436 )
...
* added ctrl+enter to private messages #10413
* Fixes #10413
2018-06-27 19:07:41 +02:00
Matteo Pagliazzi
592cfef6c6
Client: use api v4 ( #10457 )
...
* client: use api v4
* fix tests
2018-06-21 21:25:27 +02:00
Matteo Pagliazzi
aec23d32f3
Merge branch 'PM_opt-in-out' of https://github.com/pengfluf/habitica into pengfluf-PM_opt-in-out
2018-05-25 12:44:44 +02:00
aszlig
4f2d066d66
client: Fix display of class bonus for other users ( #10376 )
...
Whenever one is hovering an item from another user, the bonuses of these
items are shown for the own user. So for example if you're a mage and
view a Royal Magus Robe of another mage, the class bonus is 6.
However if you're a warrior, the class bonus displays as 0 because the
attributes grid is always using the stats for the own user even if
viewing equipment of a different user.
I've fixed this by moving the user object to the properties in
attributesGrid and passing the current user from every other Vue file
that's using attributesGrid.
Not sure whether this is the right approach, as I'm no expert in Vue.js
but some testing with the client now shows the correct values.
Signed-off-by: aszlig <aszlig@nix.build >
2018-05-25 12:38:02 +02:00
Keith Holliday
fa60c9a232
Reset stats after allocation ( #10363 )
2018-05-14 22:18:23 -05:00
Sabe Jones
bbbd1f9f73
Merge branch 'release' into develop
2018-05-08 18:41:13 +00:00
Keith Holliday
21eac3cc94
Fixed stat allocation issues ( #10344 )
2018-05-08 08:54:50 -05:00
pengfluf
4fa2ef045d
10256 - The placeholder and the message row are fixed ( #10307 )
2018-05-04 16:04:06 -05:00
user
9c702505a9
Locales Changing, PM Disabled Caption Added
2018-05-02 19:08:43 +03:00
user
9133250a42
Useless CSS rule for the caption has deleted
2018-04-30 16:12:53 +03:00
user
e60177f14a
Sending messages is allowed; PM related texts moved
2018-04-30 00:58:08 +03:00
user
770285f10d
Toggle-switch aligned with Messages Title
2018-04-29 19:08:09 +03:00
user
4467da980c
POST request toggling opt deleted, changed to PUT /user
2018-04-29 16:48:10 +03:00
user
082539b982
Toggle-switch changed to the local one; 'en' locale edited
2018-04-29 16:31:23 +03:00
user
ef7719f91d
PM opt-in opt-out intert internationalization
2018-04-29 04:32:33 +03:00
user
f98efd4eb9
PM opt-in opt-out is ready to use
2018-04-29 04:05:31 +03:00
user
4a0856c919
Client: opt-in / opt-out functionalitonality is ready
2018-04-29 03:07:03 +03:00
Keith Holliday
58ce3a9a42
Added bulk allocation ( #10283 )
2018-04-27 11:07:41 -05:00
negue
08d07cdd67
split profile and profileStats ( #10185 )
2018-03-31 13:22:17 +02:00
Matteo Pagliazzi
10370ea1dc
fix wording on admin tools
2018-03-30 18:27:20 +02:00
Travis
e4b13eecd1
Adding the ability for admins to revoke/reinstate chat privileges and block/unblock users from the profile page. ( #10082 )
...
* Adding the ability for admins to revoke/reinstate chat privileges and block/unblock users from the profile page.
fixes #10073
* Updating fix to dynamically load user blocked and chat revoked state for admins.
* Fixing pr according to comments.
2018-03-24 11:18:52 -05:00
Mark Kuba
dcd680c293
Fix/mana bar unselected class - fix : #10026 ( #10126 )
...
* Update getClass() for users who have not yet selected a class
* Added tests for members.getClass()
* fix linter errors
* Update test
* Update import in test to point to correct module
* use hasClass() getter where appropriate
* Fix linter error
2018-03-24 11:15:40 -05:00
jack
9834afee4a
fixes #9880 - uneven sizes and spacing in the action buttons of the user modal. ( #10163 )
2018-03-24 11:09:56 -05:00
Chris Wang
fff4ea3ad3
Added popover stats to costume equipment on profile stats - fixes #9280 ( #10136 )
...
* Added popover stats to costume equipment on the stats page of a profile (#9280 )
* Changed popover position to bottom for equip and costume items.
* Fixed indent on line 160
* Changed escaped double quotes to single quotes for readability
2018-03-18 16:24:41 +01:00
Travis
911f894750
Fixing edit profile page so blurb can be editted after reload. ( #10097 )
...
fixes #10032
2018-03-17 22:25:17 +01:00
Mahendran Nadesan
e43749bed1
Stats over 3 digits overlap ( fixes #10033 ) ( #10133 )
...
* Formatted stats
* small changes
* Fixed issues as per comments
2018-03-17 22:23:55 +01:00
Gene Vityugov
767f3ebe12
Add space in profile modal to make it consistent with other text ( #10103 )
2018-03-17 22:19:58 +01:00
negue
0fcc1f2080
correct position of pets in the profile overview - fixes #10104 ( #10144 )
2018-03-17 21:13:35 +01:00
Keith Holliday
dee81ee6c9
Reversed order to put newest on top ( #10059 )
2018-02-28 08:17:54 -07:00
Keith Holliday
84dc2f8e3c
Fixed sorting and model creation for inboxes ( #10039 )
2018-02-25 08:04:55 -07:00
Mateus Etto
311a898938
Fix attributes box size being too small on Japanese ( #9984 )
2018-02-19 18:52:07 +01:00
negue
723b4f3451
Attributes UI Refactoring ( #9887 )
...
* include class bonus in sorting
* wip - show more information in the attributes grid
* attributes tooltip + dialog redesign
* fix stat calculation
* fix spacings
* show class in equip-gear-modal
* fix buy-modal attributes-grid, clean up css
* show attributes popover in profile-stats overview
* add class / purchase type colors to colors.scss - replace colors by variable - clean up
* translate strings
2018-02-09 16:47:38 -06:00
Mason Hahn
505dd4969d
add contributor info for inbox tier styling ( #9911 )
2018-02-05 19:41:28 +01:00
Nicole Massaro
4ee788f541
Hide stats points allocation on locked or disabled class system ( #9826 ) ( #9851 )
2018-01-29 15:05:06 -06:00
Keith Holliday
33698c219f
Added existence check for lastMessageText ( #9881 )
2018-01-25 11:33:37 -07:00
Sabe Jones
af245b63d9
Merge branch 'release' into develop
2018-01-24 01:31:27 +00:00
Keith Holliday
0959499450
Changed width to maxwidth ( #9830 )
2018-01-22 09:15:55 -07:00
Keith Holliday
1ce09aeb34
Added chatscroll check ( #9814 )
2018-01-20 17:00:54 -07:00
Keith Holliday
ba36ba0157
Added max width to profile image ( #9783 )
2018-01-15 12:34:00 -07:00
Keith Holliday
e0bf6d2e55
Reverted group flag code ( #9784 )
...
* Reverted group flag code
* Reverted all flagging code
* Added hyphens back
2018-01-11 12:04:07 -06:00
Keith Holliday
98d4fb0f34
Chat flag inbox ( #9761 )
...
* Refactored chat reporting
* Added inbox flag chat
* Added flag chat to inbox
* Added you have flagged message
2018-01-08 13:13:25 -06:00
Keith Holliday
d90d781740
Added mobile style fixes ( #9741 )
2017-12-26 17:31:00 -06:00