aw-webui
aw-webui copied to clipboard
fix: Handle date clearing in Activity view
Fixes https://github.com/ActivityWatch/activitywatch/issues/1023
Improved date validation in the Activity view by checking if the date is valid using moment.js before proceeding with date manipulations. This prevents errors when the date is cleared or invalid.