akastijn
9a47cb6652
Replace @Output with output decorator in HistoryComponent
2026-03-01 02:39:24 +01:00
akastijn
8657a33e65
Replace @Input with input decorator in HistoryComponent
2026-03-01 02:38:29 +01:00
Peter
87a75639cf
Updated lag page regarding villagers and removed a feature from customfeatures
2026-01-15 20:23:46 +01:00
akastijn
7d59885395
Implement Discord appeal functionality, including database schema, API endpoints, front-end form, and Discord message handling.
2025-11-22 22:26:40 +01:00
akastijn
e415ecc415
Implement dynamic container height adjustment in NickGeneratorComponent based on header and footer dimensions. Refactor HTML structure for improved dark mode styling and accessibility. Optimize component lifecycle by adding AfterViewInit and OnDestroy handling with a ResizeObserver.
2025-11-08 22:09:35 +01:00
akastijn
a05a751628
Remove redundant unit tests for CommunityComponent and RanksComponent, enhance community.component with dynamic team member display and toggle functionality, update routing for community links, and set stricter field constraints in team schema.
2025-11-08 18:45:03 +01:00
akastijn
2be79c180a
Refactor Nickname Generator component with Angular Material, update logic for fields and commands, and improve styling.
2025-10-29 21:39:39 +01:00
akastijn
8bfcdb6ccc
Replace edit button with a Material icon, adjust styles, and add MatIconModule to component imports.
2025-10-24 21:28:20 +02:00
akastijn
64ea68ab39
Refactor AuthenticatedUuid to singleton service and replace static calls across the codebase. Add JWT authority converters, improve punishment expiry handling, and enhance frontend dialog functionality for editing punishments. Extend CORS allowed methods and origins.
2025-10-24 21:10:34 +02:00
akastijn
41dab473b0
Add admin endpoints for editing and removing punishments and implement frontend dialog for punishment management
2025-10-23 23:52:52 +02:00
akastijn
2a0f38aa28
Configure proxy for API requests and remove hardcoded apiUrl from environment files.
2025-09-24 21:47:55 +02:00
akastijn
c2b9a8a574
Replace deprecated Angular directives (*ngFor, *ngIf) with modern Angular template syntax. Remove unused CommonModule imports across components for optimization. Clean up excess spacing and formatting in HTML files.
2025-07-15 21:48:23 +02:00
Peter
5a792463cc
Update responsive styles and class names for consistency
...
Refactored multiple components to improve responsive design, ensuring better usability on smaller screens. Standardized class names for clarity and consistency, and adjusted layouts and styles to enhance overall alignment and accessibility.
2025-07-14 22:49:22 +02:00
Peter
62f837914c
Add new routes and improve theme and header responsiveness
...
Added routes for 'community', 'nicknames', and 'nickgenerator'. Enhanced theme switch positioning and responsive design for smaller screens. Moved header login button to a more consistent position and upgraded Angular Material to version 19.2.19 for better compatibility.
2025-07-06 21:33:14 +02:00
akastijn
ebe66c87c0
Rework folder structure in frontend
...
Pages are now grouped per group they appear in on in the header (where possible)
Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
2025-07-04 19:50:21 +02:00