-
Notifications
You must be signed in to change notification settings - Fork 61
Modified challenge create page #150
Modified challenge create page #150
Conversation
5bda7f0
to
d7f6c90
Compare
Codecov Report
@@ Coverage Diff @@
## master #150 +/- ##
=========================================
- Coverage 51.76% 51.7% -0.07%
=========================================
Files 66 66
Lines 3624 3640 +16
Branches 410 412 +2
=========================================
+ Hits 1876 1882 +6
- Misses 1653 1663 +10
Partials 95 95
Continue to review full report at Codecov.
|
@lunayach @Shekharrajak please review the PR. |
Similar commits -- #149 (comment) |
aa21248
to
919ea68
Compare
Still 37 file changes. I can't review it. Also, I see changes like other PRs. |
The file changes will get further reduce after merging #141 . I kept these changes as these are required for this PR also. |
Okay thanks for letting me know. |
Modified app component to show loader according to authService 'isLoader' variable.
app loader component modified to accompany AngularJS application UI.
Ported the image assets from angularJs application into 'image-port' directory
Ported styles from angularjs Application inside style-port folder
Added main.scss file of ported style in the angular.json file to compile it at the time of building project.
Added font variables in ported variable file Added font style in ported main file.
Changes made in auth services to integrate angularJS authentication features
Routing to 'auth/login' has been removed
Made the footer UI similar to the angularjs application one.
Added github fork and star button using github api
simple header added to modify the UI of the header in the dashboard
Added side bar as utility component for the side bar in the Dashboard UI
Dash footer added for improving dashboard UI
Added color property for signup button Added styles for login button
Removed ngIf condition from app-loading component to resolve the error: ExpressionChangedAfterItHasBeenCheckedError
Changes made in UI to make it look similar to current Eval AI application Changes made in challenge service to subscribe for api callback of createChallenge method. Changes made in the logic to handle the file upload and show related errors and toast.
Styles related to challenge-create component moved from 'styles-port/modules/challenge-create.scss'
Added comma after a property in angular.json file
Duplicates removed from main.scss file
Removed unused images-port folder and styles-port folder
component styles from main.scss file
Removed html-styles from simple header component Renamed styles class name in challenge create component
app loader component modified to accompany AngularJS application UI.
Added methods which are used by the components to start and stop the loader.
Added styles in base.scsss and variable.scss reqiored by loading component Added styles in loading.component.scss file
Added modifed loader styles and html
Commented lines removed from simple header file
486f204
to
e0ceab3
Compare
@lunayach this can be reviewed also. |
Removed unused styles and component folder. Removed console logs and comments.
e0ceab3
to
b63855b
Compare
@sanketbansal can you confirm if you are able to create a host team on your end. When I navigate to |
I think that issue should be resolved after merging #149 |
src/app/components/challenge-create/challenge-create.component.scss
Outdated
Show resolved
Hide resolved
src/app/components/challenge-create/challenge-create.component.html
Outdated
Show resolved
Hide resolved
src/app/components/challenge-create/challenge-create.component.html
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.
The functionality looks good. Minor changes needed.
Aligned form error with text field
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.
@RishabhJain2018, Looks good to be merged.
Changes proposed in this pull request: