Innovateninjas / Paws-frontend

A fast responsive webapp that allows you to report injured stray animals to the nearest NGOs.
https://pawss.vercel.app
GNU General Public License v3.0
64 stars 102 forks source link

🐞[Bug]: fix overflow #506

Open codewarnab opened 4 months ago

codewarnab commented 4 months ago

Is there an existing issue for this?

Describe the bug

image

Expected behavior

fix this for mobile screens ( while registering as ngo )

Add ScreenShots

No response

What browsers are you seeing the problem on?

No response

Record

Nishant-k-sagar commented 4 months ago

Kindly assign this issue to me. Roadmap to fix the issue: I will use the styling for making it responsive to various screen sizes, can fire media queries if needed. @codewarnab

codewarnab commented 4 months ago

Assigned

Nishant-k-sagar commented 4 months ago

@codewarnab i have a minor doubt and need a little help. i am able to resolve the issue for mobile screen size as you can see it in screenshot but when i tried to submit the form to get the alert pop-up, it simply showed error occured.

Screenshot

image the image attached here is of developer console. because i couldn't jump directly on that alert box through Paws-frontend.

so, for that do i have to configure the backend too?

codewarnab commented 4 months ago

without knowing the error how can i help in the attached screenshot can not see the error , if you see any error check the browser network tab and see the resposne of the /register api

Nishant-k-sagar commented 4 months ago

error shown when i run the Paws-frontend on local host: Screenshot from 2024-06-26 13-50-22

while i try to register on Paws.app.vercel/ the confirmation dialog box pops-up: Screenshot from 2024-06-26 13-48-48

i am not reaching to that confirmation box through Paws-frontend. the issue is not challenging but can't reach to dialog box on local host. if somehow i reach on the dialog box, it will be easy to resolve it. so, i was forwarding to backend setup, by bringing Paws-backend and frontend by bringing in same directory

dir | ------Paws-frontend ------Paws-backend and did set up the firebase but not put the Vapid_key as it was not shown in .env.example how to set it

codewarnab commented 4 months ago

check now fix pushed just now

codewarnab commented 4 months ago

first git pull