• Mahmoud Aglan's avatar
    Fix schedule builder grid — support grid/lanes/zones layout types · 1b16cf85
    Mahmoud Aglan authored
    The grid was blank because lanes and zones segments have null row_index/col_index.
    The old code assumed all layouts were grid-type and collapsed to 0×0.
    
    - Grid layouts: keep the spreadsheet-style row/col selector view
    - Lanes layouts: render as horizontal strips (label + cell side by side)
    - Zones/custom layouts: responsive card grid (no row/col concept)
    
    Layout type is now read from Facility::activeLayout (new HasOne relationship)
    with a null-safe fallback to row_index detection. Segment cell HTML extracted
    to _segment-cell.blade.php partial to avoid triplication.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    1b16cf85
Name
Last commit
Last update
..
Attendance Loading commit data...
Audit/Models Loading commit data...
Document Loading commit data...
Facility Loading commit data...
Financial Loading commit data...
HR Loading commit data...
Identity Loading commit data...
Inventory Loading commit data...
Notification Loading commit data...
POS Loading commit data...
Participant Loading commit data...
Pricing Loading commit data...
Scheduling Loading commit data...
Shared Loading commit data...
Training Loading commit data...
Website Loading commit data...
WhatsApp Loading commit data...