added qr, cleaned up profile views, and added the critical alerts

This commit is contained in:
blaisadmin
2026-05-20 21:54:17 -04:00
parent f2c506ec16
commit 1c0d57299d
9 changed files with 949 additions and 60 deletions
+2
View File
@@ -111,6 +111,8 @@ export type BirdRow = {
photo_updated_at: string | null;
notify_on_dob: boolean;
notify_on_gotcha_day: boolean;
public_profile_code: string | null;
public_profile_enabled: boolean;
memorialized_at: string | null;
memorialized_on: string | null;
memorial_note: string | null;