feat: simplify config mutation #1498

Merged
konrad merged 1 commits from dpschen/frontend:feature/simplify-config-mutation into main 2022-02-07 21:18:23 +00:00
Member
No description provided.
dpschen added 1 commit 2022-02-07 12:06:40 +00:00
continuous-integration/drone/pr Build is passing Details
5a8fb6c076
feat: simplify config mutation
dpschen reviewed 2022-02-07 12:07:12 +00:00
@ -59,4 +47,0 @@
state.caldavEnabled = config.caldav_enabled
state.userDeletionEnabled = config.user_deletion_enabled
state.taskCommentsEnabled = config.task_comments_enabled
const auth = objectToCamelCase(config.auth)
Author
Member

This won't deepmerge. But those values are never changed from the client so that shouldn't be a problem, right?

This won't deepmerge. But those values are never changed from the client so that shouldn't be a problem, right?

I think it should be fine, yes.

I think it should be fine, yes.
Member

Hi dpschen!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1498-featuresimplify-config-mutation--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi dpschen! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1498-featuresimplify-config-mutation--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
dpschen requested review from konrad 2022-02-07 12:15:27 +00:00
konrad was assigned by dpschen 2022-02-07 12:15:32 +00:00
konrad approved these changes 2022-02-07 21:18:16 +00:00
konrad merged commit 1e0607cb86 into main 2022-02-07 21:18:23 +00:00
konrad deleted branch feature/simplify-config-mutation 2022-02-07 21:18:23 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.