Matthew Raymer
91a1618f40
Fix JavaScript runtime errors for undefined name property access
- Add null checks to prevent "Cannot read properties of undefined (reading 'name')" errors
- Fix ProjectCard, MembersList, ProjectsView, DiscoverView, ProjectViewView components
- Add null validation in DIDView.claimDescription() and ClaimReportCertificateView.drawCanvas()
- Add missing databaseUtil import in MembersList component
- Use meaningful fallback text for undefined names ("Unnamed Project", "Unnamed Member")
- Resolves template rendering crashes when entities lack name properties
2025-07-05 05:38:20 +00:00
..
2025-06-19 08:52:55 +00:00
2025-07-05 05:38:20 +00:00
2025-07-04 08:06:08 +00:00
2025-07-03 08:32:41 +00:00
2025-07-01 05:15:06 +00:00
2025-07-03 10:14:35 +00:00
2025-07-04 08:26:03 +00:00
2025-07-01 03:47:32 +00:00
2025-07-04 08:06:08 +00:00
2025-06-25 08:53:21 +00:00
2025-05-28 11:16:56 +00:00
2025-07-05 04:10:12 +00:00
2025-07-05 05:38:20 +00:00
2025-07-02 13:50:32 +00:00
2025-04-22 07:48:04 +00:00
2025-06-18 13:16:17 -06:00
2025-06-20 14:01:08 -06:00
2025-07-03 08:32:41 +00:00
2025-07-03 05:15:57 +00:00
2025-06-25 12:50:46 +00:00
2025-07-03 09:22:19 +00:00
2022-11-16 14:48:22 +08:00
2024-04-07 11:02:54 -06:00
2024-07-23 20:14:07 -06:00
2025-02-13 04:48:18 +00:00