Add Twilio SMS service, enhance booking/confirmation flow, and update home UI
All checks were successful
Build and Publish / build (push) Successful in 3m16s
All checks were successful
Build and Publish / build (push) Successful in 3m16s
- Add TwilioService for SMS notifications - Extend PrenotazioneService and ConfermaServiceImpl with new booking/confirmation logic - Add phone number support in UtenteAppService and UtenteAppServiceImpl - Update PrenotazioneRepository with custom queries - Enhance ConfermaResource and PrenotazioneResource REST endpoints - Add MailService improvements - Update application.yml with new config entries - Update home page (home.vue, home.json, global.scss) and add Artegna logo Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -61,7 +61,7 @@ Main page styles
|
||||
display: inline-block;
|
||||
width: 347px;
|
||||
height: 497px;
|
||||
background: url('/content/images/jhipster_family_member_0.svg') no-repeat center top;
|
||||
background: url('/content/images/artegna.png') no-repeat center top;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ Main page styles
|
||||
only screen and (min-resolution: 192dpi),
|
||||
only screen and (min-resolution: 2dppx) {
|
||||
.hipster {
|
||||
background: url('/content/images/jhipster_family_member_0.svg') no-repeat center top;
|
||||
background: url('/content/images/artegna.png') no-repeat center top;
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user