-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(cc-widgets): Style station login component #404
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
packages/contact-center/station-login/src/station-login/station-login.style.scss
Outdated
Show resolved
Hide resolved
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.
Code changes look good, lets update the branch with latest ccwidgets branch and check the pipeline I believe that the UTs might be failing
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.
It is essential we use the MRV2 components everywhere. Here's the storybook for the same.
packages/contact-center/station-login/src/station-login/station-login.presentational.tsx
Outdated
Show resolved
Hide resolved
packages/contact-center/station-login/src/station-login/station-login.presentational.tsx
Outdated
Show resolved
Hide resolved
packages/contact-center/station-login/src/station-login/station-login.presentational.tsx
Outdated
Show resolved
Hide resolved
The MRV2 component is not working and doesnt match the design that we need. The closest match we can get is with native select |
This was difficult because these components were not working for us, and when they did work , they were dramatically different from the spec or they had styling issues due to the tooling of the scss files in this project which are not scoped correctly and interferring with the presentation layers of all components. |
MRV2 won't match the design is expected because we concluded to go with an older library. We will have to Style our way through it. That's what we've did in User state and following in the Call Controls too. Would like to keep it consistent that way |
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.
LGTM , just fix the merge conflicts
@mkesavan13 merging it now , let me know if there is any pending items we can work later |
🎉 This PR is included in version 1.28.0-ccwidgets.31 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.28.0-ccwidgets.31](webex/widgets@v1.28.0-ccwidgets.30...v1.28.0-ccwidgets.31) (2025-03-07) ### Features * **cc-widgets:** Style station login component ([webex#404](webex#404)) ([cfb6cf4](webex@cfb6cf4))
COMPLETES #< https://jira-eng-sjc12.cisco.com/jira/browse/CAI-6038 >
This pull request addresses
Styles the station login component to more closely match the spec.
by making the following changes
to the presentation layer of the station login component (css and template)
Change Type
The following scenarios were tested
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >
Checklist before merging
Make sure to have followed the contributing guidelines before submitting.