-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Changed that the "now"-line was barely visible in darkmode #476
Conversation
Thanks! Looks good, but CI is broken due to upstream changes. Will look into that when I'm back at the office. |
Thanks for your feedback. Don't hesitate to enlighten me, if this error has something to do with my PR / branch or so. |
If you merge with the latest |
Oh wait, this is literally one line. Merging! Thanks! |
Cool, thank your for the reply and for the merge! I am glad that so far my PRs were helpful (hopefully, hehe). (= |
…v24.07.1@bfbc2d9 by renovate (#24202) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/almarklein/timetagger](https://togithub.com/almarklein/timetagger) | minor | `v24.4.1-nonroot` -> `v24.07.1-nonroot` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>almarklein/timetagger (ghcr.io/almarklein/timetagger)</summary> ### [`v24.07.1`](https://togithub.com/almarklein/timetagger/releases/tag/v24.07.1) [Compare Source](https://togithub.com/almarklein/timetagger/compare/v24.4.1...v24.07.1) ##### App - Changed that the "now"-line was barely visible in darkmode by [@​Tagirijus](https://togithub.com/Tagirijus) in [https://github.com/almarklein/timetagger/pull/476](https://togithub.com/almarklein/timetagger/pull/476) - Use standalone display for better user experience on Android. by [@​vchigrin](https://togithub.com/vchigrin) in [https://github.com/almarklein/timetagger/pull/491](https://togithub.com/almarklein/timetagger/pull/491) - Fix recursion error due to early dates by [@​almarklein](https://togithub.com/almarklein) in [https://github.com/almarklein/timetagger/pull/494](https://togithub.com/almarklein/timetagger/pull/494) - Prevent negative timestamps, warn users when dates look odd by [@​almarklein](https://togithub.com/almarklein) in [https://github.com/almarklein/timetagger/pull/495](https://togithub.com/almarklein/timetagger/pull/495) - Make date visible on FireFix by [@​almarklein](https://togithub.com/almarklein) in [https://github.com/almarklein/timetagger/pull/496](https://togithub.com/almarklein/timetagger/pull/496) - Set stop button color based on running tag. by [@​vchigrin](https://togithub.com/vchigrin) in [https://github.com/almarklein/timetagger/pull/492](https://togithub.com/almarklein/timetagger/pull/492) - Backspace can unselect all tags now by [@​Tagirijus](https://togithub.com/Tagirijus) in [https://github.com/almarklein/timetagger/pull/484](https://togithub.com/almarklein/timetagger/pull/484) - Tweak unselecting with backspace by [@​almarklein](https://togithub.com/almarklein) in [https://github.com/almarklein/timetagger/pull/497](https://togithub.com/almarklein/timetagger/pull/497) - Support for multiple date formats by [@​almarklein](https://togithub.com/almarklein) in [https://github.com/almarklein/timetagger/pull/498](https://togithub.com/almarklein/timetagger/pull/498) ##### Other - Update test for new asgineer by [@​almarklein](https://togithub.com/almarklein) in [https://github.com/almarklein/timetagger/pull/483](https://togithub.com/almarklein/timetagger/pull/483) ##### New Contributors - [@​vchigrin](https://togithub.com/vchigrin) made their first contribution in [https://github.com/almarklein/timetagger/pull/491](https://togithub.com/almarklein/timetagger/pull/491) **Full Changelog**: almarklein/timetagger@v24.4.1...v24.07.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
To me the "now line" was to dark in the darkmode, yet in the lightmode it is quite visible. So I changed the color a tiny bit to the text color. Maybe you find this tweak useful. (=