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

Handling modal windows #70

Merged
merged 25 commits into from
Dec 20, 2023
Merged

Handling modal windows #70

merged 25 commits into from
Dec 20, 2023

Commits on Dec 8, 2023

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

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    e32f154 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be5fce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2e4c1 View commit details
    Browse the repository at this point in the history
  4. Use variables for colors

    kkosiorowska committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8cbb73b View commit details
    Browse the repository at this point in the history
  5. Fix a eslint issue

    kkosiorowska committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0892776 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fix for incorrect colors

    kkosiorowska committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1d4e834 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Change the approach to opening modals

    We should have one modal and change the content in it.
    kkosiorowska committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    dcac86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567d04a View commit details
    Browse the repository at this point in the history
  3. Fix issues for eslint

    kkosiorowska committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bb9bb62 View commit details
    Browse the repository at this point in the history
  4. Define a new color

    kkosiorowska committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7ee5708 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ebb61a View commit details
    Browse the repository at this point in the history
  6. Add a missing comma

    kkosiorowska committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6b6b3ef View commit details
    Browse the repository at this point in the history
  7. Return an activeStep as a number

    Actually, the ModalFlowContext should not know specific steps and should only return the current index.
    kkosiorowska committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5868aab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45bd3a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    f74104e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eebd8a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94c2e9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba3298b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d3e971 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    e57f802 View commit details
    Browse the repository at this point in the history
  2. Update the Sidebar component.

    - use the `aside` tag
    - delete unnecessary DocsDrawer component
    kkosiorowska committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    81d7de5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c5fd08 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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