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: add dashboard link to home nav bar if logged in #500

Closed curtisdelicata closed 8 months ago

curtisdelicata commented 8 months ago
Checklist - [X] Modify `resources/views/components/home-navbar.blade.php` ✓ https://github.com/liberu-genealogy/genealogy-laravel/commit/7b003ff76200555e93520280674e07ba92e6dc23 [Edit](https://github.com/liberu-genealogy/genealogy-laravel/edit/sweep/add_dashboard_link_to_front_page_if_logg/resources/views/components/home-navbar.blade.php) - [X] Running GitHub Actions for `resources/views/components/home-navbar.blade.php` ✓ [Edit](https://github.com/liberu-genealogy/genealogy-laravel/edit/sweep/add_dashboard_link_to_front_page_if_logg/resources/views/components/home-navbar.blade.php)
sweep-ai[bot] commented 8 months ago

🚀 Here's the PR! #503

See Sweep's progress at the progress dashboard!
💎 Sweep Pro: I'm using GPT-4. You have unlimited GPT-4 tickets. (tracking ID: ccf21dbb83)

[!TIP] I can email you next time I complete a pull request if you set up your email here!


Actions (click)


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/22405d13fd1f6d6a4176470dcfa8d7a7ece9ea27/resources/views/components/home-navbar.blade.php#L1-L32 https://github.com/liberu-genealogy/genealogy-laravel/blob/22405d13fd1f6d6a4176470dcfa8d7a7ece9ea27/routes/web.php#L1-L30

Step 2: ⌨️ Coding

--- 
+++ 
@@ -17,6 +17,7 @@
                             Welcome, {{ auth()->user()->name }}
                         
                     
+                    
                 @else
     
     

Ran GitHub Actions for 7b003ff76200555e93520280674e07ba92e6dc23:


Step 3: 🔁 Code Review

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


🎉 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. Something wrong? Let us know.

This is an automated message generated by Sweep AI.