WIP: Make today really today. #1378

Closed
kergma-lw wants to merge 1 commits from kergma-lw/frontend:main into main
First-time contributor
No description provided.
kergma-lw added 1 commit 2022-01-14 16:20:41 +00:00
continuous-integration/drone/pr Build is passing Details
ebe4e9fe3c
Make today really today.
Member

Hi kergma-lw!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1378-main--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 kergma-lw! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1378-main--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.
Owner

Thanks for the PR!

This will likely conflict with #1261 and #1342. Would you mind rebasing your changes onto one of these?

Thanks for the PR! This will likely conflict with https://kolaente.dev/vikunja/frontend/pulls/1261 and #1342. Would you mind rebasing your changes onto one of these?
Author
First-time contributor

Thanks for the PR!

This will likely conflict with #1261 and #1342. Would you mind rebasing your changes onto one of these?

Sorry for strange PR #1380. I switch to branch fix/upcoming in my fork, commit my changes, pushed and make PR into your branch fix/upcoming. I cannot understand why so many commits in it.

> Thanks for the PR! > > This will likely conflict with https://kolaente.dev/vikunja/frontend/pulls/1261 and #1342. Would you mind rebasing your changes onto one of these? Sorry for strange PR #1380. I switch to branch fix/upcoming in my fork, commit my changes, pushed and make PR into your branch fix/upcoming. I cannot understand why so many commits in it.
Owner

No worries, the number of commit comes because the other PR is not yet merged into main. Hence it shows all commits from that branch and the other one, not only yours.

No worries, the number of commit comes because the other PR is not yet merged into main. Hence it shows all commits from that branch and the other one, not only yours.
Owner

@kergma-lw Since the date math now landed, would you mind rebasing this PR on top of the latest changes?

@kergma-lw Since the date math now landed, would you mind rebasing this PR on top of the latest changes?
dpschen reviewed 2022-04-23 12:30:56 +00:00
@ -249,2 +249,3 @@
this.cStartDate = new Date()
this.cEndDate = new Date(d.setDate(d.getDate() + 1))
this.cEndDate = new Date(d.setDate(d.getDate()))
this.cEndDate.setHours(23,59,0,0)

Not sure, but shouldn't this be:

this.cEndDate.setHours(23,59,59,999)

See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setHours#parameters

Not sure, but shouldn't this be: ```js this.cEndDate.setHours(23,59,59,999) ``` See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setHours#parameters
Owner

Closing this as it appears stale.

Please rebase and reopen if you think this is still relevant.

Closing this as it appears stale. Please rebase and reopen if you think this is still relevant.
konrad closed this pull request 2023-10-22 17:40:11 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.