Added Records screen; added follow up status.

This commit is contained in:
2026-08-26 10:44:30 -04:00
parent e8c69d6558
commit 7085a478fb
13 changed files with 1430 additions and 58 deletions
+1
View File
@@ -16,6 +16,7 @@ const STATUS_META = {
'at-risk': { label: 'At Risk', className: 'status-at-risk' },
'post-travel': { label: 'Post-Travel', className: 'status-post-travel' },
'pre-travel': { label: 'Pre-Travel', className: 'status-pre-travel' },
'followed-up': { label: 'Followed Up', className: 'status-followed-up' },
}
function getGreeting() {