Files
habitica/website/client
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
..
2019-10-15 18:45:20 +02:00
2019-11-29 20:12:56 +01:00
2019-10-01 11:44:38 +02:00
2019-10-15 15:32:53 +02:00
2019-10-15 15:32:53 +02:00
2019-10-15 15:32:53 +02:00
2019-10-01 11:44:38 +02:00
2019-10-15 18:49:15 +02:00

new_client

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.