Gaya Kessler
Gaya Kessler
It would be nice if you'd be able to add an entry per day / per half day without having to enter a start and end time. This should also...
Right now Thyme uses `type=date` and `type=time` for dates and times. Look into replacing these with consistent inputs for all browsers.
This one might require further planning, but for now try and refactor lifecycle methods used to use hooks instead.
TypeScript is getting more and more popular. Since we're using Flow it might be quite easy to convert to TypeScript and be more "developer friendly".
When releasing a new version of the app the "Refresh to load page." does not work in Firefox. Figure out how to force skipWait
Thyme has plugin functionality, but has no documentation on it. Write about: - [x] registerSettingsPanel, registerInjectable, registerTableColumn (to be changed!) - [ ] different places you can register injectables to...
It would be nice to add tags to time entries so you can filter them on reports.
Also keep in mind that languages have to be bundled in separate files and loaded as chunks for it to correctly work.
It would be good to have a little icon in the system tray where you can start, stop, pause tracking of time. This way you don't always have to go...
There are situations where pre-rendering variants in PHP will not work when there are caching plugins involved. The caching mechanism would be the one determining the variant instead of the...