Conversation
- Replace static RSVP link with expandable form - Add guest and companion fields with validation - Implement WhatsApp message formatting and integration - Add smooth scroll animation and form expansion - Update environment structure to support whatsappNumber - Fix replace-env.js script to handle all environment variables - Preserve original green olive/moss color palette
expectpin
temporarily deployed
to
github-pages
September 4, 2025 15:15 — with
GitHub Actions
Inactive
expectpin
temporarily deployed
to
github-pages
September 4, 2025 22:38 — with
GitHub Actions
Inactive
- Replace static RSVP link with expandable confirmation form - Add guest and companion fields with form validation - Implement WhatsApp message formatting and auto-send - Fix environment variables handling in build scripts - Preserve original green olive/moss color palette
expectpin
temporarily deployed
to
github-pages
September 4, 2025 22:58 — with
GitHub Actions
Inactive
Remove rsvpLink and whatsappLink from environment configs, build scripts, and GitHub Actions workflow.
expectpin
temporarily deployed
to
github-pages
September 4, 2025 23:08 — with
GitHub Actions
Inactive
- Set padding/margin to 0 when form is not visible - Change overflow to hidden for proper space management - Remove duplicate CSS definitions
- Comment out companion form fields and validation - Simplify RSVP form to single guest only - Keep companion logic for future use
expectpin
temporarily deployed
to
github-pages
September 4, 2025 23:54 — with
GitHub Actions
Inactive
- Add charity donation option with PIX details - Include personal PIX for monetary gifts - Add multiple gift registry links (Amazon, Camicado) - Update giftInfo structure with link1 and link2 fields
expectpin
temporarily deployed
to
github-pages
September 5, 2025 01:45 — with
GitHub Actions
Inactive
- Update ceremony venue name and address - Modify reception location information - Sync changes across all environment files
expectpin
temporarily deployed
to
github-pages
September 5, 2025 02:12 — with
GitHub Actions
Inactive
- Add formatPhoneNumber() method for Brazilian phone format - Apply formatting on input event with numeric validation - Set maxlength and update placeholder for better UX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the wedding invitation app, focusing on user experience, design consistency, and maintainability. The main changes include a new RSVP confirmation form with WhatsApp integration, updates to the details and hero section for better visual presentation, internalization of font assets, and enhancements to environment configuration and asset management.
RSVP and Guest Confirmation Improvements
src/app/app.html,src/app/app.ts) [1] [2]src/app/app.html)Visual and Asset Updates
assetsfolder, improving the visual appeal and consistency of the invitation. Added a new "Traje" (dress code) detail card. (src/app/app.html,angular.json) [1] [2]src/assets/fonts/lexend-deca/lexend-deca.css)Environment and Configuration Enhancements
dressCodeandwhatsappNumber, ensuring these details are available for both development and production builds. (scripts/replace-env.js) [1] [2] [3] [4] [5]Code and Style Refactoring
app.cssand clarified thatstyles.cssis now the main stylesheet, simplifying style management and preventing conflicts. (src/app/app.css)Testing Adjustments
src/app/app.spec.ts)