feat: use Intl.DateTimeFormat for gantt weekdays #2766

Merged
konrad merged 1 commits from dpschen/frontend:feature/intl-datetimeformat-for-gantt-weekdays into main 2022-11-30 15:58:06 +00:00
Member
No description provided.
dpschen added the
area/internal-code
label 2022-11-30 14:26:03 +00:00
dpschen added 1 commit 2022-11-30 14:26:05 +00:00
continuous-integration/drone/pr Build is passing Details
e7799479fa
feat: use Intl.DateTimeFormat for gantt weekdays
dpschen reviewed 2022-11-30 14:27:16 +00:00
@ -1,6 +1,6 @@
<template>
<Loading
v-if="props.isLoading && tasks.size || dayjsLanguageLoading"
v-if="props.isLoading && !ganttBars.length || dayjsLanguageLoading"
Author
Member

By watching ganttBars.length the chart doesn't show the annoying loading animation anymore when you change filters.

By watching `ganttBars.length` the chart doesn't show the annoying loading animation anymore when you change filters.
dpschen requested review from konrad 2022-11-30 14:28:38 +00:00
dpschen changed title from WIP: feat: use Intl.DateTimeFormat for gantt weekdays to feat: use Intl.DateTimeFormat for gantt weekdays 2022-11-30 14:28:42 +00:00
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://2766-feature-intl-datetimeformat-for---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://2766-feature-intl-datetimeformat-for---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.
konrad was assigned by dpschen 2022-11-30 14:34:02 +00:00
Owner

Looks like this fixes #2728

Looks like this fixes #2728
konrad approved these changes 2022-11-30 15:57:50 +00:00
konrad merged commit 3b95824f58 into main 2022-11-30 15:58:06 +00:00
konrad deleted branch feature/intl-datetimeformat-for-gantt-weekdays 2022-11-30 15:58:06 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.