• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2025-11-22 21:26:49 +00:00
7d59885395 Implement Discord appeal functionality, including database schema, API endpoints, front-end form, and Discord message handling.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-22 00:22:21 +00:00
20ec3648c4 Refactor AppealComponent to remove dynamic height logic, integrate FullSizeComponent, and simplify imports.
5876298ae9 Simplify SentComponent template by removing unnecessary <ng-content> wrapper.
da3a818f03 Add FullSizeComponent for dynamic height adjustment and update SentComponent to use it
Compare 3 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 23:56:23 +00:00
9311a1ccd6 Refactor appeal message sending to use AppealSender and improve assignment handling with thread creation and button interactions.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 23:44:24 +00:00
65820cf0a4 Implement appeal assignment system with AppealListMapper and associated logic.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 23:17:08 +00:00
9d23838eb0 Remove email information from Discord appeal message.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 23:13:17 +00:00
a50b4ed658 Handle WARN case in EditHistoryMapper by updating "litebans_warnings" instead of throwing an exception.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-21 22:39:41 +00:00
0f11167953 Refactor Discord message sending to use MessageForEmbed object and add support for creating threads in targeted channels.
stijn pushed to master at Altitude/AltitudeQuests 2025-11-17 23:19:48 +00:00
db8c35150e Update Cosmos API to 1.21.8, configure Altitude Nexus repository, and adjust ProgressBookOpener for incomplete quests
stijn pushed to master at Altitude/AltitudeWeb 2025-11-15 19:50:23 +00:00
ec3435dccc Add grove-dl route and corresponding redirect to MediaFire folder in RedirectComponent
stijn pushed to master at Altitude/AltitudeWeb 2025-11-13 20:24:24 +00:00
07048567a1 Set body background color in RedirectComponent styles to use secondary theme color
stijn pushed to master at Altitude/AltitudeWeb 2025-11-13 20:18:13 +00:00
5d9bf922a4 Update RedirectComponent to use window.location.href for external navigation instead of router.navigateByUrl.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-13 20:10:42 +00:00
19bc6fc8e3 Create RedirectComponent to handle dynamic redirections and update routes for improved maintainability.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-13 19:59:32 +00:00
42786dce74 Add route to redirect /worlddl path to external MediaFire link
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 21:09:40 +00:00
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.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 20:40:59 +00:00
72b9109ece Configure additional assets output path in angular.json.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 20:23:11 +00:00
19f37e7dd7 Correct misassigned section classes in CommunityComponent HTML for consistent styling.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 20:21:58 +00:00
7ce9ee33c4 Add "Developers" section to CommunityComponent with dynamic team member display and adjust structure of existing sections.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-08 20:20:31 +00:00
a1fbdf3581 Add "Developers" section to CommunityComponent with dynamic team member display and adjust structure of existing sections.
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 20:18:14 +00:00
a396b13261 Use @Slf4j in QueriesUserByRole, improve query filtering by active accounts, and refine error handling in CommandSyncNitro.
stijn pushed to master at Altitude/AltitudeBot 2025-11-08 19:49:00 +00:00
b0d3498d1c Add .queue() to embed action in CommandSyncNitro for proper execution