mbashem / cftracker

https://cftracker.netlify.app/
MIT License
34 stars 18 forks source link

a functionality to serve check valid handle #144

Closed vishal-kumar4 closed 3 months ago

vishal-kumar4 commented 3 months ago

Now, When ever username is entered which is not following the codeforces username format we will not be calling API with that particular handle and will raise a error toast if no valid handle is found from the list of handles..

Screenshot 2024-06-24 at 4 31 35 PM
netlify[bot] commented 3 months ago

Deploy Preview for cftracker ready!

Name Link
Latest commit f4d30a443537d1e1eb7ffcda08ac21565bc7b0b4
Latest deploy log https://app.netlify.com/sites/cftracker/deploys/667aee2f6a1f7f00086c1648
Deploy Preview https://deploy-preview-144--cftracker.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vishal-kumar4 commented 3 months ago

Removed the validation part just checking for empty string or spaces.