Feat/ai atlas upd reception#142
Conversation
|
@claude, review this PR. |
|
Claude finished @MaryWylde's task in 3m 15s —— View job PR Review — Feat/AI Atlas Updated Reception
SummaryThis PR adds three interconnected features: a Receptionist node outside all rings (positioned at r=1.08 with a globe marker at r=1.33), a new Issues1. Raw URL rendered as link anchor text
{data.link && (
<div className="dossier__desc">
<a className="dossier__link" href={data.link} ... >
{data.link} {/* renders "https://t.me/WolfsReceptionist_bot" */}
</a>
</div>
)}The anchor text is the raw URL. A 2. Globe→reception spoke uses wrong glow reference for advisory wires
<Spoke
from={points['globe']}
to={points['reception']}
kind="advisory" // ← renders red + dashed by default
dim={isDim('reception')}
glow={spokeGlow('reception', 'wolf')} // ← correct for highlight
/>The 3.
|
… globe Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
… label Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…aude.md lines Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…kind rows Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…anko mark Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
bbbf2bc to
e3bf922
Compare
…ass, localized telegram label Add linkLabel field so the receptionist dossier shows friendly text instead of the raw URL; give TelegramMark its own telegram-mark CSS class so it can be styled independently of the globe; route the TELEGRAM label through STRINGS for EN/RU locale-completeness parity. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
Briefly describe the changes.
🔗 Related Issue
Closes #123 or relates to #456
*(Optional: You can also open a pull request directly from an issue — GitHub will auto-link it.)
✅ Checklist