Gregor Vostrak
|
215957104f
|
Add Euro Symbol as Billable Icon when EUR is the organization currency.
fixes #423
|
2026-02-10 12:47:27 +01:00 |
|
Gregor Vostrak
|
fd012e7c69
|
Add Field component system and migrate UI
|
2026-02-10 12:22:53 +01:00 |
|
Gregor Vostrak
|
bbe05ca0d8
|
improve time estimate input, responsive time entry create modal fixes,
fixes #460, #800
|
2026-02-06 14:35:52 +01:00 |
|
Gregor Vostrak
|
66681066bc
|
migrate datepickers to shadcn, Fixes #877, #807
|
2026-02-05 15:02:01 +01:00 |
|
Gregor Vostrak
|
22f3af2b79
|
Make sure that time entry billable status updates when project changes,
fixes #981
|
2026-02-04 17:07:46 +01:00 |
|
Gregor Vostrak
|
9be97a8f84
|
Improve Time page responsiveness and compact tags, fixes #896
|
2026-02-03 19:21:57 +01:00 |
|
Gregor Vostrak
|
03e0377101
|
fix responsive issues in timetracker recently tracked entries dropdown
|
2026-02-03 14:30:56 +01:00 |
|
Gregor Vostrak
|
1597b5490a
|
Enable npm workspaces and update dependencies
|
2026-02-02 03:20:45 +01:00 |
|
Gregor Vostrak
|
72662727c5
|
Add client_ids filter to time entry export
|
2026-02-02 01:57:40 +01:00 |
|
Gregor Vostrak
|
bca1e8b3b5
|
migrate select/multiselect components to Radix Vue primitives
|
2026-02-02 00:56:06 +01:00 |
|
Gregor Vostrak
|
44bcce97cf
|
fix styling inconsistencies
|
2026-01-27 20:49:30 +01:00 |
|
Gregor Vostrak
|
672c243c91
|
add command palette
|
2026-01-27 18:29:40 +01:00 |
|
Gregor Vostrak
|
3fb75ec3d5
|
add outline and secondary variants to TimeTrackerStartStop button to reduce visual complexity
|
2026-01-15 19:17:55 +01:00 |
|
Gregor Vostrak
|
6f68bbbd48
|
refactor timeentries queries and mutations, improve activitygraph, add dashboard reporting table
|
2026-01-14 17:01:45 +01:00 |
|
Gregor Vostrak
|
47c2d8e6de
|
upgrade inertia v2; add prefetching; migrate queries to tanstack query
vue
|
2026-01-09 03:32:42 +01:00 |
|
Gregor Vostrak
|
5a05ee35e0
|
change dashboard card colors and input background colors
|
2026-01-09 01:16:23 +01:00 |
|
Gregor Vostrak
|
00d9d1488e
|
improve time entry heading contrast in light mode
|
2026-01-08 20:17:54 +01:00 |
|
Gregor Vostrak
|
9bbbfdfafe
|
improve visual hierarchy in time view
|
2026-01-08 19:53:53 +01:00 |
|
Gregor Vostrak
|
db57055941
|
add filters and sorting to projects table
|
2026-01-08 18:07:17 +01:00 |
|
Gregor Vostrak
|
513b2048ee
|
move TimezonMismatchModal to ui package
|
2025-12-09 16:44:55 +01:00 |
|
Gregor Vostrak
|
3acf9b8b07
|
add support for window activities in the calendar view plugin
|
2025-12-09 16:44:55 +01:00 |
|
Gregor Vostrak
|
814d539fb0
|
move rangecalendar, popover and daterangepicker to ui package
|
2025-12-09 16:44:55 +01:00 |
|
Gregor Vostrak
|
500ccd5719
|
fix container queries for time entry rows
|
2025-11-20 16:52:08 +01:00 |
|
Gregor Vostrak
|
bacd6f4222
|
include the currently running time entry in the calendar header
|
2025-11-20 13:17:48 +01:00 |
|
Gregor Vostrak
|
f955ab3135
|
fix display problems caused by minimum height of calendar events
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
5b491b0da2
|
add support for currently running time entry
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
249ab67ac8
|
improve idle indicator colors, fix typescript issues
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
1bd2c28b37
|
add tooltips to idlestatus indicators
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
33ac994cc0
|
add activity status plugin to calendar
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
8d3ee58bed
|
improve initial mount performance for groupedtimeentrytable by streaming in the rows
mounting the rows mounts lots of nested components which results in a delay on the initial mount.
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
8a2c260533
|
use container queries for time entry table
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
95ab1699c4
|
make sure that CreateTimeEntry modal always starts with times that have 0 seconds
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
306a081a3d
|
prevent seconds update on timepicker when nothing else changes
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
878ac4ab81
|
add tooltip component
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
09fb5aa48e
|
make sure that timepicker and calendar set seconds to 0 on update, fixes #968
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
9b9371e5a5
|
move button component to ui package
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
0648437478
|
design fixes, improve component encapsulation
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
8ba04eca0c
|
move currency and cancreateproject permission to props to decouple TimeEntryCreateModal from web
|
2025-11-19 17:34:21 +01:00 |
|
Gregor Vostrak
|
3b41de7135
|
remove project default listener in timeentry edit modal
|
2025-10-22 13:55:06 +02:00 |
|
Gregor Vostrak
|
9fe0ea5a0f
|
add support for HH:mm:ss format for input time fields
|
2025-10-22 13:54:14 +02:00 |
|
Gregor Vostrak
|
f8f708a664
|
add set end time functionality to timetracker component
|
2025-10-21 17:24:46 +02:00 |
|
Gregor Vostrak
|
c359259e45
|
fix TimeRangeSelector dropdown behaviour when clicking after other input was focused before
|
2025-10-21 13:50:30 +02:00 |
|
Gregor Vostrak
|
55d12aaae1
|
add discard option for running timer
|
2025-10-21 12:49:49 +02:00 |
|
Kaspar Rosin
|
639f5332e4
|
feat: add duplicate time entry fields
|
2025-10-07 17:10:22 +02:00 |
|
Gregor Vostrak
|
4a50145329
|
fix calendar header timezone issue
|
2025-10-06 19:30:58 +02:00 |
|
Gregor Vostrak
|
7f89fd8ea1
|
fix overflow issues in short calendar events
|
2025-09-29 12:19:27 +02:00 |
|
Gregor Vostrak
|
3425847a44
|
make time entry create in calendar use minimal interval instead of 1h duration
|
2025-09-08 13:28:36 +02:00 |
|
Gregor Vostrak
|
47b778fab9
|
make sure that 0 duration entries are shown correctly in calendar
|
2025-09-08 13:28:36 +02:00 |
|
Gregor Vostrak
|
85d69f1f16
|
fix scroll overflow issue in calendar with banner
|
2025-09-08 13:28:36 +02:00 |
|
Gregor Vostrak
|
e3bd50ed6b
|
improve contrast of calendar events
|
2025-09-08 13:28:36 +02:00 |
|