Skip to content

Sync with develop branch #6729

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 22 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
874e5d3
fix: side navigation doesn't work on mobile
suppermancool Nov 11, 2022
99e1ebb
Merge pull request #6719 from topcoder-platform/timeline-wall-api-iss…
igoroshko Nov 11, 2022
fdc0956
fix: handle errors from backend properly
suppermancool Nov 11, 2022
0db3399
Merge pull request #6720 from topcoder-platform/timeline-wall-api-iss…
igoroshko Nov 11, 2022
e2e74bd
fix: forums link
suppermancool Nov 11, 2022
fc27993
fix: build error
suppermancool Nov 11, 2022
f0a3f01
fix: linked handles
suppermancool Nov 12, 2022
5fb311b
fix: change new event labels
suppermancool Nov 12, 2022
269ce48
Merge pull request #6723 from topcoder-platform/timeline-wall-api-iss…
igoroshko Nov 14, 2022
a931dff
Merge pull request #6722 from topcoder-platform/timeline-wall-api-iss…
igoroshko Nov 14, 2022
de13eb3
fix: dropdown options for rejection of submission
suppermancool Nov 15, 2022
9856abc
Merge pull request #6725 from topcoder-platform/timeline-wall-api-iss…
igoroshko Nov 15, 2022
0eb9250
fixed config property name TIMELNE_EVENT_API => TIMELINE_WALL_API
igoroshko Nov 15, 2022
3084810
fix: approvals number should increase automatically
suppermancool Nov 16, 2022
394fcf9
Merge pull request #6721 from topcoder-platform/timeline-wall-api-iss…
igoroshko Nov 16, 2022
11e582a
Merge pull request #6718 from topcoder-platform/PROD-2905
luizrrodrigues Nov 16, 2022
bb083c5
Merge branch 'feature-timeline-wall' into timeline-wall-api-issues-18
suppermancool Nov 16, 2022
32b4708
Merge pull request #6726 from topcoder-platform/timeline-wall-api-iss…
igoroshko Nov 16, 2022
ac52559
Update Timeline Wall backend API for DEV deployment
igoroshko Nov 16, 2022
22b2073
Merge pull request #6727 from topcoder-platform/feature-timeline-wall
luizrrodrigues Nov 16, 2022
8c4680b
Revert "Prod 2905"
luizrrodrigues Nov 16, 2022
512c5b1
Merge pull request #6728 from topcoder-platform/revert-6718-PROD-2905
luizrrodrigues Nov 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ exports[`renders account setting page correctly 1`] = `
"link": "preferences",
"title": "Preferences",
},
Object {
"link": "payment",
"title": "Payment",
},
]
}
/>
Expand Down Expand Up @@ -809,10 +805,6 @@ exports[`renders preferences setting page correctly 1`] = `
"link": "preferences",
"title": "Preferences",
},
Object {
"link": "payment",
"title": "Payment",
},
]
}
/>
Expand Down Expand Up @@ -1567,10 +1559,6 @@ exports[`renders profile setting page correctly 1`] = `
"link": "preferences",
"title": "Preferences",
},
Object {
"link": "payment",
"title": "Payment",
},
]
}
/>
Expand Down Expand Up @@ -2331,10 +2319,6 @@ exports[`renders tools setting page correctly 1`] = `
"link": "preferences",
"title": "Preferences",
},
Object {
"link": "payment",
"title": "Payment",
},
]
}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ exports[`Matches shallow shapshot 2`] = `
Joining...
</span>
<ThemedLoadingIndicator
className=""
composeAdhocTheme="deeply"
composeContextTheme="softly"
mapThemrProps={[Function]}
Expand Down
5 changes: 3 additions & 2 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ module.exports = {
SUBDOMAIN_PROFILE_CONFIG: [{
groupId: '20000000', communityId: 'wipro', communityName: 'topgear', userProfile: 'https://topgear-app.wipro.com/user-details',
}],
TIMELNE_EVENT_API: 'https://api.topcoder-dev.com/v5/timeline-wall',
TIMELINE_WALL_API: 'https://api.topcoder-dev.com/v5/timeline-wall',
},

/* Information about Topcoder user groups can be cached in various places.
Expand Down Expand Up @@ -465,7 +465,8 @@ module.exports = {
PLATFORMUI_SITE_URL: 'https://platform-ui.topcoder-dev.com',
DICE_VERIFY_URL: 'https://accounts-auth0.topcoder-dev.com',
TIMELINE: {
REJECTION_EVENT_REASONS: ['Duplicate Event'],
REJECTION_EVENT_REASONS: ['Duplicate Event', 'Violates the Topcoder terms', 'Inaccurate or Invalid'],
ALLOWED_FILETYPES: ['image/jpeg', 'image/png', 'video/mp4', 'video/x-msvideo', 'video/webm'],
FETCHING_PENDING_APPROVAL_EVENTS_INTERVAL: 5 * 60 * 1000, // 5 minutes
},
};
2 changes: 1 addition & 1 deletion config/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {
},
EMAIL_VERIFY_URL: 'http://www.topcoder.com/settings/account/changeEmail',
THRIVE_FEED: 'https://topcoder.com/api/feeds/thrive',
TIMELNE_EVENT_API: 'https://api.topcoder.com/v5/timeline-wall',
TIMELINE_WALL_API: 'https://api.topcoder.com/v5/timeline-wall',
},
/* Filestack configuration for uploading Submissions
* These are for the production back end */
Expand Down
8 changes: 0 additions & 8 deletions src/assets/images/PayPal_logo_gray.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/assets/images/Payoneer_log_gray.svg

This file was deleted.

13 changes: 0 additions & 13 deletions src/assets/images/Western_Union_Logo_gray.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/arrow-right-green.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/images/icon-back-arrow.svg

This file was deleted.

Loading