The latest beta deployment includes a big change to the way the app handles settings. This change allows DayBack to asynchronously fetch all group settings at once and cache those settings locally in the browser using indexDB. This will both speed up initial loading of DayBack as well as subsequent loads while making DayBack more resilient to slow networks. It will also now cache access tokens for all sources server-side to help speed up reloads and navigation back to DayBack.
A new api endpoint has been added to update environment variables from an action or even outside DayBack.
This deployment also includes a few bug fixes: preventing the DayBack loading image from covering the group selector on startup, and removing a potential gap at the top of the screen when disabling draft mode.