Layout changes (apps/web/src/app/settings/users/user-row-client.tsx): - Row 1: username + 'you' chip on the LEFT (inline, alongside the username), role badge on the RIGHT. - Row 2: action buttons (Promote/Demote, Reset, Delete) right-aligned. - Earlier: identity stacked vertically with badge under username, and buttons crammed to the right of the same row. Schema (packages/db/src/schema.ts + migration 0013): - Added optional `email` column on operators (nullable, no NOT NULL). Reserved for future contact / recovery flows so today's operators don't need to backfill anything. - Partial unique index on lower(email) WHERE email IS NOT NULL keeps duplicates out without blocking NULLs. Migration applied to dev DB. 463 web tests still green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
104 lines
2.1 KiB
JSON
104 lines
2.1 KiB
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1778311164225,
|
|
"tag": "0000_conscious_tarantula",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "7",
|
|
"when": 1778320434707,
|
|
"tag": "0001_smart_vertigo",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 2,
|
|
"version": "7",
|
|
"when": 1778338808600,
|
|
"tag": "0002_left_jimmy_woo",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 3,
|
|
"version": "7",
|
|
"when": 1778343712901,
|
|
"tag": "0003_messy_bruce_banner",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 4,
|
|
"version": "7",
|
|
"when": 1778345543406,
|
|
"tag": "0004_next_prowler",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 5,
|
|
"version": "7",
|
|
"when": 1778347437350,
|
|
"tag": "0005_flippant_joystick",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 6,
|
|
"version": "7",
|
|
"when": 1778385559051,
|
|
"tag": "0006_adorable_nehzno",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 7,
|
|
"version": "7",
|
|
"when": 1778386591494,
|
|
"tag": "0007_overconfident_menace",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 8,
|
|
"version": "7",
|
|
"when": 1778395584234,
|
|
"tag": "0008_greedy_matthew_murdock",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 9,
|
|
"version": "7",
|
|
"when": 1778464000000,
|
|
"tag": "0009_rename_ended_to_inactive",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 10,
|
|
"version": "7",
|
|
"when": 1778464001000,
|
|
"tag": "0010_fancy_wolf_cub",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 11,
|
|
"version": "7",
|
|
"when": 1778464002000,
|
|
"tag": "0011_premium_grandmaster",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 12,
|
|
"version": "7",
|
|
"when": 1778412502601,
|
|
"tag": "0012_lucky_masked_marvel",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 13,
|
|
"version": "7",
|
|
"when": 1778418181504,
|
|
"tag": "0013_tricky_yellowjacket",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |