Commit Graph

26 Commits

Author SHA1 Message Date
Gregor Vostrak
c67c5e46e1 add reporting page, chart and filters 2024-05-21 01:54:45 +02:00
Gregor Vostrak
8b12dec546 change color palette, change user_id to member_id 2024-05-21 01:53:50 +02:00
Gregor Vostrak
420508322c change tests to always register a new user before running, skip flaky tests 2024-05-16 13:11:22 +02:00
Gregor Vostrak
fb3d326c28 respect start of week setting for charts 2024-04-29 16:49:58 +02:00
Gregor Vostrak
bb5ccf3606 add notice when time tracker is running in a different organization 2024-04-26 02:10:45 +02:00
Gregor Vostrak
899eaad1b9 fix manager, employee, admin invite tests 2024-04-24 22:26:06 +02:00
Gregor Vostrak
f52a629bac add manual time entry feature 2024-04-24 22:26:06 +02:00
Gregor Vostrak
b44e8ef457 add billable rates to projects 2024-04-20 01:41:02 +02:00
Gregor Vostrak
0650480246 add project edit modal 2024-04-20 01:09:23 +02:00
Gregor Vostrak
fe61a54c35 fix billable toggle on time tracker, add billable toggle on time entries row 2024-04-16 23:47:54 +02:00
Gregor Vostrak
884cd10a34 add billing section links to the organization switcher and organization settings 2024-04-16 23:47:54 +02:00
Gregor Vostrak
c30763d718 add empty state for time page 2024-04-16 23:47:54 +02:00
Gregor Vostrak
54603bbc6e added importer to organization settings 2024-04-16 23:47:54 +02:00
Gregor Vostrak
38535142b2 add responsive tables and time/client/member/tags index page 2024-04-13 16:03:47 +02:00
Gregor Vostrak
b9ee79174a add task selector, change dropdowns to use floating-ui 2024-04-10 21:12:55 +02:00
Gregor Vostrak
5293bc7a05 add projects detail page, task create / delete 2024-04-08 18:55:50 +02:00
Gregor Vostrak
0081aa7a6e add basic crud frontend for clients, tags and projects 2024-04-03 17:21:15 +02:00
Constantin Graf
b4c0f0650a Fixed e2e tests 2024-04-02 15:54:00 +02:00
Gregor Vostrak
0cf3896309 add e2e test for endless scrolling on time overview page 2024-03-27 15:09:56 +01:00
Gregor Vostrak
30e991868b make e2e tests less flaky 2024-03-27 12:43:55 +01:00
Gregor Vostrak
26fef8b9f7 add time overview page 2024-03-26 18:19:08 +01:00
Gregor Vostrak
7cc686f230 restructure timetracker tests to use promise all (#7)
* restructure timetracker tests to use promise all

* remove unused variables & lint

---------

Co-authored-by: Gregor Vostrak <gregorvostrak@Gregors-MacBook-Pro.local>
2024-03-13 19:44:25 +01:00
Gregor Vostrak
7320efd0a9 fix tests, remove rate limit in non production environments 2024-03-13 14:15:56 +01:00
Gregor Vostrak
8438828f32 remove duplicate test 2024-03-11 18:50:11 +01:00
Gregor Vostrak
20fc123c36 add dashboard frontend 2024-03-11 18:02:54 +01:00
Gregor Vostrak
fc524625c2 playwright (#3)
* add playwright setup and tests for auth, profile and organization settings

* add playwright github action

* add sqlite database

* fix playwright base url

* add mailpit and parallelization

* remove additional waitForUrl in fixture

* fix tests

* remove waitforurl in tests

* change playwright github action to only one worker

* try promiso all to avoid loading errors

* change environment to include http protocol

* convert back to simpler structure

* add caching of playwright browser binaries

* test if playwright in ci works faster with multiple workers

* change back to one worker

* remove browser binary caching

* try using playwright container to speedup browser setup

* rollback image changes

* add playwright gitignore changes

---------

Co-authored-by: Gregor Vostrak <gregorvostrak@Gregors-MacBook-Pro.local>
2024-01-23 17:13:25 +01:00