Commit Graph

3 Commits

Author SHA1 Message Date
50933050b5 perf: add in-memory caching layer for API responses and remove debug console log in notification component 2025-12-07 22:18:28 +00:00
63b2ad8440 fix: resolve undefined name property access in notification display for user settings
The notification item component was incorrectly accessing `notif.username` directly instead of `notif.username.name`, causing undefined values to appear in the notification display when the username field contained an object with a `name` property. Added a console.info statement for debugging and corrected the property chain to properly extract the display name from nested object structures.
2025-12-07 22:11:46 +00:00
4c04da32b0 chore: scaffold Rantii project with README, icons, CSS, and JS directory structure 2025-12-04 19:29:35 +00:00