Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RWS panel interface #148

Merged
merged 6 commits into from
Sep 24, 2023
Merged

Update RWS panel interface #148

merged 6 commits into from
Sep 24, 2023

Conversation

mayan-000
Copy link
Collaborator

@mayan-000 mayan-000 commented Sep 20, 2023

Description

This PR includes code for making UI/UX touch-ups to the RWS panel, which consists of height, color, font size, line height, scroll into view for form, etc. Alongside includes code to make insights card reactive on tab URL changes.

Relevant Technical Choices

Testing Instructions

Additional Information:

Screenshot/Screencast

Screenshot 2023-09-20 at 6 42 54 PM Screenshot 2023-09-20 at 6 43 43 PM

Partially addresses #120

@mayan-000 mayan-000 marked this pull request as ready for review September 20, 2023 13:16
@mayan-000 mayan-000 self-assigned this Sep 20, 2023
@mayan-000 mayan-000 requested a review from mohdsayed September 20, 2023 13:16
Copy link
Contributor

@ayushnirwal ayushnirwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Associated websites has a limit if i remember correctly could you please add it to the form validation if possible?

@mayan-000
Copy link
Collaborator Author

Associated websites has a limit if i remember correctly could you please add it to the form validation if possible?

The limit has to be implemented by a browser. Chrome has 5 in that sense. As a site owner, one can submit more than 5 associated sites.
Alongside the repo's workflow doesn't have a check for the same nor do the guidelines specify a limit for submitting the PR.

Copy link
Contributor

@ayushnirwal ayushnirwal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some minor changes required

<input
type="text"
className={classNames(
'my-1 py-1 px-2 outline-none border dark:bg-raisin-black dark:text-bright-gray text-outer-space-crayola',
'my-1 py-px px-1 outline-none border border-gainsboro dark:border-quartz dark:bg-raisin-black dark:text-bright-gray text-outer-space-crayola text-xs leading-normal focus:border-bright-navy-blue focus:dark:border-medium-persian-blue',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

py-px... ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

py-px padding-top: 1px; padding-bottom: 1px;

@mohdsayed mohdsayed merged commit 7d9dec2 into feat/rws-2 Sep 24, 2023
4 checks passed
@mohdsayed mohdsayed deleted the feat/rws-3 branch September 24, 2023 03:50
@maitreyie-chavan maitreyie-chavan linked an issue Sep 26, 2023 that may be closed by this pull request
@mohdsayed mohdsayed mentioned this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Related Website Sets panel component
3 participants