New feature: Newsletter Preview
It's been a while since my last feature update on oddsrabbit (still deciding between oddsrabbit and OddsRabbit - what do you think?)
How to fix subject line getting encoded in Sendgrid email subject line
Just spent an hour on this making sure there were no random encoding anywhere on OddsRabbit's backend on newsletter subject lines (we're currently using SendGrid).
[How to] Use Cursor to automate your project's changelogs
This is for those interested in using Cursor to automate your project's changelogs, tags, and releases. I use this workflow for OddsRabbit, with the changelogs updated live here if you want to see an example.
New site re-design - Homepage changes + Responsiveness Change
You might've noticed the design and stylistic changes across the site in the past few days. One of the biggest changes is to the homepage, where you will now land straight into the community dashboard.
New community re-design - Community Icons and Banners
New homepage live~~~
This has been a long time coming, we've finally released a homepage/landing page for OddsRabbit. Check it out at https://www.oddsrabbit.com/ (if you're not logged in) or at https://www.oddsrabbit.com/homepage/. Moving step by step closer to an official launch!
Creating a box-shadow on only one side of an element
For those of you out there who are looking to learn how to create a one-sided shadow effect to an element in CSS. First I recommend using a site like getcssscan (beautiful css shadow examples) to find a shadow style you like. You won't be able to create a better looking box-shadow on your own, trust me. Next what you're looking for is clip-path
. This will give you the clean one-...
Follow our socials
Hi everyone,
New OddsRabbit Icon
@jingjunma spent 15 minutes putting together a new logo for OddsRabbit. It's a bit simple for sure but it's a great start, and something we can upgrade in the future (if needed!)
Post commenting fixed
Hey all, noticed that post commenting actually went down during our user system overhaul. This issue has been fixed and commenting on posts is now back live.
New user system rolled out
Hey everyone, want to announce that we've rolled out our new user system over the past few days. That includes a new login modal, a sign-up modal, and page re-designs, including the login, sign-up, and account pages. This new user/authentication system should help streamline the OddsRabbit experience and allow us more flexibility in designing a great customer experience in the future.
[How to] permission_callback on register_rest_route is showing user is not logged in
I struggled with this one a bit and thought it might help to create a post since this appears to be a common problem. When I was building thesrest routes on OddsRabbit, the is_user_logged_in()
function is returning false
even when the user is logged in.
API Refactored
Just wrapped up a quick refactoring of our API, which should be public soon. New API structure: /api/oddsrabbit/v1/{function_group}/{function}
Stay tuned, will share more public details on our API as that is ready.
API Refactored
Just wrapped up a quick refactoring of our API, which should be public soon. The new endpoint structure will be /api/oddsrabbit/v1/{function_group/{function}
Will share more details once our API is available.
API Refactored
Just wrapped up a quick refactoring of our API, which should be public soon. The new endpoint structure will be /api/oddsrabbit/v1/{function_group/{function}
Will share more details once our API is available.