-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
There was a problem hiding this 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?
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. |
There was a problem hiding this 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', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
py-px... ?
There was a problem hiding this comment.
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; |
---|
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
Partially addresses #120