- Remove duplicate time formatting function in components.ex - Use existing time_ago_in_words from TimeHelpers instead of custom format_time_ago - Remove unnecessary Float multiplication in format_coordinates - Changed Float.round(lat * 1.0, 4) to Float.round(lat, 4) - Fix TypeScript type safety issues - Add pendingMarkers to LiveViewHookContext interface - Add initializationTimeout property for proper cleanup - Add cleanup for map initialization retry timeout - Prevent memory leak by clearing timeout in destroyed() method - Format code with mix format All changes maintain backward compatibility while improving code quality. |
||
|---|---|---|
| .. | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| aprs_symbol.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| time_helpers.ex | ||
| time_utils.ex | ||
| user_auth.ex | ||
| weather_units.ex | ||