supersam/src
root 755385cf0e fix: StatusActionPanel smart hints + driver name lookup + logistician can edit shipment + completed label
1. StatusActionPanel: all buttons clickable (no more manual:false blocking)
   - Click on current status shows actual state: "Водитель уже назначен: Иван"
   - "Назначен водитель" clickable even if already assigned
   - "Согласовано" clickable even if already agreed
2. Status indicators: green badges ✓ Дата согласована / ✓ Водитель: имя
   + warning badges if missing
3. DriverAssignmentPanel: look up driver name from drivers list if
   assignedDriverName is empty (Supabase join failed)
4. DriverShipmentPanel: now visible to logistician/admin too — can edit
   shipment data (fix wrong driver checkboxes)
5. SmsStatusCard: add completed label ("Завершено")
2026-07-13 13:16:48 +00:00
..
components fix: StatusActionPanel smart hints + driver name lookup + logistician can edit shipment + completed label 2026-07-13 13:16:48 +00:00
constants fix: driver delivery UX — remove Загружено status, fix checkbox reset, fix confirmed label 2026-07-13 11:51:56 +00:00
context fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
data fix: RLS recursion, driver UI, auth errors, status counts 2026-05-20 16:25:05 +03:00
hooks fix: sessionStorage→localStorage for filter persistence, SW v59 2026-07-03 14:14:00 +00:00
layouts fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
lib Initial import 2026-03-14 18:40:54 +03:00
pages merge: dev → main — driver table layout, filters, status reset, SMS campaigns, font zones 2026-07-13 11:24:56 +00:00
services fix: driver delivery UX — remove Загружено status, fix checkbox reset, fix confirmed label 2026-07-13 11:51:56 +00:00
styles fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
test Initial import 2026-03-14 18:40:54 +03:00
utils refactor: Phase 1 stabilization — hooks ordering, deduplicate utils, extract shared constants 2026-06-12 14:50:56 +00:00
App.jsx Initial import 2026-03-14 18:40:54 +03:00
AppShell.jsx fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
FontSettingsContext.jsx fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
LogisticsReadinessBoard.jsx fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
OrdersTable.jsx fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
SettingsPage.jsx fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
fontSettings.css fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
index.css Initial import 2026-03-14 18:40:54 +03:00
main.jsx fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
router.jsx fix: extractCity word boundary + filter persistence in sessionStorage 2026-07-03 14:07:13 +00:00
supabaseClient.jsx feat: add pickup (самовывоз) delivery type 2026-06-10 12:02:46 +00:00