liberu-genealogy / genealogy-laravel

Full genealogy application using Laravel 11, PHP 8.3, Filament 3.2 and Livewire 3.5
https://www.liberu.net
MIT License
123 stars 55 forks source link

Sweep: Update resources/views/components/contact-form.blade.php to use tailwind 3.4 styling. Align the inputs and improve design #471

Closed curtisdelicata closed 8 months ago

curtisdelicata commented 8 months ago
Checklist - [X] Modify `resources/views/components/contact-form.blade.php` βœ“ https://github.com/liberu-genealogy/genealogy-laravel/commit/d80d114754274eef559a24a23d9125b0aad5341e [Edit](https://github.com/liberu-genealogy/genealogy-laravel/edit/sweep/update_resourcesviewscomponentscontactfo/resources/views/components/contact-form.blade.php) - [X] Running GitHub Actions for `resources/views/components/contact-form.blade.php` βœ“ [Edit](https://github.com/liberu-genealogy/genealogy-laravel/edit/sweep/update_resourcesviewscomponentscontactfo/resources/views/components/contact-form.blade.php)
sweep-ai[bot] commented 8 months ago

πŸš€ Here's the PR! #473

See Sweep's progress at the progress dashboard!
πŸ’Ž Sweep Pro: I'm using GPT-4. You have unlimited GPT-4 tickets. (tracking ID: 51fb4a80cd)

[!TIP] I'll email you at genealogysoftwareuk@gmail.com when I complete this pull request!


Actions (click)

GitHub Actionsβœ“

Here are the GitHub Actions logs prior to making any changes:

Sandbox logs for 50eb5ed
Checking resources/views/components/contact-form.blade.php for syntax errors... βœ… resources/views/components/contact-form.blade.php has no syntax errors! 1/1 βœ“
Checking resources/views/components/contact-form.blade.php for syntax errors...
βœ… resources/views/components/contact-form.blade.php has no syntax errors!

Sandbox passed on the latest main, so sandbox checks will be enabled for this issue.


Step 1: πŸ”Ž Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I think are relevant in decreasing order of relevance (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/liberu-genealogy/genealogy-laravel/blob/50eb5ededb122fbed502935ba319e8ed17b2797b/resources/views/components/contact-form.blade.php#L1-L26 https://github.com/liberu-genealogy/genealogy-laravel/blob/50eb5ededb122fbed502935ba319e8ed17b2797b/tailwind.config.js#L1-L9 https://github.com/liberu-genealogy/genealogy-laravel/blob/50eb5ededb122fbed502935ba319e8ed17b2797b/resources/views/layouts/home.blade.php#L1-L12

Step 2: ⌨️ Coding

--- 
+++ 
@@ -1,27 +1,27 @@
 
@csrf -
- - +
+ + @error('name') -
{{ $message }}
+
{{ $message }}
@enderror
-
- - +
+ + @error('email') -
{{ $message }}
+
{{ $message }}
@enderror
-
- - +
+ + @error('message') -
{{ $message }}
+
{{ $message }}
@enderror
- +

Ran GitHub Actions for d80d114754274eef559a24a23d9125b0aad5341e:


Step 3: πŸ” Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/update_resourcesviewscomponentscontactfo.


πŸŽ‰ Latest improvements to Sweep:
  • New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
  • Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
  • Use the GitHub issues extension for creating Sweep issues directly from your editor.

πŸ’‘ To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.Something wrong? Let us know.

This is an automated message generated by Sweep AI.