Phillip Thelen
c3d9ac6c4e
Move tier icons import to index
2019-02-05 14:39:48 +01:00
Phillip Thelen
024e93e89b
Fix test errors
2018-11-27 15:43:52 +01:00
Phillip Thelen
aac23f30cf
Attach client to chat messages ( #10845 )
...
* Attach client to chat messages
* Word
* Design tweaks
* Fix potential error
2018-11-27 15:42:28 +01:00
Sabe Jones
62bcd878a0
feat(content): Oddballs Bundle
...
Also includes one more tweak to @mention text highlighting
2018-11-27 15:40:40 +01:00
Sabe Jones
d0b72d5dd4
fix(chat): more width tweakage
2018-11-27 15:40:40 +01:00
Sabe Jones
d031a4c9aa
fix(chat): less intrusive highlight and better margins
2018-11-27 15:40:40 +01:00
Phillip Thelen
30ebdcaa4f
remove old autocomplete component
2018-11-27 14:01:43 +01:00
Phillip Thelen
e9c86622c5
Begin adding server-side autocomplete to web client
2018-11-26 15:47:22 +01:00
Sabe Jones
34e7690c38
fix(usernames): various
...
Disappearing input fields
Text replacement in @mentions
UUID visibility in profiles
Purple dot for @mentioned usernames
TypeError preventing RYA
Group Plan member list error
2018-11-13 14:14:02 -06:00
Sabe Jones
23b0688abb
Merge branch 'develop' into sabrecat/usernames-master
2018-11-06 19:56:45 -06:00
Sabe Jones
38efe83cc7
fix(usernames): various
...
Partial fixage for autocomplete @ing
Don't add username to chat message if user is unverified
Fix flying pets
Fix console error about avatar intro
2018-11-06 19:55:06 -06:00
Sabe Jones
38f5d63d29
fix(likes): accessibility tweaks
2018-11-03 13:16:32 -05:00
Nathanael Farley
a48a6a292d
If user's cron will happen later today, start the task yesterday. ( #10783 )
...
* If user's cron will happen later today, start the task yesterday.
* Added default dayStart to taskDefaults.
* Removed the need to call shouldDo twice to calculate nextDue.
* Revert "Removed the need to call shouldDo twice to calculate nextDue."
This reverts commit e1467f2fc33cfb11e6a4fc667460df6a48b69d45.
* Removed defaults from taskDefault arguments.
* Got user from $store in copyAsTodoModal.vue.
* Fixed tests for taskDefaults to include mock user.
* Fix shouldDo tests when run in GMT timezone.
* Added test to taskDefault; added utcOffset to taskDefault.
* Replaced utcOffset with zone.
* Removed erroneous import.
2018-11-02 16:58:01 +01:00
Sabe Jones
86ae5f3e44
fix(inbox): don't show likes in inbox
...
Also remove convo list contrib styling for now
2018-11-01 19:34:57 -05:00
Sabe Jones
b54f031acd
fix(chat): replace autocomplete at @
2018-11-01 15:17:01 -05:00
Sabe Jones
a9e2a17077
fix(chat): no min height on autocomplete dropdown
2018-10-24 19:59:54 -05:00
Sabe Jones
b4ab525be5
fix(chat): better @ searching, no chat card borders
2018-10-24 19:39:50 -05:00
Sabe Jones
ed21a37e5a
feat(usernames): show in party header, profiles, inbox convo list
2018-10-22 16:29:47 -05:00
Sabe Jones
3cc49f6637
fix(chat): match hyphen in @name regex
2018-10-19 17:44:18 -05:00
Sabe Jones
4f4bb52360
fix(chat): padding adjustment and tooltip placement
2018-10-19 16:20:13 -05:00
Sabe Jones
fdf2e590ea
fix(chat): better likes and display name font sizing
2018-10-17 18:28:58 -05:00
Sabe Jones
23815e89e1
WIP(usernames): display in chat areas
2018-10-17 12:57:57 -05:00
Robert Kojima
e7969987ec
Guild textarea at list positioning ( #10663 )
...
* autocomplete dialog now has ternary operator to determine placement
* added min height to textbox
* fixed spacing according to travisCI
* heightToUse function now retrieves argument from props
2018-10-08 22:25:49 +02:00
negue
c845c337df
unsubscribe events for a specific method ( #10652 )
2018-09-01 19:27:32 +02:00
legitmaxwu
5c50a40f39
Added Contributor Titles to Names on Hover ( fixes #10611 ) ( #10624 )
...
* Added Contributor Titles to Names on Hover
* Added Contributor Titles to Names on Hover
* added contributor title text on hover
* added contributor titles on hover in chat
* added contributor titles to text on hover
* Delete .project
2018-08-30 14:52:37 -05:00
Matteo Pagliazzi
84329e5fad
New inbox client ( #10644 )
...
* new inbox client
* add tests for sendPrivateMessage returning the message
* update DELETE user message tests
* port v3 GET-inbox_messages
* use v4 delete message route
* sendPrivateMessage: return sent message
* fix
2018-08-30 14:50:03 -05:00
Keith Holliday
d6514bce8b
Fixed inbox id after add ( #10609 )
2018-08-18 21:08:32 -05:00
Isabelle Lavandero
ec444384f4
Add error notification for deleted user ( #10600 )
...
* snackbar notification for deleted user
* check for 404
* localize text
2018-08-17 12:02:43 +02:00
FergusonSean
4493e1d98c
Fix path to detect when group is the tavern or the user's party and set paths appropriately ( #10570 )
...
* Fix path to detect when group is the tavern or the user's party and set path's appropriately
* Fix lint issues
2018-08-03 11:54:32 +02:00
Keith Holliday
f464403623
Display exact date on hover ( #10536 )
2018-07-21 08:09:36 -05:00
negue
47b75156fa
reset flag comment ( #10507 )
2018-07-13 10:50:17 +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
f04d05fee1
fix likes appearing immediately in chat
2018-04-05 20:54:20 +02:00
Philip Karpiak
a309e48183
Remove Like action from inbox chat messages ( #10181 )
...
There is no API endpoint for this action and seems rather useless for private messages anyway
2018-03-31 13:20:41 +02:00
Keith Holliday
2195464772
Flag comment ( #9991 )
...
* Added initial chat flag comment form
* Added user comment to slack message
* Updated copy and styles
* Fixed comma
* Updated admin messaging
2018-03-14 07:41:13 -05:00
Ignacio Alvarez
1c1b050e2c
If message uuid is set as system append as user 'system message' #9985 ( #9988 )
2018-02-19 18:51:43 +01:00
Keith Holliday
3bee0446b8
Loaded profile when not cached ( #9977 )
2018-02-09 08:57:55 -07:00
Keith Holliday
c14fdd3fed
Fixed attribute binding. Removed member url ( #9963 )
2018-02-06 09:53:43 -07:00
Keith Holliday
2d612b655d
Added copy as todo ( #9884 )
2018-02-05 09:43:00 -07:00
Keith Holliday
78ad1cd8b0
Added cache for user styles on chat ( #9679 )
...
* Added cache for user styles on chat
* Added loading on new message and other minor checks
* Added null checks
* Updated chat tests
* Added costume preference to chat
* Removed single profile cacheing for new chat messages
* Remove owned gear from cache
* Updated stats to only use buffs
2018-02-02 11:18:25 -07:00
Cassidy Pignatello
a44f29dad8
replaces btn-default with btn-secondary ( #9704 )
2018-01-12 16:25:02 -06: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
3000e2b72c
Removed keys and inbox flagging ( #9776 )
2018-01-09 12:58:01 -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
6bb535c129
Reset chat options when change guild routes ( #9743 )
2018-01-02 22:56:31 -07:00
Keith Holliday
afc1ffd90b
Refactored duplicate card section ( #9730 )
...
* Refactored duplicate card section
* Updated to new computed methods
2017-12-20 12:27:21 -06:00
Keith Holliday
566716e2fe
Added display logic for npcs ( #9709 )
...
* Added display logic for npcs
* Fixed lint
2017-12-12 19:05:18 -06:00
MathWhiz
dd05a8d608
Contributor Title tooltip ( #9413 )
...
* Remove usage of cachedProfileData when determining contributor level
* Add tooltip
* Remove directive import
* /s/msg.contributor.title/msg.contributor.text
* move tooltip placement
* update tooltip position
2017-11-27 20:37:36 -06:00
Paul
885f2998ae
System messages flaggable ( #9408 )
...
* Remove flag from system messages, throw an error if system messages are flagged
* Modify unflag system message test to check if flagging a system message throws an error
* Move email from nconf to top
2017-11-27 19:45:04 -06:00
Keith Holliday
3e6b3ce3ff
Added habitica event for profile display ( #9576 )
2017-11-27 10:29:20 -06:00