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

Request buttons styling #9

Merged
merged 37 commits into from
Apr 2, 2024
Merged

Request buttons styling #9

merged 37 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. Add styling for request buttons

    This adds CSS to change the request button styles
    so that they look more like buttons instead
    of links
    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a131ea5 View commit details
    Browse the repository at this point in the history
  2. Add clickable initial location request button

    This adds a prominent button for choosing the location
    of the item you want to request.
    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0091ecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e15c33f View commit details
    Browse the repository at this point in the history
  4. Sign-in button CSS changes

    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    90dac5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93404b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe7681f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e8556e View commit details
    Browse the repository at this point in the history
  8. Override location-after and location-after-items

    These are components that we will need to override to customize heavily. This commit
    uses a strategy that uses these components -after children to recreate the
    parent component. The parent is then hidden while keeping the child visible.
    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8ffebd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b08d4c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f4c213 View commit details
    Browse the repository at this point in the history
  11. Add CapitalizeService and AuthService

    These servies will allow you to get the login status of a user. This also shows how to share state across components.
    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    67be66c View commit details
    Browse the repository at this point in the history
  12. Add updated templates

    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0573679 View commit details
    Browse the repository at this point in the history
  13. Include missing services

    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b47d22b View commit details
    Browse the repository at this point in the history
  14. Add inactive button styles

    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f6e704d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    35524d5 View commit details
    Browse the repository at this point in the history
  16. Remove opacity CSS

    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    595750d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ef14e3d View commit details
    Browse the repository at this point in the history
  18. Revert "Update prm-location and prm-location-items CSS"

    This reverts commit f28d030.
    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    502b1b7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    adf006b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bb23207 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    80e13b7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9e9f8a6 View commit details
    Browse the repository at this point in the history
  23. Remove unused CSS styles

    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    dd5299b View commit details
    Browse the repository at this point in the history
  24. Remove eu-cookie-popup.css

    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    efc39ae View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3788f9a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ed98e80 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4990d36 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1d048b5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    69d9951 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    84d6b87 View commit details
    Browse the repository at this point in the history
  31. Revert "Remove expand button, show all data by default"

    This reverts commit f02a29b.
    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7c22215 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e9fc07c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1b43b29 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    902341f View commit details
    Browse the repository at this point in the history
  35. Set width for item status

    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    41ef784 View commit details
    Browse the repository at this point in the history
  36. Change the initial button to link and

    bring back the right chevron
    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    10e8353 View commit details
    Browse the repository at this point in the history
  37. Add message if there are no services

    and you are logged in.
    little9 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2159eb1 View commit details
    Browse the repository at this point in the history