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

Vueify add show options #4848

Merged
merged 32 commits into from
Sep 10, 2018
Merged

Vueify add show options #4848

merged 32 commits into from
Sep 10, 2018

Commits on Aug 29, 2018

  1. Add default options to apiv2 /config

    p0psicles authored and sharkykh committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    550a1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31c9ca View commit details
    Browse the repository at this point in the history
  3. Implement add-show-options.vue

    * Make addShows_newShow.mako use the component to configure the new shows options and send the options when adding a new show.
    * Fix anidb-release-group-ui.vue, update the data when property get's updated after mount.
    * Fix config-textbox, config-textbox-number.vue, config-toggle-slider.vue.
    * Update config.py, make sure the status and statusAfter are send as Strings not the numbers.
    p0psicles authored and sharkykh committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    f9728aa View commit details
    Browse the repository at this point in the history
  4. Move back setTimeout method, that was removed.

    * Added add-show-options.vue to src/components.
    p0psicles authored and sharkykh committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    4d1a9a2 View commit details
    Browse the repository at this point in the history
  5. Process review feedback

    p0psicles authored and sharkykh committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    9376a6b View commit details
    Browse the repository at this point in the history
  6. Updates and fixes

    * Build themes
    * Small changes
    * Pass show name directly to add-show-options
    * Update release groups code
    * Disable save defaults button when needed
    * Rename default to showDefaults
    * Fix quality-chooser
    * [Lost track...]
    sharkykh committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    3208a53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c56e42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8d811e View commit details
    Browse the repository at this point in the history
  9. Implement saving defaults

    sharkykh committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    f68ae8e View commit details
    Browse the repository at this point in the history
  10. Remove unused code

    sharkykh committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    0b98cca View commit details
    Browse the repository at this point in the history
  11. Lint

    sharkykh committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    e21801c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    5ac922c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce95a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42934d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd8305 View commit details
    Browse the repository at this point in the history
  5. Update addShows_newShow.mako

    Prepares the code for the future and fixes a bug with `toggle-button`
    
    - Replace all hidden inputs
    - Remove all `name` props
    - Update `submitForm` code to use Vue data
    - Only send the new show data if we're not skipping the show
    - Fix values being added to `formData` twice after clicking a `toggle-button`
    sharkykh committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    31098cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4f2065 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7f2c43 View commit details
    Browse the repository at this point in the history
  8. Add render test

    sharkykh committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    b3a6e43 View commit details
    Browse the repository at this point in the history
  9. Lint

    sharkykh committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    be545af View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Configuration menu
    Copy the full SHA
    cb0f236 View commit details
    Browse the repository at this point in the history
  2. Test utils.combineQualities

    sharkykh committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    3e3966b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88dec5c View commit details
    Browse the repository at this point in the history
  4. Fixes for clicking enter on the show name search input

    * Clicking enter triggered saving add show defaults
    * Clicking enter triggered native form submission
    sharkykh committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    f6f053e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2fd220 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Update changelog

    sharkykh committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    36ff6fe View commit details
    Browse the repository at this point in the history
  2. Only show anime option if enableAnimeOptions prop is true

    The original `addShowOptions` had that, this should too.
    
    + Add comment that the `QualityChooser` component should be imported
    sharkykh committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    d531365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    785f062 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

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

    - Add notification about error getting release groups
    - Remove commented out notification
    sharkykh committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    6217121 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    4fe1a64 View commit details
    Browse the repository at this point in the history
  2. Add missing apiRoute import

    sharkykh committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    67e9813 View commit details
    Browse the repository at this point in the history