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

Upgrade video download table #808

Merged

Commits on Mar 6, 2024

  1. Copy the full SHA
    1627f89 View commit details
    Browse the repository at this point in the history
  2. packages: Upgrade Vuetify to latest version

    This is needed so we can extract the `VDataTable` and use it to type the table headers, so we don't get a type error.
    rafaellehmkuhl committed Mar 6, 2024
    Copy the full SHA
    d111b1f View commit details
    Browse the repository at this point in the history
  3. packages: Upgrade vue-tsc to latest version (same major)

    False catches were being done and were fixed along this major (not all, though).
    rafaellehmkuhl committed Mar 6, 2024
    Copy the full SHA
    a77819b View commit details
    Browse the repository at this point in the history
  4. video: Use new enchanced table on the download page

    Add sort and pagination, as well as a better look and feel.
    rafaellehmkuhl committed Mar 6, 2024
    Copy the full SHA
    5df3160 View commit details
    Browse the repository at this point in the history