ice/public
Deco Vander 45a8d67362 Refactor: Extract UTC parsing logic to parseUTCDate helper function
- Add parseUTCDate helper function to handle timestamp UTC parsing consistently
- Eliminates code duplication across getTimeAgo, getTimeRemaining, and expiry functions
- Applied to admin.js, app-mapbox.js, app-google.js, and app.js
- Ensures consistent UTC timezone handling throughout all frontend JavaScript
- Addresses Copilot AI feedback for better code maintainability and DRY principles

The parseUTCDate function handles the logic:
timestamp.includes('T') ? timestamp : timestamp + 'Z'

This ensures all timestamp parsing uses the same UTC interpretation logic.
2025-07-04 13:16:33 -04:00
..
admin.html Complete profanity filter UI integration 2025-07-04 00:07:03 -04:00
admin.js Refactor: Extract UTC parsing logic to parseUTCDate helper function 2025-07-04 13:16:33 -04:00
app-google.js Refactor: Extract UTC parsing logic to parseUTCDate helper function 2025-07-04 13:16:33 -04:00
app-mapbox.js Refactor: Extract UTC parsing logic to parseUTCDate helper function 2025-07-04 13:16:33 -04:00
app.js Refactor: Extract UTC parsing logic to parseUTCDate helper function 2025-07-04 13:16:33 -04:00
favicon.svg Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
index.html Apply suggestions from code review 2025-07-04 13:13:52 -04:00
privacy.html Fix dark mode table visibility and security improvements 2025-07-03 22:21:59 -04:00
style-backup.css Remove unused Sass/SCSS setup 2025-07-03 21:56:26 -04:00
style.css feat: isolate profanity filter with separate database 2025-07-04 00:03:24 -04:00