• Joined on 2024-04-13
stijn pushed to master at Altitude/AltitudeWeb 2026-01-04 04:22:11 +00:00
8a0843128c Refactor particle management: remove secret key from file operations, add ParticleManagerComponent, update frame naming conventions, and enhance style and functionality.
stijn pushed to master at Altitude/Particles 2026-01-04 02:27:16 +00:00
e2ab17fb20 Remove return statement in ParticleStorage (broke auto update)
5425b89b2b Fix color bug (argb <> rgb), fix particles defaulting to size 0
Compare 2 commits »
stijn pushed to master at Altitude/Particles 2026-01-04 01:19:16 +00:00
d7c744c20b Refactor particle directory handling and enhance logging
26b1e6f46c Update Cosmos API dependency and configure Altitude snapshot repository
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-12-27 21:16:20 +00:00
63aa7fd550 Add toggle for showing/hiding the character in RenderContainerComponent and implement binding to PlayerModelService
dc1b29e52c Add deepCopy utility and enforce required fields in particle forms
9b8c4891f4 Add toggle for showing only intersecting particles
b4fcbed781 remove redundant theme parameter.
dc1ed8ffee use inject, adjust properties order
Compare 8 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-12-27 20:14:37 +00:00
37d7c37f3b Update particle-related styles and improve forms' structure in particle components.
stijn pushed to master at Altitude/AltitudeWeb 2025-12-27 20:05:40 +00:00
d9b60d8a94 Removable footer, compact styling for particle creator
stijn pushed to master at Altitude/WebInterface 2025-12-27 00:44:14 +00:00
ed42cb8887 Update Velocity API version and add snapshot repository
stijn pushed to master at Altitude/AltitudeWeb 2025-11-28 18:55:30 +00:00
d1ff7b3f88 Apply inline code formatting for Discord usernames and user details in StaffApplicationDiscord and AppealDiscord to avoid formatting them.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 18:00:49 +00:00
a6fbd19b6d Add loading state guard to prevent duplicate form submissions in Appeal and DiscordAppeal components.
525116e89b Enhance DiscordAppeal submission process by adding username retrieval and updating email notifications with Minecraft username. Refactor for clarity and consistency in variable usage.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:56:41 +00:00
c56f5f9fe1 Prevent duplicate submissions in sendForm by adding a loading state guard and updating the submit button's disabled condition.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:55:17 +00:00
a9e9f1f03a Add loading state guards to checkPunishment and onSubmit buttons to prevent duplicate actions and update visibility of related variables.
beb5cd496a Prevent duplicate requests in checkPunishment and sendForm by adding loading state guards.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:45:14 +00:00
186a26fae1 Refactor AppealDiscord to simplify appeal list processing using Comparator and optimize imports.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:39:19 +00:00
9c0a298145 Annotate id and assignedTo parameters with @Param in mappers for improved MyBatis compatibility.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:34:38 +00:00
5622db917b Rename username to discordUsername in DiscordAppeal and update references for clarity.
bfb656e033 Apply theme-based font color styling to staff playtime component for consistency with global design.
Compare 2 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-24 00:19:30 +00:00
ee83bab77e Simplify time display format in staff playtime component by adjusting hour abbreviation.
bdad0ff0ae Refactor Angular Material table styles to use global theme-based CSS variables and remove redundant component-specific overrides.
2bc5c41435 Add sorting functionality to staff playtime table and include roles in UI and database mapping
fb01fc7571 Add staff role mapping, display role in UI, and enhance staff playtime calculations
Compare 4 commits »
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 04:03:47 +00:00
1d76895cbb Prevent username retrieval if user is not authenticated and fix variable naming in DiscordAppealMapper.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:48:42 +00:00
d69ef2cd20 Adjust checkAuthStatus timing and introduce reloadUsername on service initialization.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:47:03 +00:00
9ab0a130ed Delay checkAuthStatus execution on auth service initialization and add logging for username retrieval and errors.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:44:31 +00:00
b15386d157 Add DiscordAppealMapper to initialization and simplify username reload logic in auth service.
stijn pushed to master at Altitude/AltitudeWeb 2025-11-23 03:31:22 +00:00
2baa3ef51f Fix incorrect condition in Discord appeal form banning status check.