Skip to content
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

develop -> main #193

Merged
merged 10 commits into from Jan 4, 2022
Merged

develop -> main #193

merged 10 commits into from Jan 4, 2022

Conversation

swarajpure
Copy link
Contributor

No description provided.

swarajpure and others added 6 commits December 27, 2021 00:52
* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* Added test to ensure return type from FormInput component #129 (#130)

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>
* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* updating user status  feature

* Simplified the user status component logic

* Fix for the failing test

* Added a pointer on button and some spacing fixes.

* updated package lock version

* Added test to ensure return type from FormInput component #129 (#130)

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

* Handled edge cases for user
status

* Fixed naming and handled a edge-case in handlebars

* handled edge case - when user not logged in

* removed non-required fields in UserStatusComponent

* Added disabled attribute to user-status buttons

* Added finally block

* Fixed backticks

* chore: resolve conflicts

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Rohan Raj Gupta <rajrohan1914@gmail.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>
* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* Added test to ensure return type from FormInput component #129 (#130)

* added loading state for tasks route

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

* package-lock udpate

* added loading state for tasks route

* package-lock changed

* loading state for profile

* loading file added

* package-lock resolved conflicts

* loading spinner added

* spinner centered

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>
Co-authored-by: Swaraj Rajpure <56217868+swarajpure@users.noreply.github.com>
* Redesigned the navbar

* fixed alignment

* Deleted a test file which was causing test failure

* Fixed the failing test

* fixed formatting in components files

* used BEM for classnames and minor naming fixes

* fixed repeated code, css and added a icon

* Fixed logic in application route, renamed constant

* Removed a cdn link

Co-authored-by: user.name: "Rohan Raj Gupta <user.email: "rajrohan1914@gmail.com>
@netlify
Copy link

netlify bot commented Jan 4, 2022

✔️ Deploy Preview for my-realdevsquad ready!

🔨 Explore the source changes: de32604

🔍 Inspect the deploy log: https://app.netlify.com/sites/my-realdevsquad/deploys/61d4919e0bdc290008ee73e8

😎 Browse the preview: https://deploy-preview-193--my-realdevsquad.netlify.app/

@swarajpure swarajpure changed the base branch from main to CacheTestCase January 4, 2022 18:19
@swarajpure swarajpure changed the base branch from CacheTestCase to main January 4, 2022 18:19
swarajpure and others added 4 commits January 4, 2022 23:54
* add tests for new signup flow (#149)

* Added Component test

* Added Ember Addon

* Added controller test

* Removed extra fields

* add update profile page form (#150)

* added functionality to update profile info

* disabled name fields

* Removed "required" property from all fields

* Renamed labels for some fields

* Fixed 'yoe' issue to treat it as number

* Fixed the redirection

* Added link to upload component in profile page (#156)

* Added link to uplaod component in profile page

* Fix styling

Co-authored-by: Prakash <you@example.com>

* Added test to ensure return type from FormInput component #129 (#130)

* Move tests for the new component from FormInput to InputField (#168)

* chore: tests for new component input-field

* Create InputField component for input field with type validation (#169)

* feat: create new component InputField for input fields with type validation

* chore: move from Input component to native html input and add styles

* chore: remove validator, change em to rem, remove class repetition

* styles: remove important rule and remove outline

Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com>
Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
Co-authored-by: Prakash Choudhary <34452139+prakashchoudhary07@users.noreply.github.com>
Co-authored-by: Prakash <you@example.com>
Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com>
* Redesigned the navbar

* fixed alignment

* Deleted a test file which was causing test failure

* Fixed the failing test

* fixed formatting in components files

* used BEM for classnames and minor naming fixes

* fixed repeated code, css and added a icon

* Fixed logic in application route, renamed constant

* Removed a cdn link

Co-authored-by: user.name: "Rohan Raj Gupta <user.email: "rajrohan1914@gmail.com>
@swarajpure swarajpure changed the base branch from main to CacheTestCase January 4, 2022 18:27
@swarajpure swarajpure changed the base branch from CacheTestCase to main January 4, 2022 18:28
@swarajpure swarajpure merged commit f709c58 into main Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants