Alys
714706f925
add quest participant list to collection quests ( #10568 )
2018-08-01 10:43:33 +02:00
Isabelle Lavandero
508d832d73
View participant list of active quest ( #10531 )
...
* participant list modal opens, nothing displayed yet
* display participants!
* only need to filter
* change button to link
* prevent scrolling back up when modal opens
* style link as h4
* move css
2018-07-30 16:04:04 +02:00
Dexx Mandele
734e4a963f
Re-enable start quest button ( #10532 )
...
* Check for scroll during quest pre-selection
* Re-enable start quest btn after error
* Review: remove unused start quest method
2018-07-30 16:02:17 +02:00
Keith Holliday
2fc233e70f
Removed duplicate code and added member modal event ( #10542 )
...
* Removed duplicate code and added member modal event
* Removed console
* Removed console log
2018-07-30 13:56:17 +08:00
Keith Holliday
7bead74b49
Removed extra options and fixed copy userID ( #10538 )
2018-07-21 08:11:29 -05:00
Keith Holliday
0fc66bef4e
Fixed guild badge color text ( #10537 )
2018-07-21 08:09:16 -05:00
Keith Holliday
896a1b74b6
Added new award flow to challenges ( #10512 )
2018-07-13 21:58:28 -05:00
negue
f6b34e85df
Max 3000 Character Limit on Chat-Messages ( #10494 )
...
* limit chat length to 3000
* add test
2018-07-12 15:40:04 -05:00
Sabe Jones
d1f7e64156
fix(groups): display correct messages in two places
2018-07-06 13:21:28 -05:00
Sabe Jones
8969b755a6
fix(analytics): remove spurious click tracking ( #10469 )
2018-06-27 19:12:51 +02:00
Dexx Mandele
26e9827d39
Open correct group modal from header ( #10430 )
...
* Remove outdated server readme
* Open correct group modal from header
* Update party button after joining party
* Review: fix invite members not working without reload
* Remove invite-modal from group page to prevent duplicates
* Pass correct group to invite modal
2018-06-15 11:00:10 +02:00
Dominic Lee
44f196080c
Match tavern sidebar UI to party and guild page changes ( #10400 )
...
* Match tavern sidebar UI to party and guild page changes
* Remove extra space at the top of guild's sidebar
2018-06-11 12:00:19 +02:00
Keith Holliday
6c9ff3e8ed
Ensure leader is set ( #10390 )
2018-05-25 12:04:07 +02:00
negue
de9883c3ac
extract chat ( #10362 )
...
* extract chatTextarea from group/tavern - extract staffList array
* fix lint / rewrite condition
* clean up - part 1
* rename chatTextarea to chat
* refactor timestamp check
2018-05-18 17:01:05 +02:00
Matteo Pagliazzi
388492e1e7
fix conflicts and remove extra dependency
2018-05-13 16:30:17 +02:00
siege918
d4d668f640
Prevent accidental submission of Tavern/Guild posts after pasting ( #10226 )
...
* Temporarily disable ctrl-enter to send Guild messages after paste
Disable Ctrl-Enter after pasting, because some users are experiencing issues with accidentally sending their messages after pasting.
* Code style fixes for "Temporarily disable ctrl-enter to send Guild messages after paste"
* Fix issues with variable location
* Fix variables for accidental chat submission features
Moving vatiables for the chat submit timeout to their own variable so they won't be overwritten
* Fix code formatting issues with accidental chat submission code
* Remove leading space from variables to fix lint issues
2018-05-11 15:18:41 -05:00
Marvin Rabe
41ccd58f8e
Fixed tavern chat button. ( #10342 )
2018-05-11 15:15:50 -05:00
Sabe Jones
69a782a1db
Party header sort WIP ( #10330 )
...
* WIP(groups): improved sorting WIP
* WIP(groups): split sort option and direction
* WIP(party): header sort cont'd
* feat(party): header sorting
2018-05-07 16:19:00 -05:00
Marvin Rabe
0d84643961
Joined and Owned Challenges should still appear in Discover, but annotated with status ( #9956 )
2018-05-07 16:04:40 +02:00
Marvin Rabe
891b5566a9
Created reusable category tags component.
2018-05-07 13:56:54 +02:00
Marvin Rabe
4c837acf88
Use computed attribute for boss health bar width.
2018-05-07 13:30:33 +02:00
Marvin Rabe
17001743e1
Changed last prop to :last-of-type
2018-05-07 13:24:48 +02:00
Marvin Rabe
129fccf646
Guild category tags and challenge category tags have now the same styling.
2018-05-01 21:36:23 +02:00
Marvin Rabe
9d755c5d5f
Merge branch 'fix-german-translations' into fix-challenge-layout
2018-05-01 20:17:29 +02:00
Marvin Rabe
05c43d1f9d
Use sidebar section component in tavern.
2018-05-01 20:13:46 +02:00
Marvin Rabe
eaa00598d0
Improvements to Challenge Layout ( #9619 )
2018-05-01 19:47:04 +02:00
Marvin Rabe
88b14592c5
Make Challenge Owner's Name Clickable ( #9283 )
2018-05-01 17:23:02 +02:00
Marvin Rabe
85136675e9
Fixed group sidebar.
2018-05-01 16:13:16 +02:00
Marvin Rabe
4e4181a394
Improved challenge layout.
2018-05-01 16:10:57 +02:00
Shadi Moustafa
cf274310a8
Changed Member List number in Guilds ( #10268 )
...
* Updated README.md
Added Team Name and Collaborators
* Updated README.md
* Changed Member List number in Guilds
Changed Member List number in Guilds
* remove habitica2.bat
* Updated README.md
2018-04-28 17:43:59 +02:00
Keith Holliday
ab14312368
Group plan landing page ( #10222 )
...
* Updated task page styles
* Added initial page styles
* Added login and payments
* Updated more styles
* Added white header
* Added group plan overview modal
* Updated copy
* Fixed location
* Style updates
* Added analytics
* More style updates
* Added locales
* Removed duplicate key
2018-04-03 11:26:08 -05:00
Clay Smith
70c539cc81
( fixes #9978 ) Remove Leader dropdown from groupFormModal ( #10176 )
2018-03-31 13:17:10 +02:00
Alys
338781f57b
improves rounding for boss hp and player pending damage - partial fix for #8368 ( #9749 )
...
* improves rounding for boss hp and player pending damage
* use floor filter function for user's pending damage for party page and tavern boss
2018-03-31 12:57:37 +02:00
Philip Karpiak
10e0848a5c
Use margin offsets for group plan header ( #10180 )
...
So there are no whitespaces around the header
2018-03-30 15:34:46 -05:00
Keith Holliday
e937d1722e
Contact form links ( #10187 )
...
* Added links to contact form
* Fixed encoding link. Added link to tavern. Updated copy
* Converted link to cookie link
* Updated domain format
* Updated links
* Added apikey to cookie
2018-03-26 14:02:32 -05:00
Travis
242b3508a1
Update Staff list in the tavern to make staff names clickable to pull up staff profiles. ( #10107 )
...
* Update Staff list in the tavern to make staff names clickable to pull up staff profiles.
fixes #9290
* Addressing PR comments.
2018-03-17 22:29:52 +01:00
negue
3d4107db3e
checkout of the Inn - banner ( #9835 )
...
* show resting banner
* resume damage
* replace colors by variables
* remove indentation
2018-03-17 21:12:25 +01:00
Travis
92fa6805eb
fix: Quest collected items displayed multiple times. ( #10111 )
...
fixes #10065
2018-03-09 14:56:59 -06:00
SabreCat
63a11c6c28
chore(event): end Valentines/Dysheartener
2018-03-08 18:37:32 +00:00
SabreCat
da50d2f495
feat(world-boss): third Rage Strike support
2018-03-05 20:46:22 +00:00
SabreCat
cedfc005f8
feat(world-boss): Market Strike support
2018-02-27 20:04:37 +00:00
SabreCat
9487811d31
fix(world-boss): Tavern layout tweaks
2018-02-22 21:31:57 +00:00
Sabe Jones
695f53758a
Merge branch 'release' into develop
2018-02-20 21:16:43 +00:00
SabreCat
b0974fc4fc
feat(rage-strike): Seasonal Shop modal
2018-02-20 20:05:32 +00:00
Matteo Pagliazzi
74ba55c20b
Upgrade tests tools and lint migrations and scripts (part 2) ( #9998 )
...
* upgrade gulp-babel
* upgrade babel-eslint
* upgrade eslint-friendly-formatter
* start upgrading chai
* start to upgrade eslint
* restore skipped tests
* start to upgrqde monk
* fix linting and remove unused file
* fix mocha notifications, and common tests
* fix unit tests
* start to fix initrgration tests
* more integration tests fixes
* upgrade monk to latest version
* lint /scripts
* migrations: start moving to /archive unused migrations and run eslint with --fix
* lint migrations
* fix more integration tests
* fix test
2018-02-17 18:11:24 +01:00
SabreCat
95179be346
feat(world-boss): Rage Strike support
2018-02-16 21:18:51 +00:00
Sabe Jones
70fbc83664
Merge branch 'release' into develop
2018-02-16 03:08:22 +00:00
SabreCat
5987145b86
fix(phobia): show censored art as needed
2018-02-14 22:35:14 +00:00
Sabe Jones
791d711298
Merge branch 'release' into develop
2018-02-14 21:09:30 +00:00
Sabe Jones
cdcee8d169
World boss client ( #9999 )
...
* WIP(world-boss): client components partial
* WIP(world-boss): more client additions
* WIP(world-boss): some beautification
* WIP(world-boss): more Tavern beauty
* fix(world-boss): gradient adjustment
* fix(style): various WB tweaks
* fix(world-boss): better resolution Rage Strike
* fix(world-boss): alignment fixes
* Added world boss modal
* feat(world-boss): add info button
* fix(world-boss): move SVG and tweak padding
2018-02-14 13:43:10 -06:00