sirocco-ventures / raggenie

https://www.raggenie.com
MIT License
29 stars 13 forks source link

Add placeholder and hint for URL input box on Website Plugin Configuration Page #29

Open ashmilhussain opened 19 hours ago

ashmilhussain commented 19 hours ago

The URL input box for the Website Plugin does not currently have a placeholder, which may confuse users regarding the required format (HTTP or HTTPS).

Proposed Changes:

Add a placeholder to the URL input box: • Placeholder text: https://www.raggenie.com Include a hint below the input box stating: • “Include http or https in the URL.”

uchiha-vivek commented 17 hours ago

Sir can you please assign this issue to me . I have tried to fixed it

BEFORE

before

AFTER after

Changes made in File : ui>src>components>SearchInput.jsx ui>src>components>SearchInput.module.css

Add a placeholder to the URL input box: Include a hint below the input box stating:

ashmilhussain commented 16 hours ago

Hi @uchiha-vivek sorry to miss adding screnshots

Firstly appriciating your quick effort and result , unfortunately this is not the screen where it was required

This is the Samle path : /plugins/4/website/2/details

Screenshot marked the field

Screenshot 2024-09-28 at 3 14 42 PM

You need to run the backend also to see the pluggin list, currently i can see plugins are not loaded on your screen

uchiha-vivek commented 15 hours ago

Yes @ashmilhussain noted, Will do it.

uchiha-vivek commented 8 hours ago

Changes Made

raggenie

I tried to run the backend and then made the changes successfully .

@ashmilhussain Please check it , i tried to run it on windows and removed uvloop from requirements.txt It worked fine without giving any errors .

If this is fine then i will raise the pull request .

uchiha-vivek commented 7 hours ago

@ashmilhussain we have to create seperate branch_name by feature or issue name right ?

ashmilhussain commented 7 hours ago

Will update once reviewed, regarding branch let it go to main for now

uchiha-vivek commented 7 hours ago

Ok @ashmilhussain Thanks