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

Start to vueify /history #9201

Merged
merged 53 commits into from
Mar 21, 2021
Merged

Start to vueify /history #9201

merged 53 commits into from
Mar 21, 2021

Commits on Feb 11, 2021

  1. Start to vueify /history

    p0psicles committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    6490cad View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Merge remote-tracking branch 'origin/develop' into feature/vueify-his…

    …tory
    
    # Conflicts:
    #	medusa/server/api/v2/history.py
    #	themes-default/slim/src/components/history-new.vue
    #	themes-default/slim/src/global-vue-shim.js
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/dark/assets/js/vendors~date-fns.js
    #	themes/light/assets/js/medusa-runtime.js
    #	themes/light/assets/js/vendors~date-fns.js
    p0psicles committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    51491cf View commit details
    Browse the repository at this point in the history
  2. Update history api.

    p0psicles committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    eddbaf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac7bbbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c621e82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba0360a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Remove history-new.vue

    re-build runtime.
    p0psicles committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    71ea7ef View commit details
    Browse the repository at this point in the history
  2. Fix loading history records

     * indexer_id not set
     * show removed from library but records in history.
    p0psicles committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    3507ebe View commit details
    Browse the repository at this point in the history
  3. Error handling when localStorage is full

    * Add flag to show while loading history
    p0psicles committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    94a4ae5 View commit details
    Browse the repository at this point in the history
  4. build bundles

    p0psicles committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    7deb076 View commit details
    Browse the repository at this point in the history
  5. Add pagination to compact

    p0psicles committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    b01e928 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge remote-tracking branch 'origin/develop' into feature/vueify-his…

    …tory
    
    # Conflicts:
    #	themes-default/slim/src/components/history-new.vue
    #	themes-default/slim/src/style/vgt-table.css
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/light/assets/js/medusa-runtime.js
    p0psicles committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    0a1660d View commit details
    Browse the repository at this point in the history
  2. build runtime

    p0psicles committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    ae21170 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Merge remote-tracking branch 'origin/develop' into feature/vueify-his…

    …tory
    
    # Conflicts:
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/light/assets/js/medusa-runtime.js
    p0psicles committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    75483db View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Add vue-good-table on-last-page event.

    * Utilize the last-page event to get a new page.
    p0psicles committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    18dee6d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

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

Commits on Feb 21, 2021

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

Commits on Feb 23, 2021

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

Commits on Feb 24, 2021

  1. snakecase.

    Start with adding columnFilter.
    p0psicles committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    7393fca View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge remote-tracking branch 'origin/develop' into feature/vueify-his…

    …tory
    
    # Conflicts:
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/light/assets/js/medusa-runtime.js
    p0psicles committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    eba3fd9 View commit details
    Browse the repository at this point in the history
  2. Add basic filter.

    p0psicles committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3e186ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04c2a36 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    834ecc2 View commit details
    Browse the repository at this point in the history
  2. Update comments

    p0psicles committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    e0900c4 View commit details
    Browse the repository at this point in the history
  3. prevent keyerror

    p0psicles committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    384676f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78226ee View commit details
    Browse the repository at this point in the history
  5. Remove invalidSizeMessage

    I'm not using it
    p0psicles committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    726a7af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a375ea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    6cfbeb4 View commit details
    Browse the repository at this point in the history
  2. Add rowStyleClass (snatched,downloaded, ...) colors.

    * Cleanup comments
    p0psicles committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    6b69470 View commit details
    Browse the repository at this point in the history
  3. Typo

    p0psicles committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b0013cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a8264e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    863c96b View commit details
    Browse the repository at this point in the history
  6. Part of the history compact mode fixes.

    * Removed localStorage.
    p0psicles committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d795c4d View commit details
    Browse the repository at this point in the history
  7. Remove INITIALIZE_HISTORY_STORE.

    * Not used
    p0psicles committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f006f57 View commit details
    Browse the repository at this point in the history
  8. Fixed styling.

    p0psicles committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    6c625b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d90cd99 View commit details
    Browse the repository at this point in the history
  10. Fix KeyError

    p0psicles committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a15a1ba View commit details
    Browse the repository at this point in the history
  11. Align inputs

    p0psicles committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    583d960 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    7be1968 View commit details
    Browse the repository at this point in the history
  2. lint and lint-css

    p0psicles committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2f210da View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Provide subtitle provider

    p0psicles committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a4b3ac7 View commit details
    Browse the repository at this point in the history
  2. Fixed sorting

    * Save sorting through cookie
    * Save filter through cookie
    * Link to show in episodeTitle
    * Show subtitle provider
    p0psicles committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    5d79c2e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

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

    p0psicles committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    44a4a00 View commit details
    Browse the repository at this point in the history
  3. Add break-word to tooltips

    p0psicles committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    4f735b0 View commit details
    Browse the repository at this point in the history
  4. Rename to Missing Show

    p0psicles committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    67c8b92 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'remotes/origin/develop' into feature/vu…

    …eify-history
    
    # Conflicts:
    #	themes-default/slim/yarn.lock
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/light/assets/js/medusa-runtime.js
    p0psicles committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    4ece168 View commit details
    Browse the repository at this point in the history
  6. Fix test

    p0psicles committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    da19e98 View commit details
    Browse the repository at this point in the history
  7. Fix flake

    p0psicles committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    1fd7d67 View commit details
    Browse the repository at this point in the history
  8. yarn dev

    p0psicles committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    df3219e View commit details
    Browse the repository at this point in the history
  9. Remove unused imports

    p0psicles committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    c5580d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e02ea0 View commit details
    Browse the repository at this point in the history