Commit graph

20 commits

Author SHA1 Message Date
c8bd7980c2
Fix incorrect icon display for "Other SSIDs" on info page
The get_other_ssids function wasn't fetching symbol information from
the database, causing icons to display incorrectly. Updated the query
to include symbol_table_id and symbol_code fields and added them to
the packet struct so render_symbol_html can properly display the icons.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 17:55:42 -05:00
4af0f4a421
Fix JavaScript context binding issues in map component
- Fix "this.__view is undefined" error when calling pushEvent in event handlers
- Bind pushEvent context properly in all marker click and hover handlers
- Replace undefined sendBoundsToServer calls with saveMapState
- Ensure all event handlers check for pushEvent availability and type
- Use .bind(self) to preserve LiveView hook context in callbacks

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:05:15 -05:00
468309c70d
Fix potential undefined function error in info page
Add explicit import for Phoenix.HTML to ensure raw/1 function is available.
This helps prevent 'view crashed - undefined' errors that may occur in
certain environments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 14:55:01 -05:00
4b159ba0b7
cleanup 2025-07-18 14:44:52 -05:00
3730b8c848
performance improvements 2025-07-14 16:35:58 -05:00
93b298ab9f
add more info on info page 2025-07-13 10:12:59 -05:00
8ca4ea2e2b
add link to calls on path 2025-07-13 09:21:26 -05:00
48447ab42e
refactor and performance improvements 2025-07-10 10:53:34 -05:00
ef95f597b0
format 2025-07-09 16:22:58 -05:00
514d1b66d5
fix all the main map display issues 2025-07-09 16:20:29 -05:00
32cfb36ee9
show dev mode, more imperial 2025-07-07 12:48:51 -05:00
280461f281
add time ago on info page 2025-07-07 10:01:14 -05:00
fc449ed5f9
en español 2025-07-05 15:51:39 -05:00
0ef1fb9e28
fix longpoll 2025-07-05 14:06:16 -05:00
f47b3d9f09
add decoded path and other ssids 2025-07-05 14:02:45 -05:00
8c06f1f8fa
more typescript and update weather charts in real time 2025-07-05 12:47:11 -05:00
eaccdf4465
show correct device id 2025-07-04 11:49:25 -05:00
a78fb8a385
live update info page 2025-07-04 11:45:00 -05:00
7a36960eb6
device identifier fix and other cleanup 2025-07-04 11:39:43 -05:00
ce7c50caa1
refactor to use external parser 2025-06-24 14:22:09 -05:00
Renamed from lib/aprs_web/live/info_live/show.ex (Browse further)