-
Notifications
You must be signed in to change notification settings - Fork 0
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
57 fix table headers crashing pages when there is no data fetched #58
57 fix table headers crashing pages when there is no data fetched #58
Conversation
ruchernchong
commented
Jul 20, 2024
- Update to Next.js 15 RC, React 19 RC
- Setup Shadcn UI
- Revert "Update to Next.js 15 RC, React 19 RC"
- Resolve conflicts in lockfile
- Revert "Update to Next.js 15 RC, React 19 RC"
- Update Next.js to 14.2 and React 18 to latest
- Fix Tailwind CSS config caused by Shadcn UI
- Add global state context
- Add month select component
- Refactor page with MonthSelect component
- Temporary add dummy data for months
- Remove SST bind from dev script
- Add Table from Shadcn UI
- Add DataTable component
- Refactor Electric Cars page with data table
- Refactor Header and text
- Add Shadcn Tabs
- Update Tabs
- Refactor month select
- Add Nivo Core
- Add Nivo TreeMap
- Refactor TreeMap for cars with Nivo
- Fix padding on layout
- Fix padding on layout
- Add Nivo Charts; remove ApexCharts
- Update checkbox to use shadcn's version
- Add navigation menu
- Refactor component name
- Update navigation item
- Add Overview page
- Clean up Cars page
- Add months query to the API
- Refactor navigation menu
- Optimise cars page
- Update colour scheme for Announcement component
- Add dynamic caption to data table
- Clean up and optimise MonthSelect component
- Temporary add redirects
- Update navigation links
- Remove page for now
- Add query params on each month selection
- Remove adding query params to URL
- Add static sites
- Restore Hybrid cars back to the tabs
- Add additional keys to the header exclusions
- Add feature flag
- Refactor and clean up months
- Add car details by make
- Add link to car details by make page
- Temporary disable any deployments
- Add styling to table row
- Add types to data fetched from API in make page
- Refactor heading for fuel type page
- Generate static pages for each make
- Update metadata and structured data
- Add Structured Data component
- Add missing env variable in GHA workflow
- Update GHA workflow
- GHA workflow dependency cache now works with setup-node
- Clean up GHA workflow file
- Add proposed logo
- Add shadcn Card component
- Update types
- Add cars overview page
- Add cars popularity
- Remove redirect on Vercel
- Clean up grid responsiveness
- Housekeeping
- Add checks to handle edge cases for fuel type
- Fix unescaped HTML characters
- Fix broken page if no month searchParams is provided
- Update Footer component
- Fix layout with container
- Edit search input
- Add COE pages
- Add About and Contact pages
- Add Breadcrumbs component
- Add breadcrumbs to pages
- Shift position of COE categories exclusion
- Adjust COE bidding results layout
- Refactor and clean up popularity list
- Remove unused colour config
- Remove popular makes function
- Refactor and clean up
- Remove _id from types
- Update logo and icons
- Add reusable Typography components
- Add sorting of an array of dates
- Add annual registrations data
- Update layout and design for cars dashboard
- Add SonarCloud config
- Fix CVE-2024-37890
- Add visuals for COE page
- Add checks for empty data in cars page
- Refactor unreleaseed feature
- Refactor COE categories and filtering
- Refactor COE prices page
- Remove unused component
- Fix table crashing when no data is fetched
Add SonarCloud config
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #58 +/- ##
=======================================
Coverage ? 92.10%
=======================================
Files ? 8
Lines ? 38
Branches ? 5
=======================================
Hits ? 35
Misses ? 3
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |