Closed CNSeniorious000 closed 2 months ago
Run & review this pull request in StackBlitz Codeflow.
Open the branch in Web Editor • VS Code • Insiders
Open Preview
Your Render PR Server URL is https://pyth-on-line-pr-61.onrender.com.
Follow its progress at https://dashboard.render.com/web/srv-cr6u1p0gph6c738oou00.
Name | Link |
---|---|
Latest commit | dd762a8402d229cf7b0d3498203818f9f97bb1d1 |
Latest deploy log | https://app.netlify.com/sites/pyth-on-line/deploys/66d56737486ecc0008bda4b1 |
Deploy Preview | https://deploy-preview-61--pyth-on-line.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 99 (๐ข up 7 from production) Accessibility: 94 (no change from production) Best Practices: 100 (no change from production) SEO: 82 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
This pull request implements a PyPI Explorer feature, allowing users to search and browse Python packages from the PyPI repository directly within the application. The implementation includes new Svelte components for search functionality, package display, and navigation progress indication. The changes span across multiple files, introducing new routes, components, and utility functions to support the PyPI Explorer feature.
Change | Details | Files |
---|---|---|
Implement PyPI Explorer feature |
|
src/routes/+page.svelte src/routes/pypi/+page.svelte src/routes/pypi/+layout.svelte src/routes/pypi/[project]/+page.svelte src/routes/pypi/search.ts src/routes/pypi/+server.ts src/routes/pypi/+page.ts src/routes/pypi/store.ts src/routes/pypi/[project]/+page.server.ts src/routes/pypi/[project]/types.ts |
Add Progress component for navigation feedback |
|
src/lib/components/Progress.svelte |
Implement utility function for HTML to Markdown conversion |
|
src/lib/utils/html.ts |
Update CSS styles |
|
src/lib/md.css |
@sourcery-ai review
Resolves #25
Summary by Sourcery
Add a new PyPI Explorer feature to the application, enabling users to search and explore PyPI packages. This includes new pages for searching and viewing package details, as well as enhancements to the user interface to support these functionalities.
New Features:
Enhancements: