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(codex-ui): popup and confirm implementation #254

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

Commits on Jul 5, 2024

  1. Added popup to the Playground

    elizachi committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0eaaafd View commit details
    Browse the repository at this point in the history
  2. Added popup container

    elizachi committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    030c3a0 View commit details
    Browse the repository at this point in the history
  3. Added close button

    elizachi committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7db5988 View commit details
    Browse the repository at this point in the history
  4. Fix border

    elizachi committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8a17f3e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Added trigger component what can show popup

    elizachi committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    524df3c View commit details
    Browse the repository at this point in the history
  2. Added close button

    elizachi committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c7a1a82 View commit details
    Browse the repository at this point in the history
  3. Added teleport

    elizachi committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    36c01de View commit details
    Browse the repository at this point in the history
  4. Added confirm component

    elizachi committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    246848f View commit details
    Browse the repository at this point in the history
  5. Remove useless style

    elizachi committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    56a0795 View commit details
    Browse the repository at this point in the history
  6. Added functions to the buttons

    elizachi committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3e3d8c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Fix component description

    elizachi committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    243279a View commit details
    Browse the repository at this point in the history
  2. Fix naming of the buttons

    elizachi committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    aa750f4 View commit details
    Browse the repository at this point in the history
  3. Move popup to the bottom of Playground

    elizachi committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9ab7986 View commit details
    Browse the repository at this point in the history
  4. Added usePopup function

    elizachi committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8ed65a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Remove vue teleport

    elizachi committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3b27cf0 View commit details
    Browse the repository at this point in the history
  2. Added Popup to the playground

    elizachi committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bdd791c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feat/popup-implementation

    elizachi committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0aea846 View commit details
    Browse the repository at this point in the history
  4. Fix export

    elizachi committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    74d557f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Fix naming

    elizachi committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e5efa9a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Added missed comment

    elizachi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    baea337 View commit details
    Browse the repository at this point in the history
  2. Added close on click outside the popup container

    elizachi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    382694b View commit details
    Browse the repository at this point in the history
  3. Added close on esc button

    elizachi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    1a8764f View commit details
    Browse the repository at this point in the history
  4. Change z-index level and rename body to text

    elizachi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    01a94ee View commit details
    Browse the repository at this point in the history
  5. Added support enter button for confirm

    elizachi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3f2bb38 View commit details
    Browse the repository at this point in the history
  6. Change popup z-index

    elizachi committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    1da8277 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Move confirm to separate folder

    elizachi committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9698e0a View commit details
    Browse the repository at this point in the history
  2. Added useConfirm

    elizachi committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    87fac03 View commit details
    Browse the repository at this point in the history
  3. Move onCancel and onConfirm logic

    elizachi committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    6d1fcba View commit details
    Browse the repository at this point in the history
  4. move usePopup logic to the useConfirm

    elizachi committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    8ef117c View commit details
    Browse the repository at this point in the history
  5. Fix await logic

    elizachi committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    c85ec65 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Remove interval

    elizachi committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bffc40a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    7e49c70 View commit details
    Browse the repository at this point in the history
  2. Removed reduant onConfirm and onCancel fuctions

    elizachi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    97dae48 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Added separate page for Confirm

    elizachi committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ee91e7c View commit details
    Browse the repository at this point in the history
  2. Added stub text component

    elizachi committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    28bd1c3 View commit details
    Browse the repository at this point in the history
  3. get rid of result ref

    elizachi committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fb7215f View commit details
    Browse the repository at this point in the history
  4. Move on Escape reaction in usePopup

    elizachi committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    34ef9e1 View commit details
    Browse the repository at this point in the history
  5. Added hover to close button

    elizachi committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    84d5273 View commit details
    Browse the repository at this point in the history