Daily summary totals added to Overview screen
Created by: esteban-aliverti
While migrating to Ubuntu 20.04 from 16.04 I noticed that the current version of Hamster doesn't provide daily totals in the Overview screen. This PR introduces a "Total" row after each day. These rows can't be selected (clicked) and navigation with the cursor keys skip them. These rows are not included when exporting the tasks.
Here you can find a screenshot of how the modifications look like: https://ibb.co/GFPv2Sj
Please note that I'm not really familiar with Python, so please let me know if there is something in my changes that can be improved.