Block a user
SentComponent for form submission confirmation and integrate with email verification flow
SentComponent to VerifyMailDialogComponent for improved clarity and usability in email verification flow.
historyType and historyId to Appeal, update database schema, API, and email templates to include punishment details.
createAppeal in AppealMapper to void return type, adjust AppealController to remove redundant UUID handling. Optimize AppealDataMapper to use UUID.randomUUID().
createAppeal method in AppealMapper to return UUID, adjust AppealController to construct Appeal with generated UUID.
UUIDTypeHandler in MyBatis configuration to handle UUID mapping in Connection.java.
Logger with Lombok's @Slf4j annotation in ContactEndpoint and update log method calls.