feat: add timezone setting #1379

Merged
konrad merged 2 commits from feature/timezone-setting into main 2022-02-06 15:23:02 +00:00
Owner

Frontend for vikunja/api#1092

Frontend for https://kolaente.dev/vikunja/api/pulls/1092
konrad added 2 commits 2022-01-14 21:03:22 +00:00
Member

Hi konrad!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1379-featuretimezone-setting--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 konrad! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1379-featuretimezone-setting--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 force-pushed feature/timezone-setting from 98d357be34 to 085843a0eb 2022-02-06 15:02:13 +00:00 Compare
dpschen approved these changes 2022-02-06 15:02:23 +00:00
@ -6,2 +7,4 @@
})
}
export const AuthenticatedHTTPFactory = (token = null) => {
  • Make this a function.
  • (token = getToken()) => I think that the function will not be called if token is defined so the result should be identical.
- Make this a `function`. - `(token = getToken())` => I think that the function will not be called if `token` is defined so the result should be identical.

Changed!

Changed!
dpschen marked this conversation as resolved
@ -158,0 +180,4 @@
availableTimezones.value = r.data.sort()
})
return {

If only returning one ref from a composable it's better to not wrap it.

If only returning one ref from a composable it's better to not wrap it.

Changed!

Changed!
dpschen marked this conversation as resolved
dpschen force-pushed feature/timezone-setting from 085843a0eb to a812793ead 2022-02-06 15:04:16 +00:00 Compare
Author
Owner

Awesome! Thanks for reviewing and fixing.

Awesome! Thanks for reviewing and fixing.
konrad merged commit 2ea3499bf7 into main 2022-02-06 15:23:02 +00:00
konrad deleted branch feature/timezone-setting 2022-02-06 15:23:02 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.