feat(hints): scale coverage — 11 new registry entries + inject across pages
Registry grows from 14 → 25 hints. New entries: - wo.dashboard.topbar_actions / meta / tabs / history / finance / timeline / bottom - wo.create.overview - crm.clients.overview / vehicles.overview - finante.dashboard.stats / expenses.overview "?" icons injected into: - WO dashboard: top-bar actions, meta header, tabs bar, history card, finance card, timeline card, bottom action bar (in addition to the existing dashboard title, PDF preview, chat) - CalendarBoard: title - PipelineBoard: title - Excel import wizard: step 1 - Main tenant dashboard (via PanelsRenderHook::PAGE_START scoped to Dashboard::class): small banner with a "?" and a shortcut to the FAQ page for users who don't see the icons Users now see hint icons on the primary daily-use screens; more can be added by dropping <x-hint key="..." /> anywhere. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
<div class="pb-shell" x-data="{ view: 'kanban', dragKey: null }" wire:poll.10s>
|
||||
{{-- TOPBAR --}}
|
||||
<div class="pb-topbar">
|
||||
<span class="pb-topbar-title">{{ __('Pipeline') }}</span>
|
||||
<span class="pb-topbar-title">{{ __('Pipeline') }}<x-hint key="crm.pipeline.overview" /></span>
|
||||
<div class="pb-topbar-sep"></div>
|
||||
<div class="pb-search">
|
||||
<span class="pb-search-icon">🔍</span>
|
||||
|
||||
Reference in New Issue
Block a user