-
Notifications
You must be signed in to change notification settings - Fork 66
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
Feature/connectv2 with dev #315
base: dev
Are you sure you want to change the base?
Conversation
… we won't need to add each individual icon file to exports)
…eact-components into feature/connectv2
exported few of the newly added icons
Fixed a few icon names to be consistent
…g on the search button
…eact-components into feature/connectv2
…eact-components into feature/connectv2
… tc-includes to avoid multiple loading of css rules
-- Fixed console error in closing feature selector popup, it was because className property was of type SvgAnimatedString instead of plain old string type for svg children.
-- Fixed hover state for XMarkIcon
…eact-components into feature/connectv2
…e based on user's initials. -- Updated Avatar component to use react-avatar library to render avatar based on user's name or handle
…e based on user's initials. -- Fixed usage of src attribute
fix fail select when search by key #2759
fix key up/down bound issue
Country selection - select by keyboard #2540
… last of the name field — Should be fixed
…d redesign - Controls new design + fix to format prices with comma
…d - Disabled condition
…cted on the value update)
…other Formzy controls
…with multiple errors from precompiled files
…egistrationScreen and remove + sign requirement in phone numbers in Formsy.PhoneInput
Ignore 'dist' folder during npm run lint
Fix for issue# 2857 on connect-app
Wizard redesign - Checkboxes and radio buttons with optional description and price (without design update)
@vikasrohit it looks like So it looks like only Connect app uses this repo. Is there any chance that any other project uses it? If no we can safely replace Also, we may consider removing the components which we don't use in Connect app from |
@vikasrohit I've just noticed, that Community app uses |
Yep, tc-accounts started using react-components 7-8 months back when changed the registration flow for Connect and it required some components to be shared between accounts-app and connect-app. |
@ThomasKranitsas please have a look |
@sushilshinde @ThomasKranitsas we created this PR to analyze the feasibility of merging and syncing the connect specific branch with standard dev/master. However, if we are not using this repo at all after introducing https://github.com/topcoder-platform/topcoder-react-utils, we can safely convert connect specific branch as dev/master and later on we can move components to the https://github.com/topcoder-platform/topcoder-react-utils when we want to have single place for all react components for topcoder. |
fyi @gondzo @sushilshinde @mtwomey
Let me know if we can do this merge. This is very big merge and might be causing UI issues with community site.