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 includes several updates to the
AuthenticatedLayout
component, theSeries
page, and theget_prices
script. The changes focus on enhancing the UI with new icons, refactoring theSeries
page for improved user interaction, and updating theget_prices
script to correct field names and remove unnecessary code.UI Enhancements:
resources/js/Layouts/AuthenticatedLayout.tsx
: Added new icons fromreact-icons
to the navigation links for a more visually appealing interface. [1] [2]Refactoring:
resources/js/Pages/Series.tsx
: Refactored theSeries
page to include a newSetList
component and state management for displaying series details. This change improves the user experience by allowing users to view series details without navigating away from the main page.Script Updates:
scripts/get_prices.py
: Updated field names fromdirectLow
todirect_low
to ensure consistency with the data source and removed redundant code that checked for updates. [1] [2] [3] [4]Removal of Deprecated Script:
scripts/get_prices_prod.py.example
: Removed the deprecated example scriptget_prices_prod.py.example
as it is no longer needed.