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

Progressively enhanced combobox for developer specialties (#820) #868

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

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    32c4979 View commit details
    Browse the repository at this point in the history
  2. Admin CRUD

    joemasilotti committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6202487 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    896168e View commit details
    Browse the repository at this point in the history
  4. Disable rate limiting in development

    Sometimes requesting a bunch of assets via Active Storage can hit the
    rate limit.
    joemasilotti committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    42aa3d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cddc3ff View commit details
    Browse the repository at this point in the history
  6. Remove ivar from partial

    joemasilotti committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    284fde4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f35a1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29b2a8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56c4c12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    431324c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a92f549 View commit details
    Browse the repository at this point in the history
  12. Limit specialties to 5

    joemasilotti committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    fdf786e View commit details
    Browse the repository at this point in the history
  13. Small form design tweaks

    joemasilotti committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    3b5ff1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c474e88 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    515b622 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a65cfc9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8697380 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3ed9165 View commit details
    Browse the repository at this point in the history
  19. Filtering by specialty

    joemasilotti committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    2c2f7e7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    677dcbb View commit details
    Browse the repository at this point in the history
  21. Update specialties seed

    joemasilotti committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    7b00499 View commit details
    Browse the repository at this point in the history
  22. Normalize locales

    joemasilotti committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    77c7ab8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    e06afc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9449dd1 View commit details
    Browse the repository at this point in the history
  3. WIP

    joemasilotti committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    d5fa33d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc368f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 6, 2023

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

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    a386b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007b964 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Initial version ready

    MiaSinek committed May 17, 2023
    Configuration menu
    Copy the full SHA
    aae54ad View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Writing tests

    MiaSinek committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1909940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dc496d View commit details
    Browse the repository at this point in the history
  3. Don't duplicate a pill

    MiaSinek committed May 18, 2023
    Configuration menu
    Copy the full SHA
    142dd46 View commit details
    Browse the repository at this point in the history
  4. Minor refactoring

    MiaSinek committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8f03edf View commit details
    Browse the repository at this point in the history
  5. Refactoring: extract method

    MiaSinek committed May 18, 2023
    Configuration menu
    Copy the full SHA
    a192881 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6165f8 View commit details
    Browse the repository at this point in the history
  7. Minor refactor

    MiaSinek committed May 18, 2023
    Configuration menu
    Copy the full SHA
    de9312a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    09c67fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9a149d View commit details
    Browse the repository at this point in the history
  3. Remove unused files

    MiaSinek committed May 19, 2023
    Configuration menu
    Copy the full SHA
    8c3b81a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3177d View commit details
    Browse the repository at this point in the history
  5. Cleanup

    MiaSinek committed May 19, 2023
    Configuration menu
    Copy the full SHA
    05a9eb5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/joemasilotti/railsdevs.com

    …into 820-progressively-enhanced-combobox-for-developer-specialties
    MiaSinek committed May 19, 2023
    Configuration menu
    Copy the full SHA
    fbfab35 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Linting

    MiaSinek committed May 22, 2023
    Configuration menu
    Copy the full SHA
    613fc75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70ba15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4cd9ef View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on May 2, 2024

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