Card features for 0.4.2: contact routing path, configurable map provider, neighbors controls - #26
Merged
Conversation
Repeaters with many neighbors made the card very tall. show_neighbors (default on) hides the section; max_neighbors keeps the N strongest-SNR entries while the badge shows the full count. Editor fields, en/pl/de/ fr/nl translations, README docs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Renders out_path hops from contact attributes, resolving 1-byte hop hashes to contact names when unambiguous (hex otherwise); Direct/Flood for 0-hop and flood-routed. Off by default. Also fold out_path into the render fingerprint — attribute-only changes never triggered a render. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Location links on the hub/node and contact cards can target a MeshMapper regional instance (map_provider: meshmapper + map_metro subdomain) instead of the default LetsMesh Analyzer. The metro is validated to hostname-safe characters; invalid config falls back to the Analyzer. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
# Conflicts: # src/translations/de.json # src/translations/en.json # src/translations/fr.json # src/translations/nl.json # src/translations/pl.json # src/types.ts
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
show_path: true) — shows each contact'sout_pathhops, resolving hop hashes to contact names when unambiguous; Direct / Flood for 0-hop and flood-routed contacts. Also foldsout_pathinto the render fingerprint so attribute-only changes re-render.map_provider: meshmapper+map_metro: smflinks to the regional MeshMapper instance; default remains the LetsMesh Analyzer. Metro is validated to hostname-safe characters.show_neighbors/max_neighborscontrols from How do I hide/disable the über long list of neighbors? #25, previously released as v0.4.1-beta.🤖 Generated with Claude Code