AltitudeWeb/frontend/src/app/pages/altitude/chat/service
2026-08-08 23:41:27 +02:00
..
chat-notification.service.ts Replace servers with channels in chat functionality: refactored UI components, service logic, and message model to support channels (SERVER, DM, PARTY, GAC). 2026-08-01 19:10:33 +02:00
chat.service.ts Update ChatService to initialize totalMessages to 1; adjust chat-info styles to use bold font for message count. 2026-08-08 23:41:27 +02:00
name-format.service.spec.ts Add legacy color code support in NameFormatService and implement unit tests for colored name parsing. 2026-08-01 22:52:50 +02:00
name-format.service.ts Handle SERVER channel type in name-format.service to capitalize channel names. 2026-08-08 22:59:11 +02:00