Bonnie L
23cc2b9d21
catch promise rejection when user submits a message to group. fixes #10970 ( #10978 )
...
* catch promise rejection when user submits a message to group
* switch response exception handling to try/catch to avoid mixing aysnc/await with promises
2019-03-21 16:54:10 -05:00
JSn1nj4
58c4fcd506
Fix sellModal data caching ( #11044 )
...
* Several deps set to "optional" in lock file
This was done automatically when running `npm i` on Windows.
Node v10.15.2
NPM 6.4.1
* Begin working on issue #10687
Key files to look into:
- website/client/components/inventory/item.vue
- website/client/components/shops/market/sellModal.vue
File notes for me:
item.vue: provides wrapper for displaying item data.
sellModel.vue: for displaying items player intends to sell
- lines 10-21: check `item` computed property and load `item` component
- lines 151-153: ask how return line is evaluated to an `item`
The last one could be important to figuring out this caching issue.
Since the property is computed, it's possible that line is evaluating to
a truthy value that Vue is seeing as unchanged, even if the actual
`item` object is different each time.
* Pick up from sellModal.vue:155
This is where the item context seems to be set. The Vue dev tools
indicate that the `<item>` component is updating. It's only the `item`
reference inside of the `<sellModal>` component that isn't updating.
Issue #10687
* Remove (v-once) directive
This was preventing data referenced within nested elements from
updating.
Issue #10687
* Revert package-lock.json to "develop" version
This removes the "optional" settings that were automatically added by NPM to a handful of dependencies while working on PR #11044 .
* Attempt to rerun tests
The most recent change shouldn't have caused tests to fail.
2019-03-21 16:52:00 -05:00
Alec Brickner
2878abc130
Center allocatable stat points ( #11053 )
2019-03-21 16:49:38 -05:00
Dmitry
a8cb6e3409
Second empty head option was removed from edit avatar - hair - style ( #11061 )
2019-03-21 16:47:17 -05:00
Alys
2caa540006
allow moderators/staff to always see Report button for a flagged message ( #11068 )
2019-03-21 16:46:00 -05:00
Randi Miller
f454700722
extending equipment modal hack to address #11015 ( #11070 )
...
* extending equipment modal hack to address #11015
* fix(modal): call hack only once, remove more dangling body props
2019-03-21 13:37:35 -05:00
Sabe Jones
e7979a99e6
Merge branch 'release' into develop
2019-03-19 19:53:54 -05:00
Sabe Jones
e0291cf432
feat(event): Spring Fling 2019
2019-03-19 19:52:59 -05:00
Sabe Jones
9a6aa5f443
merge negue-ui-fixes into develop
...
Squashed commit of the following:
commit d0628da7557e718b4d144283949f6572718d9b45
Author: negue <eugen.bolz@gmail.com >
Date: Fri Mar 15 19:34:39 2019 +0100
fix quest-tooltip padding/sizes
commit c16bc0fe4521e01520628ddc84af54930b15e066
Merge: 24e3fe2a6 163f31688
Author: negue <eugen.bolz@gmail.com >
Date: Fri Mar 15 18:58:51 2019 +0100
Merge branch 'fix/quest-tooltip-cells' into negue-ui-fixes
commit 24e3fe2a6c8e384722d95f7edd9ce9e4ce16960c
Author: negue <eugen.bolz@gmail.com >
Date: Fri Mar 15 18:49:47 2019 +0100
use item margin instead of container padding
commit 03ab975193b2007e24fcbb971fc7d4169bfb3ac7
Author: negue <eugen.bolz@gmail.com >
Date: Thu Mar 14 21:41:43 2019 +0100
fix input heights
commit 3aa18f1105a02655066e10a82cf53be9340a6bf1
Author: negue <eugen.bolz@gmail.com >
Date: Thu Mar 14 20:58:22 2019 +0100
revert margin-bottom on checklist
commit d8f533fda1d3833ab2f4aeb3bd8001d4a7881e8b
Merge: fbd01ab79 7d45dcfee
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Mar 14 11:10:34 2019 -0500
Merge branch 'fix/shops-ui' into negue-ui-fixes
commit fbd01ab79d5ea8144c191cd51a9c11216418493a
Merge: 65517d259 546e260e3
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Mar 14 11:09:03 2019 -0500
Merge branch 'fix/more-ui' into negue-ui-fixes
commit 65517d25947144f57b84fad84ce709ac7d008119
Merge: 5e935230a 2dcec78a4
Author: Sabe Jones <sabrecat@gmail.com >
Date: Thu Mar 14 11:08:20 2019 -0500
Merge branch 'fix/tasks-ui' into negue-ui-fixes
commit 546e260e36
Author: negue <eugen.bolz@gmail.com >
Date: Sat Mar 9 23:13:54 2019 +0100
fix checkbox check mark
commit 46ea2010f8
Author: negue <eugen.bolz@gmail.com >
Date: Sat Mar 9 22:48:20 2019 +0100
remove bottom margin on a collapsed checklist
commit 7d45dcfee5
Author: negue <eugen.bolz@gmail.com >
Date: Wed Mar 6 22:45:09 2019 +0100
fix star/empty colors - fix quest layout - countBadge z-index
commit f9b9e75c18
Author: negue <eugen.bolz@gmail.com >
Date: Mon Mar 4 20:14:49 2019 +0100
shops - timeTravelers: refactor filter logic
commit 6d3e9e0de0
Author: negue <eugen.bolz@gmail.com >
Date: Mon Mar 4 20:06:02 2019 +0100
shops-seasonal: refactor filter logic
commit aa2949e9d1
Author: negue <eugen.bolz@gmail.com >
Date: Mon Mar 4 19:54:23 2019 +0100
shops - quest: refactor filter logic + quest items margins
commit ad62b7a358
Author: negue <eugen.bolz@gmail.com >
Date: Mon Mar 4 19:50:51 2019 +0100
shop: equipment-cards background + market filter logic (as other pages)
commit 2dcec78a4a
Author: negue <eugen.bolz@gmail.com >
Date: Wed Feb 27 21:02:10 2019 +0100
remove space between notes and checklist
commit 31fab9b66d
Author: negue <eugen.bolz@gmail.com >
Date: Wed Feb 27 20:45:59 2019 +0100
remove margin of checklist items
commit 28b134a19b
Author: negue <eugen.bolz@gmail.com >
Date: Wed Feb 27 20:33:43 2019 +0100
show `Options` instead of `Show More`
commit cafcfb6112
Author: negue <eugen.bolz@gmail.com >
Date: Wed Feb 27 20:30:22 2019 +0100
remove pointer on disabled task-controls
commit 7acbcc424b
Author: negue <eugen.bolz@gmail.com >
Date: Wed Feb 27 20:25:36 2019 +0100
remove margin of task-title markdown-p-tag
commit f667ab957b
Author: negue <eugen.bolz@gmail.com >
Date: Wed Feb 27 20:25:16 2019 +0100
40px height search + tags button
commit 2080ecb7e8
Author: negue <eugen.bolz@gmail.com >
Date: Wed Feb 27 20:24:35 2019 +0100
show grabbing cursor while dragging
commit 163f316889
Author: negue <eugen.bolz@gmail.com >
Date: Fri Feb 15 23:26:40 2019 +0100
replace the questInfo to use table-like behavior, expands to the content
2019-03-18 15:06:32 -05:00
Sabe Jones
f1b5ce9c66
Merge branch 'release' into develop
2019-03-14 14:11:25 -05:00
Matteo Pagliazzi
9fd0e27c66
fix(stripe): fix buying gems
2019-03-14 19:43:10 +01:00
Matteo Pagliazzi
994082a1d8
payments success state: add note about auto renewal
2019-03-14 19:36:56 +01:00
Matteo Pagliazzi
c7309ae179
fix(amazon): disabled state for button, fix bug where checkout button would not appear
2019-03-13 19:19:30 +01:00
Matteo Pagliazzi
ef42fba049
fix(paypal): button styles
2019-03-13 18:34:41 +01:00
Sabe Jones
d75f926136
Merge branch 'release' into develop
2019-03-12 19:30:52 -05:00
Sabe Jones
f318afb8cf
Revert "replace the questInfo to use table-like behavior, expands to the content ( #10995 )"
...
This reverts commit 3ebd37f7cb .
2019-03-12 19:20:56 -05:00
Sabe Jones
b954379f38
Revert "fixes Tasks UI ( #11036 )"
...
This reverts commit f548103f4c .
2019-03-12 19:20:40 -05:00
Matteo Pagliazzi
9b62804a5c
fix tavern/chat ui ( #11056 )
...
* add markdown-formatting link - hide textarea if guidelines not accepting - chat ui
* fix item-with-icon height/margins . public guild item member count
2019-03-11 18:32:07 +01:00
negue
d21e29462c
fix: shop ui ( #11046 )
...
* shop: equipment-cards background + market filter logic (as other pages)
* shops - quest: refactor filter logic + quest items margins
* shops-seasonal: refactor filter logic
* shops - timeTravelers: refactor filter logic
* fix star/empty colors - fix quest layout - countBadge z-index
2019-03-11 18:26:23 +01:00
Matteo Pagliazzi
6bccd2a866
New Payments Buttons ( #11045 )
...
* start implementing separate amazon button component
* wio
* switch amazon to new flow
* adjust amazon pay button size
* design buttons and add them to the settings page
* abstract css
* fixes and buy gems modal
* group plans css
* new buttons for gifts, fix padding in settings
* gift modal styles
* final style fixes
2019-03-11 18:23:47 +01:00
negue
caea222330
fix item-with-icon height/margins . public guild item member count
2019-03-09 22:19:55 +01:00
negue
8ecbdc1448
add markdown-formatting link - hide textarea if guidelines not accepting - chat ui
2019-03-09 21:10:20 +01:00
Matteo Pagliazzi
2a367ab3a7
Revert "New payments buttons and new Amazon checkout flow ( #10940 )"
...
This reverts commit 77f3bb53de .
2019-03-07 16:58:49 +01:00
Matteo Pagliazzi
bc91dd81e9
Revert "fix(amazon): make sure to use up to date data"
...
This reverts commit 298a79b58d .
2019-03-07 16:58:38 +01:00
negue
660928323e
fix header design ( #11013 )
...
* statsbar-component for a closer tooltip
* fix scss scope, twice
2019-03-04 22:01:45 +01:00
Matteo Pagliazzi
298a79b58d
fix(amazon): make sure to use up to date data
2019-03-04 22:00:40 +01:00
Matteo Pagliazzi
77f3bb53de
New payments buttons and new Amazon checkout flow ( #10940 )
...
* start implementing separate amazon button component
* wio
* switch amazon to new flow
2019-03-04 21:51:17 +01:00
Alec Brickner
17d8a7b706
Fix mismatch between pet and star badge ( #11041 )
2019-03-03 17:48:51 +01:00
Alec Brickner
1d8a5b1952
Keep mystery items synced with server ( #11039 )
2019-03-03 17:39:42 +01:00
negue
f548103f4c
fixes Tasks UI ( #11036 )
...
* show grabbing cursor while dragging
* 40px height search + tags button
* remove margin of task-title markdown-p-tag
* remove pointer on disabled task-controls
* show `Options` instead of `Show More`
* remove margin of checklist items
* remove space between notes and checklist
2019-03-03 17:28:58 +01:00
negue
2595ccb2b4
refactor filters to work like in guilds/challenges ( #11023 )
2019-03-03 17:24:59 +01:00
negue
ceb4288b17
Footer Design / Instagram Link ( #11022 )
...
* re-add instagram icon+link
* fix donate button hover - smaller icons if not desktop
* lower margin on the small icons
* Update appFooter.vue
remove DevBlog link from footer
2019-03-03 17:22:55 +01:00
negue
3ebd37f7cb
replace the questInfo to use table-like behavior, expands to the content ( #10995 )
2019-03-03 17:17:45 +01:00
Matteo Pagliazzi
080c4b3e20
Merge branch 'develop' into negue/flagpm
2019-03-03 17:12:11 +01:00
Alec Brickner
e939799800
Ensure profile page gets synced ( #11032 )
2019-03-03 17:05:38 +01:00
Sabe Jones
da8006506b
Merge branch 'release' into develop
2019-02-26 10:09:26 -06:00
Sabe Jones
53555a0f16
fix(navbar): update b-vue toggle syntax
2019-02-26 10:07:48 -06:00
Sabe Jones
962236846a
Merge branch 'release' into develop
2019-02-25 17:00:41 -06:00
Sabe Jones
0be1f3eb7c
fix(equipment): hack partially addressing #11015
2019-02-25 16:59:28 -06:00
Cameron Billings
2d35009bee
Update conditional render to only show Apply Sort Options to Party Header text in party modals ( #10984 )
2019-02-21 13:35:17 -06:00
Chester Sng
d267f09d04
Enable Username to be searched in Hall of Heroes - fixes #10972 ( #10980 )
...
* Add if block to search for username if not valid uuid
* Add validationError check
* Modify test case and added test case for username
* Update description of API
* Update Test
* Correct test
* Change placeholder text in heroes.vue
* Refactor code
* Add quotes
* Update hall.js
2019-02-21 13:33:15 -06:00
Sabe Jones
ada09f3d5a
fix(challenges): use b-dropdown-form
2019-02-20 14:17:34 -06:00
Sabe Jones
b21cd4a2b6
feat(content): Mythical Marvels Bundle
...
and end Valentine's miscellany
2019-02-19 18:06:21 -06:00
Sabe Jones
98fd509530
Hotfix: correct issues from PRs rollout ( #10993 )
...
* fix(various): correct issues from PRs rollout
1. Send Gems modal opens from profiles again
2. Contributor titles appear on hover again
3. Tags dropdown in tasks appears again
4. Only user's own @mentions get highlighted again
* fix(test): correct order of css classes in expect
2019-02-15 16:01:33 -06:00
Sabe Jones
be4c777382
fix(hall): bogus msg reference and undef fn
...
Also couple of styling fixes
2019-02-14 15:51:15 -06:00
Sabe Jones
2c1ca7629d
Merge branch 'release' into develop
2019-02-12 07:35:56 -06:00
Sabe Jones
b721155f01
feat(event): Valentine's 2019 and Magic Hatching Potions
2019-02-12 07:19:58 -06:00
negue
844d3fbf37
refresh gear overview ( #10971 )
...
* refresh bought seasonal gear
* just "subscribe" to the _v change instead of returning the value
* subscribe in vue instead of lib
2019-02-10 19:32:14 +01:00
negue
0cbd6fb4d7
Merge branch 'develop' of https://github.com/HabitRPG/habitica into negue/flagpm
...
# Conflicts:
# website/client/components/chat/chatCard.vue
# website/client/components/header/menu.vue
2019-02-07 19:16:10 +01:00
Matteo Pagliazzi
b35bd18282
Merge branch '10954-wikiafix' of https://github.com/GiacomoLaw/habitica into GiacomoLaw-10954-wikiafix
2019-02-07 18:20:05 +01:00