mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-28 11:24:05 +00:00
0d54c702e8
- Updated the API endpoint to accept an optional query parameter `since` for filtering contact data based on the time frame (24h, 7d, 30d, 90d, or all). - Modified the `_get_tracking_data` method to implement filtering logic based on the `since` parameter, improving performance by limiting the data retrieved. - Enhanced the contacts HTML template to include a dropdown for selecting the time frame, with the default set to the last 30 days. - Implemented local storage functionality to remember the user's selected time frame across sessions.