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

Replace uses of "dropdown" with respective ViewComponent #5907

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

Commits on Jun 29, 2024

  1. moved three dots icon from component to html.erb

    Only one dropdown button were using three dots icons hence it is better to put it on block of component from html.erb.
    iamronakgupta committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f6cba70 View commit details
    Browse the repository at this point in the history
  2. updated: button css classes added to dropdown as variable

     display: flex and align-items: center added to style to align items of button horizontally. button_class variable added to dropdown component to dynamically change css properties of button like background color
    iamronakgupta committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5db3caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fef6a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    130bbc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da11c46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f488c1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b85dae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23ba785 View commit details
    Browse the repository at this point in the history
  9. minor fix

    iamronakgupta committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    957dc23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9c5124 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    937f1c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5736f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0ef511 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5792d22 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    9511292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68aff5a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Jul 22, 2024

  1. bootsrap style added

    iamronakgupta committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c0045a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef8ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce7d90 View commit details
    Browse the repository at this point in the history