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: Action Menu #7633

Merged
merged 106 commits into from
Oct 28, 2024
Merged

feat: Action Menu #7633

merged 106 commits into from
Oct 28, 2024

Commits on Sep 19, 2024

  1. feat: implement action menu

    jamil314 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    97cc9d9 View commit details
    Browse the repository at this point in the history
  2. chore: export IProps

    jamil314 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6853f29 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    6e39150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b3a8d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    6dea8e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd37024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bd63c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e9b10 View commit details
    Browse the repository at this point in the history
  5. feat: create actionMenu

    jamil314 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    60e3bfe View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    e46dc94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a0c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b326939 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c872344 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6ff234 View commit details
    Browse the repository at this point in the history
  6. refactor: move actionItems

    jamil314 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0071b8f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    be12ad6 View commit details
    Browse the repository at this point in the history
  2. amend: add missing props

    jamil314 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1820f6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f2b28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40f3d6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07ecc4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1730ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec229b0 View commit details
    Browse the repository at this point in the history
  8. refactor: restructure types

    jamil314 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bca7d50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    371b26b View commit details
    Browse the repository at this point in the history
  10. chore: add todo

    jamil314 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    aeb2c98 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e774d62 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6f60039 View commit details
    Browse the repository at this point in the history
  13. chore: remove console.log

    jamil314 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7a81c01 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0cb3f3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8cdc58a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd6de09 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. wip

    jamil314 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b25bfa1 View commit details
    Browse the repository at this point in the history
  2. Revert "wip"

    This reverts commit b25bfa1.
    jamil314 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5377129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79915be View commit details
    Browse the repository at this point in the history
  4. fix: font and color

    jamil314 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    70fafcd View commit details
    Browse the repository at this point in the history
  5. fix: keyDown behaviour

    jamil314 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fc9dd17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6349d18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ccc233 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12a0b2e View commit details
    Browse the repository at this point in the history
  9. chore: deprecate toggleMenu

    jamil314 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    916febb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d953f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2fb782e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d5a37c6 View commit details
    Browse the repository at this point in the history
  13. chore: remove unused imports

    jamil314 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    aa1b022 View commit details
    Browse the repository at this point in the history
  14. chore: update changelog

    jamil314 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ee1cc11 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    610a702 View commit details
    Browse the repository at this point in the history
  2. fix: add id in dropdown menu

    jamil314 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3046577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9db81b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    3fb579c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe52196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bb9fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08f1213 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d700d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dccf00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33ef0bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    539318c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62836f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    80671a0 View commit details
    Browse the repository at this point in the history
  2. fix: focus

    jamil314 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8773dc8 View commit details
    Browse the repository at this point in the history
  3. chore: remove as string

    jamil314 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c5453f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce74d44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbff2c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab244ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f393b16 View commit details
    Browse the repository at this point in the history
  8. fix: styles

    jamil314 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    916eb6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f308a59 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ee686b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    42b38df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5049e56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b77313 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    855989d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a103589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9c53a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7391bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a346de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c190bf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    173ca9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7ed13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9627f7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d11be2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efad86c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0463d3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4943521 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    417ccca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4403eb View commit details
    Browse the repository at this point in the history
  10. fix: unhandled errors

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2ad81cf View commit details
    Browse the repository at this point in the history
  11. chore: remove old tests

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6a77319 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c055bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0df9bf2 View commit details
    Browse the repository at this point in the history
  14. fix: eventToggle id in test

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1561680 View commit details
    Browse the repository at this point in the history
  15. fix: eventToggle id in test

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3c75d6c View commit details
    Browse the repository at this point in the history
  16. fix: ids in UserList.test

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4db832d View commit details
    Browse the repository at this point in the history
  17. fix: ids in UserAudit.test

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2ad338c View commit details
    Browse the repository at this point in the history
  18. fix: import Event

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    07c6d12 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa209e9 View commit details
    Browse the repository at this point in the history
  20. fix: ids in ProfileMenu.test

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1769f0e View commit details
    Browse the repository at this point in the history
  21. fix: import Event

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    feaf386 View commit details
    Browse the repository at this point in the history
  22. fix: import Event

    jamil314 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dff7eb0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    731b1ea View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    340b5b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    1b602dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd7127 View commit details
    Browse the repository at this point in the history