refactor(nav): collapse single-item groups + fix ungrouped CRM resources

Previously nav had 12 groups, several with just 1 item. Now 8 clean
groups, no orphans:

- Anvelope (1 item) → merged into Service (Seturi anvelope)
- Stoc & Finanțe (1 item) → merged into Depozit (Import factură Excel)
- Tinichigerie (1 item) → merged into Service (Tinichigerie / Detailing)
- Subcontractare (2 items) → merged into Service (Lucrări terți,
  Subcontractori)
- Integrări moved from Marketing → Admin (it's a config concern, not
  a marketing feature)
- ClientResource + VehicleResource were ungrouped → added to CRM

Final groups:
  Admin(8) · Analiză(4) · CRM(5) · Depozit(10) · Finanțe(6) ·
  Magazin(2) · Marketing(3) · Service(11)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-10 19:29:03 +00:00
parent 1b8ccb116f
commit 29e5481fc3
8 changed files with 16 additions and 6 deletions
@@ -29,7 +29,7 @@ class TireSetResource extends Resource
public static function getNavigationGroup(): ?string
{
return __('nav.group.Anvelope');
return __('nav.group.Service');
}
protected static ?int $navigationSort = 60;