Files
library/api
hikari 391ea6d9f6 fix: use ActivityType enum values instead of string literals
Changed all activity type assignments to use ActivityType enum members
(ActivityType.suggestion, ActivityType.like, etc.) instead of string
literals ('SUGGESTION', 'LIKE', etc.) to ensure proper type discrimination
in the union type.

Frontend:
- Import ActivityType as value (not just type)
- Update switch cases to use enum members
- Expose ActivityType in component for template access

Backend:
- Import ActivityType as value
- Use enum members in all activity mappings

This ensures TypeScript can properly discriminate the union type and
provides type safety throughout the activity feed.
2026-02-20 00:04:35 -08:00
..
2026-02-03 10:09:37 -08:00
2026-02-04 08:04:46 -08:00
2026-02-03 10:09:37 -08:00
2026-02-04 12:17:05 -08:00
2026-02-03 10:09:37 -08:00
2026-02-03 10:09:37 -08:00