Commit Graph

27 Commits

Author SHA1 Message Date
447641c222 chore: apply lint fixes
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-07 12:23:09 +00:00
78d4a518a3
fix(tasks): don't load tasks multiple times when viewing list or gantt view
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-26 21:33:20 +01:00
2967019cd9
feat(editor): mark a checkbox item as done when clicking on its text
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-18 18:01:09 +01:00
602d15985b
fix(filter): don't immediately re-trigger prepareFilter
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-18 16:40:20 +01:00
7e623d919e fix(filters): infinite loop when creating filters with dates (#3061)
All checks were successful
continuous-integration/drone/push Build is passing
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
3f42ce2b34
fix(filter): make other filters are not available for project selection
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-15 12:47:19 +01:00
3d2fe4cf65
feat(webhooks): add webhook management form 2023-10-18 20:12:48 +02:00
5c95a721f4
fix(filter): don't show other filters in project selection in saved filter
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://github.com/go-vikunja/frontend/issues/125
2023-09-13 11:41:47 +02:00
6cbbe17bd8
fix(filters): don't allow marking a filter as favorite
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-24 11:30:57 +02:00
63ef09b020
fix(filters): incorrect translation string 2023-08-24 11:18:03 +02:00
dbe1ad9353
fix: set and use correct type for destructured props
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-20 15:24:02 +02:00
3aa502e07d
fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00
c27661107f
fix(project): correctly load background when switching from or to a project view
All checks were successful
continuous-integration/drone/push Build is passing
Resolves https://community.vikunja.io/t/background-does-not-load/1437
2023-06-20 10:54:13 +02:00
b50adaf4b5
fix(navigation): highlight saved filters in project view and prevent them from being dragged around
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-07 20:58:49 +02:00
4c969f0a42
fix: don't allow creating a new label from filter view
All checks were successful
continuous-integration/drone/push Build is passing
Resolves #1035
2023-05-30 19:54:01 +02:00
8e2c76a33e
feat: optimize print view for project views
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-30 19:50:37 +02:00
b34118485c
feat: allow creating a new project directly as a child project from another one 2023-05-24 15:54:37 +02:00
31b7c1f217
fix: don't set the current project when setting a project 2023-05-24 15:54:37 +02:00
78158bcba5
fix: remove getProjectById and replace all usages of it 2023-05-24 15:54:35 +02:00
4dee3a90e9
chore: rename archived message key 2023-05-24 15:54:30 +02:00
1bd17d6e50
feat: remove all namespace leftovers 2023-05-24 15:54:27 +02:00
ee4974a494 fix: style: "favorite" button being shown on projects without hovering
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-16 14:56:32 +00:00
b93639e14e fix: rebase readd CustomTransition 2023-03-14 14:04:23 +00:00
a4be973e29 feat: improve variable naming for ProjectCardGrid 2023-03-14 14:04:23 +00:00
060a573fe9 fix: switching to view type now 2023-03-14 14:04:23 +00:00
befa6f27bb feat: rename list to project everywhere
fix: project table view

fix: e2e tests

fix: typo in readme

fix: list view route

fix: don't wait until background is loaded for list to show

fix: rename component imports

fix: lint

fix: parse task text

fix: use list card grid

fix: use correct class names

fix: i18n keys

fix: load project

fix: task overview

fix: list view spacing

fix: find project

fix: setLoading when updating a project

fix: loading saved filter

fix: project store loading

fix: color picker import

fix: cypress tests

feat: migrate old list settings

chore: add const for project settings

fix: wrong projecten rename from lists

chore: rename unused variable

fix: editor list

fix: shortcut list class name

fix: pagination list class name

fix: notifications list class name

fix: list view variable name

chore: clarify comment

fix: i18n keys

fix: router imports

fix: comment

chore: remove debugging leftover

fix: remove duplicate variables

fix: change comment

fix: list view variable name

fix: list view css class name

fix: list item property name

fix: name update tasks function correctly

fix: update comment

fix: project create route

fix: list view class names

fix: list view component name

fix: result list class name

fix: animation class list name

fix: change debug log

fix: revert a few navigation changes

fix: use @ for imports of all views

fix: rename link share list class

fix: remove unused css class

fix: dynamically import project components again
2023-03-14 14:04:23 +00:00
b9d3b5c756 feat: rename files with list to project 2023-03-14 14:04:23 +00:00