This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/components/project
ThatHurleyGuy 7e623d919e
All checks were successful
continuous-integration/drone/push Build is passing
fix(filters): infinite loop when creating filters with dates (#3061)
Rather than putting in a truncated version of the date/time with `startDate.getDate`, use the iso formatted version which includes the timezone data. I have no idea if this has ramifications elsewhere in the app, but it solves the problems I was seeing.

Co-authored-by: Sean Hurley <sean.hurley6@gmail.com>
Reviewed-on: #3061
Reviewed-by: konrad <k@knt.li>
Co-authored-by: ThatHurleyGuy <sean@hurley.io>
Co-committed-by: ThatHurleyGuy <sean@hurley.io>
2023-11-15 12:10:18 +00:00
..
partials fix(filters): infinite loop when creating filters with dates (#3061) 2023-11-15 12:10:18 +00:00
project-settings-dropdown.vue feat(webhooks): add webhook management form 2023-10-18 20:12:48 +02:00
ProjectWrapper.vue fix(project): correctly load background when switching from or to a project view 2023-06-20 10:54:13 +02:00