Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timesheet / List UI is very janky #153

Open
Ali-Flt opened this issue Jan 9, 2024 · 1 comment
Open

Timesheet / List UI is very janky #153

Ali-Flt opened this issue Jan 9, 2024 · 1 comment
Labels
a:bug Something isn't working

Comments

@Ali-Flt
Copy link

Ali-Flt commented Jan 9, 2024

Describe the bug
There are a couple of bugs:
1: You can't enter a two digit (higher than 9) hour manually.
2. when setting the end time manually, before completely entering the time, it sometimes changes the start time because it thinks that the end time is before the start time.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'timesheet/list'
  2. Add a manual time
  3. Set the start time
  4. Start setting the end time
  5. See that the start time changes by itself

Expected behavior
Start time remains unchanged

@Ali-Flt Ali-Flt added the a:bug Something isn't working label Jan 9, 2024
@jmattheis
Copy link
Member

You can't enter a two digit (higher than 9) hour manually.

Yeah the date format is wrongly defined. You can configure the American24h, British or German date locale in the settings, they work fine.

when setting the end time manually, before completely entering the time, it sometimes changes the start time because it thinks that the end time is before the start time.

This is kinda by design. The start date will be auto adjusted if the end date is valid and before the start date. But yeah, the user experience could be improved on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants