-
-
Notifications
You must be signed in to change notification settings - Fork 250
misc: Random fixes and improvements #1999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…n multiple components
Running Code Quality on PRs by uploading data to Trunk will soon be removed. You can still run checks on your PRs using trunk-action - see the migration guide for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR applies a series of minor fixes and improvements across both frontend and backend components. Key changes include refactoring Vue component props and inline styling, renaming and shifting filter logic in the store and API layers, and updating metadata and scanning endpoints for consistency.
Reviewed Changes
Copilot reviewed 52 out of 52 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
frontend/src/views/Scan.vue | Refactored metadata options retrieval and API call formatting. |
frontend/src/views/GameDetails.vue, Gallery components | Updated UI components with new props (showPlatformIcon, showActionBar) and improved styling. |
frontend/src/stores/heartbeat.ts & galleryFilter.ts | Updated store methods and added new filterVerified functionality. |
frontend/src/services/api/rom.ts | Adjusted API filtering parameters and payload mapping. |
Various frontend locales | Added translations for "show-verified". |
Multiple Vue components (e.g., Navigation, MissingFromFSIcon, Game dialogs) | Minor UI improvements including styling and icon updates. |
Backend handlers & endpoints (scan_handler.py, ra_handler.py, database roms_handler.py, endpoints) | Updated parameter usage and filter renaming, improved RetroAchievements refresh and feed endpoints. |
Test Results92 tests 92 ✅ 29s ⏱️ Results for commit 020e644. ♻️ This comment has been updated with latest results. |
… computed property
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
This PR fixes and improves tiny stuff here and there:
Checklist
Please check all that apply.