negue
dd0bcfab97
fix challenge layout ( #11620 )
...
* wrap challenge task icons + margins
* full width challenge card on small devices + padding under add-challenge button
2019-12-23 18:10:48 +01:00
Yo
04a9c97393
Fix Typos ( #11644 )
...
* Fix Typos
* Fix More Typos
2019-12-23 17:52:55 +01:00
Timothy
7d2c5ed339
Fixed disappearing email form bug by forcing a refresh after submission, Fixes #11565 ( #11614 )
...
* Fixed disappearing form bug by forcing a refresh after submission
* Added reloadPage() to the changeEmail submit button
* Added indentation for the reloadPage() function
* Adjusted changeUser() function (added reloadPage)
Added reloadPage() function to the changeUser() function. This should allow the page to reload after the email is updated instead of before the function gets to finish updating the account's email
* Adjusted changeUser() function
Added window.location.reload() to the changeUser() function. This should allow the page to reload after the email is updated instead of before the function gets to finish updating the account's email
* Adjusted changeUser function
2019-12-23 17:48:55 +01:00
Glendon Solsberry
b9af3fb40e
Updates notifications screen to a more consistent UI ( #11635 )
2019-12-23 17:45:42 +01:00
dependabot-preview[bot]
6b072f0f8f
build(deps): bump eslint from 6.7.2 to 6.8.0 in /website/client ( #11651 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.7.2 to 6.8.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:22:48 +01:00
dependabot-preview[bot]
7cd1871754
build(deps): bump sass from 1.23.7 to 1.24.0 in /website/client ( #11648 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.23.7 to 1.24.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.23.7...1.24.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:19:09 +01:00
dependabot-preview[bot]
9309821c77
build(deps): bump core-js from 3.5.0 to 3.6.0 in /website/client ( #11649 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.5.0...v3.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:18:58 +01:00
dependabot-preview[bot]
c13f45dceb
build(deps): bump webpack from 4.41.2 to 4.41.4 in /website/client ( #11650 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.2 to 4.41.4.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v4.41.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-23 11:18:49 +01:00
Sabe Jones
f7e9b467a5
fix(event): potions and bears
2019-12-20 10:12:45 -06:00
Sabe Jones
1c45d170dd
chore(sprites): compile
2019-12-19 16:58:08 -06:00
Sabe Jones
be107f02d3
Merge branch 'develop' into release
2019-12-19 16:55:10 -06:00
Sabe Jones
c4b16f86db
feat(event): Wonderland 2019-20
2019-12-19 16:54:27 -06:00
Matteo Pagliazzi
e4edab2b9d
Minimum password length + Static Pages fixes (was #11474 ) ( #11506 )
...
* Revert "Revert "Minimum password length + Static Pages fixes (#11474 )""
This reverts commit d1afbf4b92 .
* add min length for reset password
2019-12-18 19:02:15 +01:00
Sabe Jones
c36f01773f
Merge branch 'release' into develop
2019-12-17 14:50:29 -06:00
Sabe Jones
34983f1221
feat(event): turn on G1G1 2019
2019-12-17 14:04:55 -06:00
Matteo Pagliazzi
8f5a0cfe79
Onboarding guide and initial achievements refactoring ( #11536 )
...
* add achievements to user
* add placeholder strings
* add to achievements to common script
* add onboarding achievements category
* add notifications
* more notifications
* award achievements
* wip notification panel
* add achievements icons and copy
* do not count onboarding tasks for the created task achievement
* add notes
* sprites, fixes and completion status and reward
* add onboarding panel
* add toggle
* fix toggle size
* fix tests
* fix typo
* add notification
* start adding modal
* fix remove button positionin, timeout, progress bar
* modal + fixes
* disable broken social links from level up modal
* change toggle icon color on hover
* add border bottom to onboarding guide panel
* add collapse animation
* expanded onboarding on first open
* onboarding: flip toggle colors
* onboarding: show progress bar all the time
* onboarding: fix panel closing on click
* onboarding modal: add close icon and fix padding
* wip: add migration for existing users
* fix titles in guide
* fix achievements copy
* do not award completed task achievement when direction is down
* start implementing new achievements
* start migrating client
* remove social links from achievements modals
* prevent skipping tutorial + fix achievement notification
* sync fixes
* start redesign achievement modal
* misc fixes to achievements, polish generic achievement modal and hatched pet modal
* add special badge for onboarding
* fix badge condition
* modals fixes
* hatched pet modal: add close icon
* fix badge typo
* fix justin button
* new scrolling behavior for dropdowns
* fix strings capitalization
* add common tests
* add api unit tests
* add date check
* achievements modal polishing
* typos
* add toggle for achievements categories
* typo
* fix test
* fix edit avatar modal cannot be closed
* finish migration and correct launch date
* fix migration
* migration fixes
* fix tests
2019-12-16 17:20:47 +01:00
dependabot-preview[bot]
10c4baba4a
build(deps): bump vue and vue-template-compiler in /website/client ( #11639 )
...
Bumps [vue](https://github.com/vuejs/vue ) and [vue-template-compiler](https://github.com/vuejs/vue ). These dependencies needed to be updated together.
Updates `vue` from 2.6.10 to 2.6.11
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11 )
Updates `vue-template-compiler` from 2.6.10 to 2.6.11
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/compare/v2.6.10...v2.6.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-16 13:02:19 +01:00
dependabot-preview[bot]
1346b71b81
build(deps): bump core-js from 3.4.8 to 3.5.0 in /website/client ( #11642 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.4.8 to 3.5.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.4.8...v3.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-16 13:01:16 +01:00
Nik
023173fada
Fix some tier username ( #11634 )
...
Onhover tier 3 and 5 the username still changes it's color
2019-12-13 14:27:21 +01:00
Matteo Pagliazzi
315604073b
Merge branch 'fix-antidotes-from-revert' of https://github.com/Xaz16/habitica into Xaz16-fix-antidotes-from-revert
2019-12-13 14:24:50 +01:00
Vamsi Jada
3a5e93f82e
Render profile tab content when profile page is loaded via url. Fixes #11525 ( #11588 )
...
* Fix for issue 11525: Updated profile and profilePage components to render profile tab content by default in profile page
* Modified profilePage.vue to set default value for startingPage prop
2019-12-13 14:18:52 +01:00
moniwang
a49f95e1a5
Modified the sort for name to be case-insensitive, fixes #11547 ( #11595 )
...
* Modified the sort for name to be case-insensitive
* Added comments for added piece of code sorting members
2019-12-13 14:17:06 +01:00
动力小车
0ac12cb6a5
fix(challengeItem.vue): guild name hidden caused by the fixed height of container ( #11618 )
...
fix #11500
2019-12-13 14:16:24 +01:00
Sabe Jones
e223311aac
fix(sprites): Robot color coding
2019-12-11 14:36:15 -06:00
Sabe Jones
7a52386daf
Merge branch 'release' into develop
2019-12-10 14:42:59 -06:00
Sabe Jones
efb4efd768
chore(sprites): compile
2019-12-10 14:41:49 -06:00
Sabe Jones
40ba81a5d9
feat(content): FFFFFF Achievements
2019-12-10 14:41:39 -06:00
dependabot-preview[bot]
73a91c4f3c
build(deps): bump habitica-markdown in /website/client ( #11621 )
...
Bumps [habitica-markdown](https://github.com/HabitRPG/habitica-markdown ) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/HabitRPG/habitica-markdown/releases )
- [Commits](https://github.com/HabitRPG/habitica-markdown/compare/v1.3.0...v1.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-10 12:29:28 +01:00
dependabot-preview[bot]
6fdce9f51c
build(deps): bump amplitude-js from 5.7.0 to 5.8.0 in /website/client ( #11624 )
...
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript ) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/amplitude/amplitude-javascript/releases )
- [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/amplitude/amplitude-javascript/compare/v5.7.0...v5.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-10 12:27:58 +01:00
dependabot-preview[bot]
f905da7d57
build(deps): bump core-js from 3.4.5 to 3.4.8 in /website/client ( #11626 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.4.5 to 3.4.8.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.4.5...v3.4.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-10 12:27:42 +01:00
Xaz16
53a15f9fa0
fix: add images for debuff potions, update sprites
2019-12-07 23:03:26 +03:00
Xaz16
aa1fcb4956
Merge remote-tracking branch 'upstream/develop' into fix-antidotes-from-revert
2019-12-07 22:32:25 +03:00
negue
97a1d0f474
Storybook Example ( #11494 )
...
* 🎉 Working example of storybook and vue
* remove the older storybook version
* build storybook after client was built
* move storybook:build to npm-postintall
* remove automatically created eslint-disables + fix comment
* add back needed eslint :P + add @storybook/vue as devDep
* fix packagelock
* fix lint
* auto fixed lints + ignore dist/ node_modules/
* update package-lock.json
* add postbuild and readme
* add back customize config
* fix readme
* fix links in readme
* revert postbuild command
2019-12-05 22:35:23 +01:00
Sabe Jones
b6371971a2
Merge branch 'release' into develop
2019-12-03 20:27:27 +00:00
Sabe Jones
3f1e8ceae4
chore(sprites): compile
2019-12-03 20:26:20 +00:00
dependabot-preview[bot]
afd82784b2
build(deps): bump @vue/cli-plugin-router in /website/client ( #11598 )
...
Bumps [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router ) from 4.0.5 to 4.1.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.1/packages/@vue/cli-plugin-router )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 09:57:40 +01:00
dependabot-preview[bot]
ad20d451b3
build(deps): bump @vue/cli-service in /website/client ( #11601 )
...
Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service ) from 4.0.5 to 4.1.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.1/packages/@vue/cli-service )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 09:57:30 +01:00
dependabot-preview[bot]
e8a19c32fe
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #11597 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.0.5 to 4.1.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.1/packages/@vue/cli-plugin-eslint )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 09:55:39 +01:00
dependabot-preview[bot]
37fc8850a8
build(deps): bump bootstrap from 4.3.1 to 4.4.1 in /website/client ( #11599 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.3.1 to 4.4.1.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.3.1...v4.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 09:55:18 +01:00
dependabot-preview[bot]
302fa9b4b9
build(deps): bump core-js from 3.4.2 to 3.4.5 in /website/client ( #11596 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.4.2 to 3.4.5.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.4.2...v3.4.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 09:54:29 +01:00
dependabot-preview[bot]
b2102657af
build(deps): bump @vue/cli-plugin-unit-mocha in /website/client ( #11604 )
...
Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha ) from 4.0.5 to 4.1.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.1/packages/@vue/cli-plugin-unit-mocha )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 09:53:33 +01:00
dependabot-preview[bot]
0b16ec775e
build(deps): bump @vue/cli-plugin-babel in /website/client ( #11602 )
...
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel ) from 4.0.5 to 4.1.1.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.1/packages/@vue/cli-plugin-babel )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 09:53:17 +01:00
dependabot-preview[bot]
6314a53136
build(deps): bump eslint from 6.7.1 to 6.7.2 in /website/client
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.7.1 to 6.7.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.7.1...v6.7.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-02 07:31:51 +00:00
Nik
9379325731
Fix edit challenge twice bug ( #11591 )
...
Description: Use of a same object property group for differents types between a
challenge and workingChallenge
workingChallenge use group as and id but this.challenge have a group
object
Fix: Wait for server response for challenge edit. Set this.challenge
from response and not directly from form data workingChallenge
2019-11-29 20:12:56 +01:00
alicemliu
59c4b32d69
remain on party invites tab after removing invite - fixes #11523 ( #11548 )
...
* fixed party members view to remain on invites tab after removing invite if any remain
* removed redundant viewInvites() call
2019-11-29 20:09:03 +01:00
Sabe Jones
45efbc1e4b
Merge branch 'develop' into release
2019-11-27 15:48:03 -06:00
Sabe Jones
faec0bc979
chore(sprites): compile
2019-11-27 15:45:46 -06:00
Sabe Jones
e8f9c4953e
Merge branch 'release' into develop
2019-11-26 15:59:03 -06:00
Sabe Jones
ae9bca3ac7
chore(sprites): compile
2019-11-26 15:58:27 -06:00
Adam Fitzgibbon
f70f7b2a1c
update members list and count when joining or leaving challenge ( #11542 )
...
* update members list and count when joining or leaving challenge
* remove custom ui logic and use response/fetch data to update challenge
2019-11-25 17:19:52 +01:00