kimai / kimai

Kimai is a web-based multi-user time-tracking application. Works great for everyone: freelancers, companies, organizations - everyone can track their times, generate reports, create invoices and do so much more. SaaS version available at https://www.kimai.cloud
https://www.kimai.org
GNU Affero General Public License v3.0
3.04k stars 531 forks source link

Add record infos to browser title #4673

Open DanielSiepmann opened 4 months ago

DanielSiepmann commented 4 months ago

Describe the problem

Currently the browser title looks like this while recording a new entry: image

That way it is impossible to see the actual project, customer, or description. That in turn makes it hard to recognize whether the current running timer is still valid or whether one missed stopping and start a new one for current task.

Describe the solution you'd like

I'd like to see more info within the title. I'd prefer the description, falling back to project and customer if no description or provided yet. Maybe also a hint “no further info” or alike would be helpful if none of the info is yet available. That would allow to recognize that while working on the task in order to not forget to add those info afterwards.

Describe alternatives you've considered

No response

Screenshots

No response

DanielSiepmann commented 4 months ago

This seems to be related to https://github.com/kimai/kimai/issues/4189, which also tried to improve the title for other valid reasons.