Closed ManyRios closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
bitcoinpokertour | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 28, 2024 4:56am |
The recent changes primarily focus on enhancing the user interface and refining the backend functionality. Key updates include reducing the width of the BTC column in the schedule table, introducing a variable to streamline routing in form submission, improving API interactions by returning responses properly, and making the fee property optional in event interfaces.
Files | Change Summary |
---|---|
src/app/schedule/[slug]/page.tsx |
Adjusted the width of the BTC column in the table header by setting it to -[100px] border-x-2 . |
src/components/ui/Forms/Form.tsx |
Added newId variable to use in routing, replacing the older id parameter. |
src/lib/utils.ts |
Removed a console.log statement and added a return for the axios post request result. |
src/types.d.ts |
Made the fee property optional in the IEvents and IEvent interfaces. |
Objective | Addressed | Explanation |
---|---|---|
Smaller BTC column width (#68) | ✅ |
In code's serene and ordered flight,
The columns set just right,
A tiny fee, BTC so slim,
To changes we now hymn.
The form's path clear as day,
Our app now lights the way,
A rabbit's touch; we proudly say.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fix: https://github.com/bitcoinbrisbane/bitcoinpokertour/issues/68
Summary by CodeRabbit
Bug Fixes
BTC
column in schedule tables for better display alignment.New Features
Code Improvements
postRegistration
function by removing unnecessary logs and ensuring results are properly returned.Types Update
fee
property optional, providing greater flexibility in data handling.