StealThis .dev

Shift Grid

A weekly shift schedule grid for employee management. Shows assigned shifts per employee per day with color-coded shift types and edit/delete controls.

Open in Lab
css vanilla-js
Targets: JS HTML

Code

Shift Grid

A visual weekly shift scheduler for employee management. Color-coded shift type pills (Morning, Afternoon, Night, Day Off) populate a grid of employees vs. days. Click a shift to edit or delete it; click an empty cell to add a new shift. Navigate between weeks with the prev/next controls.

Features

  • Color-coded shift pills: Morning (sky), Afternoon (amber), Night (purple), Day Off (gray)
  • Inline popover to add, edit, or delete any shift cell
  • Per-employee total hours column and per-day shift count row
  • Week navigation updates the column date headers
  • Full state managed in JS — no external dependencies