wearefrank / ladybug-frontend

Frontend for Ladybug
Apache License 2.0
2 stars 7 forks source link

Fix: filter input validation #737

Closed MatthijsSmets closed 3 weeks ago

MatthijsSmets commented 3 weeks ago

Previously filter side drawer tried to validate timestamp inputs. Previously: image

Now: image

This has been removed because it was implemented poorly and didn't account for wildcards. Closes #707.