- 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. |
||
|---|---|---|
| .. | ||
| chart-types.d.ts | ||
| events.d.ts | ||
| leaflet-events.d.ts | ||
| leaflet-plugins.d.ts | ||
| leaflet.d.ts | ||
| map.d.ts | ||
| marker-extensions.d.ts | ||