Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 30, 2025

The NewsItem.vue component was displaying trending resources, not news items. Renamed to TrendingResourceItem.vue for clarity.

Changes:

  • Renamed resources/js/Components/NewsItem.vueTrendingResourceItem.vue
  • Updated imports in NewsDialog.vue and NewsSection.vue
// Before
import NewsItem from "@/Components/NewsItem.vue";
<NewsItem :resource="resource" />

// After
import TrendingResourceItem from "@/Components/TrendingResourceItem.vue";
<TrendingResourceItem :resource="resource" />

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…nces

Co-authored-by: AllanKoder <74692833+AllanKoder@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP address feedback on news temp trending PR Rename NewsItem component to TrendingResourceItem Dec 30, 2025
Copilot AI requested a review from AllanKoder December 30, 2025 23:23
@AllanKoder AllanKoder marked this pull request as ready for review December 30, 2025 23:50
@AllanKoder AllanKoder merged commit b86065b into news-temp-trending Dec 30, 2025
1 check passed
@AllanKoder AllanKoder deleted the copilot/sub-pr-60 branch December 30, 2025 23:50
AllanKoder added a commit that referenced this pull request Dec 30, 2025
* Resource Edits, and Errors Flash (#59)

* changes

* Apply automatic changes

* Update app/Http/Controllers/ResourceEditsController.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply automatic changes

* Update resources/js/Components/NewsItem.vue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update resources/js/Components/NewsItem.vue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Initial plan (#62)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* Initial plan (#63)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

* Rename NewsItem component to TrendingResourceItem (#61)

* Initial plan

* Rename NewsItem.vue to TrendingResourceItem.vue and update all references

Co-authored-by: AllanKoder <74692833+AllanKoder@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: AllanKoder <74692833+AllanKoder@users.noreply.github.com>

* Quick npm update

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants