Skip to content

WIP: Reskin profile modal #6574

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

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1a266ee
improvement(reskin-profile): change modal bg
dedywahyudi Jun 15, 2022
7052dc0
improvement(reskin-profile): change to #000
dedywahyudi Jun 15, 2022
1b3cd24
ci: deploy to QA
rakibansary Jun 15, 2022
d8986f3
improvement(reskin-profile): edit page title
dedywahyudi Jun 17, 2022
219cb99
ci: reskin-profile to qa & beta
dedywahyudi Jun 17, 2022
e17331f
Merge branch 'develop' into reskin-profile
dedywahyudi Jun 17, 2022
ec75a88
improvement(reskin-profile): verified badge
dedywahyudi Jun 20, 2022
61cd087
fix(reskin-profile): test update
dedywahyudi Jun 20, 2022
746daae
improvement(reskin-profile): all modal activities
dedywahyudi Jun 22, 2022
6e9e09a
improvement(reskin-profile): change SRM stat to competitions
dedywahyudi Jun 24, 2022
a7f657b
fix: modal activity previous data
dedywahyudi Jun 24, 2022
10a5ed6
improvement(reskin-profile): bottom preloader
dedywahyudi Jun 26, 2022
3df3e66
improvement(reskin-profile): challenge list in modal dup
dedywahyudi Jun 28, 2022
8c06ddf
improvement(reskin-profile): challenge icons colors
dedywahyudi Jun 28, 2022
8bce48b
Merge pull request #6568 from topcoder-platform/f2f-30277179-4
dedywahyudi Jun 28, 2022
8e6162b
improvement(reskin-profile): challenge list in modal dup2
dedywahyudi Jun 29, 2022
22a9e2c
fix(reskin-profile): verified badge tooltip
dedywahyudi Jun 30, 2022
76a5bfb
Merge branch 'develop' into reskin-profile
dedywahyudi Jul 1, 2022
ea0f7a1
improvement(reskin-tco-badge): tco badge
dedywahyudi Jun 30, 2022
197c2c7
fix lint error
dedywahyudi Jun 30, 2022
08855f7
fix: for issue PROD-2113
luizrrodrigues Jun 30, 2022
b97af1d
improvement(reskin-profile): modal dup data
dedywahyudi Jul 2, 2022
31497cf
ci: set stag to reskin-profile-modal
dedywahyudi Jul 2, 2022
5665897
fix: update to 1000.29.3
dedywahyudi Jul 2, 2022
aca8412
Merge branch 'develop' into reskin-profile-modal
dedywahyudi Jul 2, 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
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,27 +349,28 @@ workflows:
filters:
branches:
only:
- reskin-profile
- develop
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
filters:
branches:
only:
- free
- tco23
# This is alternate dev env for parallel testing
- "build-qa":
context : org-global
filters:
branches:
only:
- free
- reskin-profile
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
filters:
branches:
only:
- footer-update
- reskin-profile
# This is stage env for production QA releases
- "build-prod-staging":
Expand All @@ -378,8 +379,7 @@ workflows:
branches:
only:
- develop
- fix-security-headers
- tco23-BS-comps
- reskin-profile-modal
# Production builds are exectuted
# when PR is merged to the master
# Don't change anything in this configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,11 @@ exports[`SubtrackChallengeView matches shallow snapshot 1`] = `
}
challengesHasMore={null}
handle="thomaskranitsas"
isAlreadyLoadChallenge={
Object {
"current": false,
}
}
loadMarathon={[Function]}
loadSRM={[Function]}
loadSubtrackChallenges={[Function]}
Expand Down
Loading