afroze9
afroze9
**Describe the change** Added CosmosClientOptions to UseCosmosDbPersistence method and CosmosClientFactory constructor to pass additional configuration over to the CosmosClient. **Describe your implementation or design** Added CosmosClientOptions to UseCosmosDbPersistence method and...
Fix for issue #736. Made changes to the `MockDirectoryInfo` under `System.IO.Abstractions.TestingHelpers`. `MoveTo` now updates the `directoryName` when moving the directory to the destination folder. This should also fix the following...
It would be nice to have a view showing the version history for each goal. This would allow us to audit goals and see who changed what and when.
Updated Windows Data Path to be consistent with config path: Old: C:\Users\\AppData\Local\activitywatch\activitywatch New: %LocalAppData%\activitywatch\activitywatch
Fix for #4 (Does not work with react 18). Did not update the dev dependencies since "testing-library/react-hooks" is not yet compatible with react 18.
Library has a peer dependency on react 16/17 and doesn't work with react 18. Need to update those.