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

feat: add employee and accounting page to onboarding flow #49161

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    accc8a1 View commit details
    Browse the repository at this point in the history
  2. fix ts error

    nkdengineer committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    419f7cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    88dda39 View commit details
    Browse the repository at this point in the history
  2. add OnboadingListItem

    nkdengineer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6bdf7ed View commit details
    Browse the repository at this point in the history
  3. fix test

    nkdengineer committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e0bc748 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de74800 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    5f75726 View commit details
    Browse the repository at this point in the history
  2. fix the font-size issue

    nkdengineer committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a37009d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d72dec2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    2200305 View commit details
    Browse the repository at this point in the history
  2. Update src/pages/OnboardingEmployees/index.tsx

    Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
    nkdengineer and s77rt committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    646fc6d View commit details
    Browse the repository at this point in the history
  3. Update src/pages/OnboardingAccounting/index.tsx

    Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
    nkdengineer and s77rt committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b7b016f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6964f34 View commit details
    Browse the repository at this point in the history
  5. fix ts error

    nkdengineer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    def4389 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b923dab View commit details
    Browse the repository at this point in the history
  7. move the type to CONST

    nkdengineer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b1e8c24 View commit details
    Browse the repository at this point in the history
  8. remove OnboardingListItem

    nkdengineer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f8ff1f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a773766 View commit details
    Browse the repository at this point in the history
  10. remove unused style

    nkdengineer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a50ce47 View commit details
    Browse the repository at this point in the history
  11. fix lint

    nkdengineer committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c9b6a0b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. merge main

    nkdengineer committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0d6adac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13f4da9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    944b3d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a67914 View commit details
    Browse the repository at this point in the history
  3. migrate to useOnyx

    nkdengineer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    497a35e View commit details
    Browse the repository at this point in the history
  4. remove withOnyx

    nkdengineer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ced0874 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41de3e1 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary code

    nkdengineer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d417b6a View commit details
    Browse the repository at this point in the history
  7. Update src/SCREENS.ts

    Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
    nkdengineer and s77rt committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c6c8cbc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    11f3a4a View commit details
    Browse the repository at this point in the history
  2. Update src/CONST.ts

    Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
    nkdengineer and s77rt committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    465ffbc View commit details
    Browse the repository at this point in the history
  3. Update src/pages/OnboardingAccounting/BaseOnboardingAccounting.tsx

    Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
    nkdengineer and s77rt committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d3121d6 View commit details
    Browse the repository at this point in the history
  4. refactor code

    nkdengineer committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f72f134 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    076d4af View commit details
    Browse the repository at this point in the history
  6. fix type error

    nkdengineer committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ccfa4e1 View commit details
    Browse the repository at this point in the history
  7. remove unnecessary prop

    nkdengineer committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a1201d2 View commit details
    Browse the repository at this point in the history