Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the default seeded announcement message created by AnnouncementsDatabaseSeeder so new installations highlight the Saucebase 2.0 release and include a “Learn more” link.
Changes:
- Replaced the default seeded announcement text with a Saucebase 2.0 release message.
- Updated the call-to-action link in the seeded HTML.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| Announcement::create([ | ||
| 'text' => '🎉 <strong>Announcements module is live!</strong> Manage banners like this one from the <a href="/admin/announcements">admin panel</a>.', | ||
| 'text' => '🎉 <strong>Saucebase 2.0 is here!</strong> Much faster, better DX, and now ships with Vue 3 and React 19. <a href="/blog/vue-or-react-what-about-both">Learn more →</a>', |
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 updates the default announcement text shown by the
AnnouncementsDatabaseSeeder. The new announcement highlights the release of Saucebase 2.0 and provides a link to a blog post for more information. This improves the relevance of seeded data for new deployments.AnnouncementsDatabaseSeeder.phpto announce Saucebase 2.0, mentioning improved speed, developer experience, and support for Vue 3 and React 19, with a link to a related blog post.