- Moved `app.config.ts` to the `app` directory
- Migrated `.vue` files and other assets to the `app` directory
- Updated import paths to reflect the new file locations
Updates query filter to support multiple values by splitting on commas.
Removes debug logging statement for cleaner code.
The change allows for more flexible query filtering by accepting
comma-separated values instead of single values only.
Refactors time-based filtering by combining startAt/endAt into a single time object
Adds support for additional filter types in stats API queries
Implements deep watching for both time and filter changes
Improves code organization and maintainability while enabling more flexible data filtering