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

Feature Added Sidebar. #274

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Commits on Aug 22, 2022

  1. Sync main with develop (Real-Dev-Squad#249)

    * Changes in navbar UI and content
    
    * Change in navbar UI
    
    * Change in navbar UI as per new design
    
    * Add login url from constants
    
    * Added changes to fetch and display data for signed-in users
    
    * Fixed display data for signed-out users
    
    * Added mobile UI change for currency exchange page
    
    * Added changes to use Link component for anchor tags
    
    * Remove commented code
    
    * css code refactor changes
    
    * Add and load paths from constants file
    
    * Remove !important property from navbar css
    
    * Refactor css code
    
    * Add UI changes in navbar
    
    * Add default avatar for user profile picture
    
    * Add UI changes in navbar
    
    * Add UI changes in navbar
    
    * Add profile link on greet message & error handling in fetch user
    
    * Fix profile url
    
    * Added .env.development file (Real-Dev-Squad#245)
    
    Co-authored-by: user.name: "Rohan Raj Gupta <user.email: "rajrohan1914@gmail.com>
    
    * Improvement in code and changes to use cloudinary images
    
    * Add key prop
    
    * Replace useEffect by useLayoutEffect for login button
    
    * Improvement in navbar code
    
    * Update ecmaVersion in ESLint config
    
    * Revert useLayoutEffect changes for login button
    
    * Fix login button UI
    
    Co-authored-by: Shubham <yadav105shubham@gmail.com>
    Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
    Co-authored-by: user.name: "Rohan Raj Gupta <user.email: "rajrohan1914@gmail.com>
    4 people authored and ivinayakg committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    7bb0bcd View commit details
    Browse the repository at this point in the history
  2. added contstants and image

    ivinayakg committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    0d35066 View commit details
    Browse the repository at this point in the history
  3. fixed sidebar files

    ivinayakg committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4d7da41 View commit details
    Browse the repository at this point in the history
  4. fixed the sidebar

    ivinayakg committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3e19883 View commit details
    Browse the repository at this point in the history
  5. 'Requested Changes Done'

    ivinayakg committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f82eed7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. fixed typo

    ivinayakg committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    5505754 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    ba14b6c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. responsivness added

    ivinayakg committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    944e08f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Add: Move to yarn (Real-Dev-Squad#289)

    * move to yarn
    
    * fix: github ci command
    
    * fix: github workflow commands
    
    * add: test command in CI
    
    * remove test command from ci
    MehulKChaudhari authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    2f0e329 View commit details
    Browse the repository at this point in the history
  2. *WIP* Add: cypress tests setup (Real-Dev-Squad#276)

    * add: cypress integration tests setup
    
    * add mocks and config for .module.css file
    
    * add package-lock.json to sync
    
    * remove msw
    MehulKChaudhari authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    955df28 View commit details
    Browse the repository at this point in the history
  3. add: msw (Real-Dev-Squad#288)

    * add: msw
    
    * add: handlers
    
    * fix: gitignore
    
    * update yarn
    MehulKChaudhari authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    fc04834 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Feature/integrating-new-signup-flow (Real-Dev-Squad#293)

    feat: integrating signup flow
    ranitasahaa1230 authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9feaa96 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Sync main with develop (Real-Dev-Squad#249)

    * Changes in navbar UI and content
    
    * Change in navbar UI
    
    * Change in navbar UI as per new design
    
    * Add login url from constants
    
    * Added changes to fetch and display data for signed-in users
    
    * Fixed display data for signed-out users
    
    * Added mobile UI change for currency exchange page
    
    * Added changes to use Link component for anchor tags
    
    * Remove commented code
    
    * css code refactor changes
    
    * Add and load paths from constants file
    
    * Remove !important property from navbar css
    
    * Refactor css code
    
    * Add UI changes in navbar
    
    * Add default avatar for user profile picture
    
    * Add UI changes in navbar
    
    * Add UI changes in navbar
    
    * Add profile link on greet message & error handling in fetch user
    
    * Fix profile url
    
    * Added .env.development file (Real-Dev-Squad#245)
    
    Co-authored-by: user.name: "Rohan Raj Gupta <user.email: "rajrohan1914@gmail.com>
    
    * Improvement in code and changes to use cloudinary images
    
    * Add key prop
    
    * Replace useEffect by useLayoutEffect for login button
    
    * Improvement in navbar code
    
    * Update ecmaVersion in ESLint config
    
    * Revert useLayoutEffect changes for login button
    
    * Fix login button UI
    
    Co-authored-by: Shubham <yadav105shubham@gmail.com>
    Co-authored-by: Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>
    Co-authored-by: user.name: "Rohan Raj Gupta <user.email: "rajrohan1914@gmail.com>
    4 people authored and ivinayakg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    22d8795 View commit details
    Browse the repository at this point in the history
  2. added contstants and image

    ivinayakg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    752bcf2 View commit details
    Browse the repository at this point in the history
  3. fixed sidebar files

    ivinayakg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    1a89d49 View commit details
    Browse the repository at this point in the history
  4. fixed the sidebar

    ivinayakg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    0a53637 View commit details
    Browse the repository at this point in the history
  5. 'Requested Changes Done'

    ivinayakg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    def0ffb View commit details
    Browse the repository at this point in the history
  6. fixed typo

    ivinayakg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    72bd58e View commit details
    Browse the repository at this point in the history
  7. responsivness added

    ivinayakg committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    9cbf66b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    125e025 View commit details
    Browse the repository at this point in the history