Lukáš Kucharczyk lukas
  • Joined on 2020-07-29
lukas pushed to main at lukas/timetracker 2026-06-08 19:45:26 +00:00
05534875d6 Remove dead code and fix stale comments in filters.py
428edbcfe8 Remove bare-value fallback from _extract_labeled
11cd62a3b9 Introduce LabeledOption and RangeValues named types
d9902146dc Clean up label-embedding architecture
83cbac9505 Update uv.lock
Compare 25 commits »
lukas pushed to main at lukas/timetracker 2026-06-08 06:37:13 +00:00
b62a0f689a Update allowed builders for pnpm
c75133d9c4 Update uv.lock security
Compare 2 commits »
lukas closed issue lukas/timetracker#27 2026-06-07 19:26:22 +00:00
Add togle to format_duration to always overflow time
lukas commented on issue lukas/timetracker#27 2026-06-07 19:26:22 +00:00
Add togle to format_duration to always overflow time

I am not sure what was I thinking with this but right now I have no plans to implement it

lukas closed issue lukas/timetracker#77 2026-06-07 19:24:54 +00:00
Create a quick start session system
lukas commented on issue lukas/timetracker#77 2026-06-07 19:24:54 +00:00
Create a quick start session system

Sessions can be started quickly via buttons on the main page. Later if we need we will add keyboard shortcuts

lukas closed issue lukas/timetracker#33 2026-06-07 19:24:00 +00:00
Paginate session list
lukas commented on issue lukas/timetracker#33 2026-06-07 19:24:00 +00:00
Paginate session list

Done a while back

lukas commented on issue lukas/timetracker#18 2026-06-07 19:23:48 +00:00
Add authentication and multiple account support

Authentication and multiple accounts have been implemented a while back

lukas closed issue lukas/timetracker#18 2026-06-07 19:23:48 +00:00
Add authentication and multiple account support
lukas commented on issue lukas/timetracker#17 2026-06-07 19:23:26 +00:00
Allow toggling dark mode

This has been done a while back

lukas closed issue lukas/timetracker#17 2026-06-07 19:23:26 +00:00
Allow toggling dark mode
lukas commented on issue lukas/timetracker#81 2026-06-07 19:23:07 +00:00
Display only games with >2 hours of playtime on stats page

This issue has become outdated, the stats page will probably only display a top X entries so it doesn't make sense to implement this

lukas closed issue lukas/timetracker#81 2026-06-07 19:23:07 +00:00
Display only games with >2 hours of playtime on stats page
lukas deleted branch fix-splitdatetimefield from lukas/timetracker 2026-06-07 19:21:48 +00:00
lukas commented on pull request lukas/timetracker#36 2026-06-07 19:21:46 +00:00
Try fixing the splitdatetimefield problem

Currently I don't see this as a problem and later I might replace the native element with a custom component that does exactly what I need

lukas closed pull request lukas/timetracker#36 2026-06-07 19:21:46 +00:00
Try fixing the splitdatetimefield problem
lukas deleted branch filters from lukas/timetracker 2026-06-07 19:20:54 +00:00
lukas commented on pull request lukas/timetracker#74 2026-06-07 19:20:43 +00:00
Filters (backend and frontend)

Done in b6864e59ce

lukas closed pull request lukas/timetracker#74 2026-06-07 19:20:43 +00:00
Filters (backend and frontend)