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

feat(VDataTable): add mobile view #19431

Merged
merged 79 commits into from Apr 29, 2024

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    bcbe2e1 View commit details
    Browse the repository at this point in the history
  2. add mobile items

    webdevnerdstuff committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3b205a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee39ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    699dc6e View commit details
    Browse the repository at this point in the history
  5. change classname

    webdevnerdstuff committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5dbc552 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ceee42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76b3a0f View commit details
    Browse the repository at this point in the history
  8. add mobileView type

    webdevnerdstuff committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    34d27a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fcdb04 View commit details
    Browse the repository at this point in the history
  10. add mobileView

    webdevnerdstuff committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ce28ed6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    895a4b9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c586bba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4fc420f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f7cd478 View commit details
    Browse the repository at this point in the history
  15. Add sort by

    webdevnerdstuff committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    106e40f View commit details
    Browse the repository at this point in the history
  16. fix formatting

    webdevnerdstuff committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    73bdb28 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aefd678 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e4ac43c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bbc3ebf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    248f314 View commit details
    Browse the repository at this point in the history
  21. fix styles

    * fix cell height when cell has longer content
    * add missing styles to mobile data-table-select row
    * add mobile column gap between title/value
    webdevnerdstuff committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    46f3832 View commit details
    Browse the repository at this point in the history
  22. fix styles

    * fix cell height when cell has longer content
    * add missing styles to mobile data-table-select row
    * add mobile column gap between title/value
    webdevnerdstuff committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ae33f25 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    56d2f65 View commit details
    Browse the repository at this point in the history
  2. fix indentation

    webdevnerdstuff committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0f92d10 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    ca01dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26479c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e540446 View commit details
    Browse the repository at this point in the history
  4. Removed temp markup

    webdevnerdstuff committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8d8cda8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a748f0d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    dacb102 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from cjhudson101/feat/data-table-mobile-view

    Added mobile prop api description for vdatatable
    webdevnerdstuff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5067592 View commit details
    Browse the repository at this point in the history
  3. Update packages/vuetify/src/components/VDataTable/VDataTable.tsx

    Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
    webdevnerdstuff and johnleider committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    aacca8b View commit details
    Browse the repository at this point in the history
  4. Update packages/vuetify/src/components/VDataTable/VDataTable.tsx

    Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
    webdevnerdstuff and johnleider committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    501dbcd View commit details
    Browse the repository at this point in the history
  5. Update packages/vuetify/src/components/VDataTable/VDataTableColumn.tsx

    Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
    webdevnerdstuff and johnleider committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3bfd340 View commit details
    Browse the repository at this point in the history
  6. Update packages/vuetify/src/components/VDataTable/VDataTable.tsx

    Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
    webdevnerdstuff and johnleider committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3c38443 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    369ba9a View commit details
    Browse the repository at this point in the history
  8. add parens

    webdevnerdstuff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    63a824e View commit details
    Browse the repository at this point in the history
  9. remove utility class

    webdevnerdstuff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c5bf078 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f1980b View commit details
    Browse the repository at this point in the history
  11. remove color prop

    webdevnerdstuff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e87c9fc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3194d90 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d56e92 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a366a6 View commit details
    Browse the repository at this point in the history
  15. add mobile prop

    webdevnerdstuff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1c46636 View commit details
    Browse the repository at this point in the history
  16. remove console logs

    webdevnerdstuff committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7cda61b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    50e1ed2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a4ab6f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    190fa02 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b9ef5dd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ad3445e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1b97f24 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2e74db0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b38ac2c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8a0e060 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b63f067 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cf2f3f2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cfb97a5 View commit details
    Browse the repository at this point in the history
  29. resolved merge conflict

    cjhudson101 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    46e54d7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a332868 View commit details
    Browse the repository at this point in the history
  31. merge from origin

    cjhudson101 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c2ec5f0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    976dd4a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    08ab749 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cd9eed1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0332323 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2f6c483 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ff65eb0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9ba7927 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bb7d8dc View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    330eb5d View commit details
    Browse the repository at this point in the history
  41. chore: remove dev code

    johnleider committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a941d19 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4e33cf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    1708e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d40f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a95bfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e40d930 View commit details
    Browse the repository at this point in the history
  5. chore: code clean-up

    johnleider committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dd2cb96 View commit details
    Browse the repository at this point in the history
  6. chore: fix test

    johnleider committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    7f29061 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    9c70f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d206d5 View commit details
    Browse the repository at this point in the history