feat(rnetwork): add 'Full CRM' link to Twenty in CRM header

Ensures the traditional Twenty CRM interface is always accessible
via a header link alongside the rNetwork CRM tabs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-11 20:18:44 -07:00
parent 2f47835699
commit 841a5ff2b6
1 changed files with 2 additions and 1 deletions

View File

@ -830,7 +830,8 @@ class FolkCrmView extends HTMLElement {
<div class="crm-header">
<span class="crm-title">CRM</span>
<button class="tab" id="btn-tour" style="margin-left:auto;font-size:0.78rem;padding:4px 10px">Tour</button>
<a href="https://crm.rspace.online" target="_blank" rel="noopener" style="margin-left:auto;font-size:0.78rem;padding:4px 10px;color:var(--link,#60a5fa);text-decoration:none" title="Open full Twenty CRM">Full CRM &rarr;</a>
<button class="tab" id="btn-tour" style="font-size:0.78rem;padding:4px 10px">Tour</button>
</div>
<div class="tabs">