mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-06-29 22:41:48 +02:00
160ba6d5bf
Add sort/order query parameters to Nodes, Advertisements, and Messages API endpoints. Nodes default to alpha-by-name (via COALESCE of name tag, node name, public key). Ads and Messages default to newest-first. Frontend adds sortableTableHeader() component with asc/desc toggle indicators. Sort state is preserved in URL params, surviving auto-refresh and pagination.