frontend/src/components/project/partials
ThatHurleyGuy 7e623d919e 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: vikunja/frontend#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
..
ProjectCard.vue fix(filters): don't allow marking a filter as favorite 2023-08-24 11:30:57 +02:00
ProjectCardGrid.vue feat: improve variable naming for ProjectCardGrid 2023-03-14 14:04:23 +00:00
filter-popup.vue feat: rename list to project everywhere 2023-03-14 14:04:23 +00:00
filters.vue fix(filters): infinite loop when creating filters with dates (#3061) 2023-11-15 12:10:18 +00:00
useProjectBackground.ts fix: set and use correct type for destructured props 2023-06-20 15:24:02 +02:00