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

Add modals from Tobira #5

Merged
merged 19 commits into from
May 29, 2024
Merged

Add modals from Tobira #5

merged 19 commits into from
May 29, 2024

Commits on May 23, 2024

  1. Add modal from tobira

    Adds the "Modal" component from Tobira.
    The component is ported with the minimum
    amount of required changes. Translations
    string will have to be provided in their
    translated form.
    Arnei committed May 23, 2024
    Configuration menu
    Copy the full SHA
    11669b7 View commit details
    Browse the repository at this point in the history
  2. Add basic styled button from Tobira

    Adds another button component from
    Tobira, with the goal of using it in the
    confirmation modal from Tobira. The
    button can be normal, happy or danger.
    Arnei committed May 23, 2024
    Configuration menu
    Copy the full SHA
    868f280 View commit details
    Browse the repository at this point in the history
  3. Use color config for Spinner

    As how it is in Tobira.
    Arnei committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a7da561 View commit details
    Browse the repository at this point in the history
  4. Add error box from Tobira

    Adds a nice little error box from Tobira to
    render errors in. Also adds the card component
    which is required for that. Used by confirmation
    modal.
    Arnei committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2339768 View commit details
    Browse the repository at this point in the history
  5. Add ConfirmationModal from Tobira

    Adds the confirmation modal from tobira
    Arnei committed May 23, 2024
    Configuration menu
    Copy the full SHA
    21e3b30 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Fix colors for styled button

    Added missing colors, changed unused colors.
    Arnei committed May 24, 2024
    Configuration menu
    Copy the full SHA
    647595b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Various small improvements

    As suggested by @LukasKalbertodt. Thanks.
    Arnei committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0dca519 View commit details
    Browse the repository at this point in the history
  2. Add comments

    Arnei committed May 28, 2024
    Configuration menu
    Copy the full SHA
    36b5d2f View commit details
    Browse the repository at this point in the history
  3. Remove extra util file

    It is not necessary.
    Arnei committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2957ec5 View commit details
    Browse the repository at this point in the history
  4. Remove styledButton.tsx

    Move code over to button.tsx
    Arnei committed May 28, 2024
    Configuration menu
    Copy the full SHA
    52cf16c View commit details
    Browse the repository at this point in the history
  5. Fix copy & paste errors

    Arnei committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e876eb8 View commit details
    Browse the repository at this point in the history
  6. Make stroke color configurable for spinner

    Optional, defaults to "currentcolor".
    Arnei committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0f22128 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update happy and inverted colors

    Based on the advice by @LukasKalbertodt
    Arnei committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d316d89 View commit details
    Browse the repository at this point in the history
  2. Pass appkit config to css function

    We should not rely on a hook in a function
    working, so better let the calling component
    pass it.
    Arnei committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9ccf240 View commit details
    Browse the repository at this point in the history
  3. More color fixes

    Arnei committed May 29, 2024
    Configuration menu
    Copy the full SHA
    07f0385 View commit details
    Browse the repository at this point in the history
  4. More color fixes

    Arnei committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2cadf8d View commit details
    Browse the repository at this point in the history
  5. Add accent9 color

    Arnei committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7430e75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35f67ad View commit details
    Browse the repository at this point in the history
  7. Danger button font bold

    Arnei committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b81d3c9 View commit details
    Browse the repository at this point in the history