AltitudeWeb/frontend/src/app
2026-08-02 18:30:33 +02:00
..
guards Navigate to root path after successful login via login/:code route in AuthGuard. 2025-11-08 18:06:13 +01:00
pages Add chat input functionality in ChatBoxComponent and backend support for sending server messages 2026-08-02 18:30:33 +02:00
pipes Add vote statistics feature and improve vote page functionality 2025-10-24 19:39:08 +02:00
services Refactor ChatService and ChannelListComponent: integrate ChatService into ChannelListComponent, rename partieId to partyId, update party and DM name mappings in UI, and remove debug log in AuthService. 2026-08-01 20:47:34 +02:00
shared-components Add legacy color code support in NameFormatService and implement unit tests for colored name parsing. 2026-08-01 22:52:50 +02:00
types Bump ALTITUDE_VERSION to 1.21.10 2026-01-09 03:58:19 +01:00
util Add deepCopy utility and enforce required fields in particle forms 2025-12-27 22:06:45 +01:00
app.component.html Move <app-footer> to the root app component 2025-04-05 23:19:50 +02:00
app.component.scss Initial setup 2025-04-02 19:18:39 +02:00
app.component.ts Removable footer, compact styling for particle creator 2025-12-27 21:04:55 +01:00
app.routes.ts Introduce Angular Chat Component with SSE integration for real-time updates. 2026-07-19 00:22:54 +02:00