-
Notifications
You must be signed in to change notification settings - Fork 136
Promoting to Production #1704
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
Merged
Merged
Promoting to Production #1704
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…f repeated JS functions + Moved common function to index.js + Imported in all the json configs
…f repeated JS functions + Moved function to find title inside index.js + Updated imports in all json configs
— Initial commit
…f repeated JS functions + Moved function to find files section title inside index.js + Updated imports in all json configs
…cleaner_json_configs Feature/code refactor for cleaner json configs
…re/fixed_quote_price # Conflicts: # src/config/projectWizard/index.js
Feature/fixed quote price
…f repeated JS functions + Made feature branch deployable
User avatars overlap with project progress view in minimum size of the grid
Limit the number of manager profiles on card view to fit Limit to 10 max because of min width of a card
In TeamManagement.scss, the style ‘.modal-inline-form button’ had it's margin-left unnecessarily set to $base-unit*2 (10px). The inherited value of 5px was all that was needed… This along with the button’s inherited left and right padding of 25px created an extra 15px of width overall, causing the container to appear wider than intended. Simply removing this margin-left style doesn’t suffice, since the button’s left and right padding needed to be decreased to 20px each so to correctly reduce the container width by 10px total, as well as to ensure the inner text ‘Add’ is centered. The add team members container now behaves as intended with the correct width.
…k instead of npm-shrinkwrap
- fixed production builds - fixed to reuse `entry` from topcoder-react-utils
* dev: quick fix for discussions errors Remove the ® from the title Content update for IBM AI Chatbot fix 1655 Fix customer highlight size Fix wrong project status icons; rebuild the SVG icons fix for sort error #1652 revert config change update attachment download logic Issue #1626 Issue #1623 Fix console errors lint Issue 1634 Issue 1593 delete UserAvatar fix #1682 Eliminate use of Icons from appirio-tech-react-components" # Conflicts: # src/config/projectQuestions/app_dev.v1.0.js # src/config/projectQuestions/avd.v1.0.js # src/config/projectQuestions/generic_chatbot.v1.0.js # src/config/projectQuestions/ibm_chatbot.v1.0.js # src/config/projectQuestions/mobility_testing.v1.0.js # src/config/projectQuestions/real_world_testing.v1.0.js # src/config/projectQuestions/topcoder.v1.js # src/config/projectQuestions/visual_design.v1.0.js # src/config/projectQuestions/website.v1.0.js # src/config/projectQuestions/wireframes.v1.0.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#1437, Page update reload suggestion. Now user gets suggestions to reload the page when new content is available.
#1462, Code refactor to load cleaner JSON files instead of repeated JS functions
#1458, Fix price quote mechanism
#1453 Project tags must be clickable and used as search term
Circle CI upgrade to 2.0
#1403, Handle null values for gclid - Google Click Id from Connect to Salesforce
do not auto-reload when feed is changed
fix reload button location
mark all feed update read in componentDidMount
#1575 - Sorting the project list view should not reload the page if we have all the data
#1632 Move My Projects switch inline with the view switch tab
#1603 Search box performance issue
#1615 Adding member without image (avatar component) isn't rendered correctly in auto-suggest box
#1636 - Limit the number of manager profiles on card view to fit
Many other style fixes around messaging and other areas of the application.