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

Feature/vueify home #5345

Merged
merged 103 commits into from
May 21, 2020
Merged

Feature/vueify home #5345

merged 103 commits into from
May 21, 2020

Commits on Sep 29, 2018

  1. first run at banner

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    c77a3e4 View commit details
    Browse the repository at this point in the history
  2. fix column sorter

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    6199e49 View commit details
    Browse the repository at this point in the history
  3. remap stats into showList

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    07e0b44 View commit details
    Browse the repository at this point in the history
  4. fix show size being undefined

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    d8e8bbc View commit details
    Browse the repository at this point in the history
  5. replaced downloadStats with progress bar component

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    a2cce69 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. removed jQuery from progress-bar, moved banner to own file and starte…

    …d on simple layout
    
    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    439891a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. load banner directly in home layout

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    9c6e0a0 View commit details
    Browse the repository at this point in the history
  2. fix allowed & preferred qualities

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    be6b1cd View commit details
    Browse the repository at this point in the history
  3. switch simple home layout to vue

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    e8700bd View commit details
    Browse the repository at this point in the history
  4. fix series listType with tabs

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    70b3e3b View commit details
    Browse the repository at this point in the history
  5. skip mako when rendering vue layouts

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b28ab61 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

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

Commits on Nov 2, 2018

  1. Merge remote-tracking branch 'remotes/origin/develop' into feature/vu…

    …eify-home
    
    # Conflicts:
    #	themes-default/slim/package.json
    #	themes-default/slim/src/components/home.vue
    #	themes-default/slim/src/components/index.js
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/light/assets/js/medusa-runtime.js
    p0psicles committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    1df983f View commit details
    Browse the repository at this point in the history
  2. Tried fixing the build.

    Still a number of errors in it, because of the move to ./helpers.
    p0psicles committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    8b944d8 View commit details
    Browse the repository at this point in the history
  3. fix imports/exports

    Signed-off-by: Alexis Tyler <xo@wvvw.me>
    OmgImAlexis committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    b7b91ca View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Merge remote-tracking branch 'remotes/origin/develop' into feature/vu…

    …eify-home
    
    # Conflicts:
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/light/assets/js/medusa-runtime.js
    p0psicles committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    cf4005a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

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

    # Conflicts:
    #	themes-default/slim/package.json
    #	themes-default/slim/src/components/helpers/index.js
    #	themes-default/slim/src/components/helpers/quality-pill.vue
    #	themes-default/slim/src/components/home.vue
    #	themes-default/slim/src/store/index.js
    #	themes-default/slim/src/store/modules/defaults.js
    #	themes-default/slim/src/store/modules/index.js
    #	themes-default/slim/src/store/modules/stats.js
    #	themes-default/slim/src/store/mutation-types.js
    #	themes-default/slim/views/home.mako
    #	themes-default/slim/views/partials/home/banner.mako
    #	themes-default/slim/views/partials/home/simple.mako
    #	themes-default/slim/views/vue-components/quality-chooser.mako
    #	themes-default/slim/yarn.lock
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/dark/templates/home.mako
    #	themes/dark/templates/partials/home/banner.mako
    #	themes/dark/templates/partials/home/simple.mako
    #	themes/dark/templates/vue-components/quality-chooser.mako
    #	themes/light/assets/js/medusa-runtime.js
    #	themes/light/templates/home.mako
    #	themes/light/templates/partials/home/banner.mako
    #	themes/light/templates/partials/home/simple.mako
    #	themes/light/templates/vue-components/quality-chooser.mako
    p0psicles committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    00023be View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Fixed some issues caused by conflicts.

    * Moved the logic to merge shows and stats, to the shows module. Stats are pulled in through the rootState.
    p0psicles committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    bdae975 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Moved from home.mako to SFC home.vue.

    * Fixed some foobars.
    p0psicles committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    1a122b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b4638 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Add fields to vue-good-table.

    * Moved xemNumbering from detailed to show generic.
    p0psicles committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    5310aa8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge branch 'develop' into feature/vueify-home

    # Conflicts:
    #	themes-default/slim/src/components/home.vue
    #	themes-default/slim/src/store/mutation-types.js
    #	themes-default/slim/views/home.mako
    #	themes-default/slim/yarn.lock
    #	themes/dark/assets/js/index.js
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/dark/assets/js/vendors.js
    #	themes/dark/templates/home.mako
    #	themes/light/assets/js/index.js
    #	themes/light/assets/js/medusa-runtime.js
    #	themes/light/assets/js/vendors.js
    #	themes/light/templates/home.mako
    p0psicles committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    75f12c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Calculate local time in apiv2 stats.

    Return in epAirsNext and epAirsPrev
    p0psicles committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    2d447bb View commit details
    Browse the repository at this point in the history
  2. Add prev_airdate to series.py

    * Needed for the home pages.
    p0psicles committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    5f0295e View commit details
    Browse the repository at this point in the history
  3. Moved the date formatting to store/modules/layout.js

    * Removed the date formatting from display-show.vue
    * Used the date formatting in home/simple.vue
    * Removed airs key from shows.stats. As it's now directly on the Show.
    p0psicles committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    60ccb39 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Add banner.vue

    p0psicles committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    7c5d388 View commit details
    Browse the repository at this point in the history
  2. Attempt at trying to add small.vue.

    * not working
    p0psicles committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    cf104a4 View commit details
    Browse the repository at this point in the history
  3. For some weird reason <component> does not accept "small" for the :is…

    … property.
    
    * That's why i'm renaming it on the fly to "smallposter".
    * Add placeholder for poster.vue.
    p0psicles committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    2398b7e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Started vueifying home/poster.vue

    * Added package vue-isotope
    * Added package vanilla-lazyload
    p0psicles committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    5eba557 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Home poster layout:

    * Add package vue-images-loaded
    * Fix multiple ui bugs
    * Added sorting
    p0psicles committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    6383a6f View commit details
    Browse the repository at this point in the history
  2. Sorting asc/desc order.

    p0psicles committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    5393214 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Fix filtering by text

    p0psicles committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6186d47 View commit details
    Browse the repository at this point in the history
  2. Remove reload of page.

    p0psicles committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    7586b00 View commit details
    Browse the repository at this point in the history
  3. Fixed link to displayShow

    p0psicles committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    cf002bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a6a6cc View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'remotes/origin/develop' into feature/vu…

    …eify-home
    
    # Conflicts:
    #	themes-default/slim/src/components/display-show.vue
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/light/assets/js/medusa-runtime.js
    p0psicles committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ebeae21 View commit details
    Browse the repository at this point in the history
  6. yarn dev

    p0psicles committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8c1b5b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac91cd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d410fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86abaf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

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

Commits on Apr 22, 2020

  1. Added Action "ADD_SHOWS" to load shows in bulk.

    Much faster, as it commits entire array.
    p0psicles committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d1492ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd3f155 View commit details
    Browse the repository at this point in the history
  3. Fixed loading poster size.

    * Improved performance loading images.
    * Added lazy loading to poster layout.
    p0psicles committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    921e70e View commit details
    Browse the repository at this point in the history
  4. Move the loading of the shows to app.js.

    This is needed to prevent duplicate loading.
    p0psicles committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ca6c1a3 View commit details
    Browse the repository at this point in the history
  5. Use v-model in stead.

    p0psicles committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    450e906 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'remotes/origin/develop' into feature/vu…

    …eify-home
    
    # Conflicts:
    #	themes/dark/assets/js/medusa-runtime.js
    #	themes/light/assets/js/medusa-runtime.js
    p0psicles committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    0c55c52 View commit details
    Browse the repository at this point in the history
  7. Fix poster sort UI components.

    * Save sorting to backend.
    * Fix updating layout when loading page.
    p0psicles committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    fdeb3e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Fix home layout for split shows into Anime / Series.

    * Don't display Series/Anime when only shows in one category.
    * First version of tabbed layout, using vue-nav-tabs
    * Fix display-show.vue, after going from display-show.vue to home.vue, it's still showing the summaryBackground css.
    p0psicles committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    124e3bc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Re-enable dragging of the show list-types.

    * Added a new component vue-draggable
    p0psicles committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    079a815 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Fix display-show.vue and show-header.vue css styling.

    * Change to scoped, to prevent the styling from leaking to other pages.
    p0psicles committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    d195c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc6e36c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30bb552 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    817a1d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8a73f4 View commit details
    Browse the repository at this point in the history
  6. Fix light/dark themes

    p0psicles committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    7b0b63e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    472acbb View commit details
    Browse the repository at this point in the history
  8. Move selectedRootIndex config property to layout route.

    Add filtering posters by location (rootDir)
    p0psicles committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    b3c6598 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. rearange home and poster UI controls.

    * Made filter by name, layout universal.
    * Moved the Poster layout specific controls to poster.vue.
    p0psicles committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    ca5543c View commit details
    Browse the repository at this point in the history
  2. yarn dev

    p0psicles committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b0d67f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    c6d9d39 View commit details
    Browse the repository at this point in the history
  2. Improve formatting

    p0psicles committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    f601934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b65e072 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Fix the table layouts, sorting.

    * Pack new version of vue-good-table.
    p0psicles committed May 1, 2020
    Configuration menu
    Copy the full SHA
    0772892 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Fix duplicate loading of shows.js

    * Fixed layout of input selects, with multiple screen widths.
    p0psicles committed May 2, 2020
    Configuration menu
    Copy the full SHA
    168910f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28bec4e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Replace styling the summaryBackground banner and the checkboxControls…

    …Background with Vue refs.
    
    * This was jquery before. But we need to get rid of jquery.
    * Fix History.mako links to displayShow shows as blue link highlighted.
    p0psicles committed May 3, 2020
    Configuration menu
    Copy the full SHA
    0381d2d View commit details
    Browse the repository at this point in the history
  2. Fix vgt-tabs styling

    * Fix vgt-dropdown menu background color.
    * Don't show Series/Anime when using tabs.
    p0psicles committed May 3, 2020
    Configuration menu
    Copy the full SHA
    41655d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a5e0e6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Fix poster layout sorting.

    p0psicles committed May 11, 2020
    Configuration menu
    Copy the full SHA
    00ce71b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Fix test_config tests.

    p0psicles committed May 12, 2020
    Configuration menu
    Copy the full SHA
    b32a9a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b1087 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/origin/develop' into feature/vu…

    …eify-home
    
    # Conflicts:
    #	themes-default/slim/package.json
    #	themes-default/slim/views/partials/home/banner.mako
    #	themes-default/slim/views/partials/home/simple.mako
    #	themes-default/slim/views/partials/home/small.mako
    #	themes-default/slim/yarn.lock
    #	themes/dark/assets/js/vendors~date-fns.js
    #	themes/light/assets/js/vendors~date-fns.js
    p0psicles committed May 12, 2020
    Configuration menu
    Copy the full SHA
    b7cdc8a View commit details
    Browse the repository at this point in the history
  4. Bump vue-good-table version

    p0psicles committed May 12, 2020
    Configuration menu
    Copy the full SHA
    5f4ac20 View commit details
    Browse the repository at this point in the history
  5. Added new npm packages:

    * vue-nav-tabs
    * vueisotope
    * vue-images-loaded
    * vanilla-lazyload
    p0psicles committed May 12, 2020
    Configuration menu
    Copy the full SHA
    c3d60d7 View commit details
    Browse the repository at this point in the history
  6. Increase width between indexer images.

    * Center network logo
    p0psicles committed May 12, 2020
    Configuration menu
    Copy the full SHA
    b71514f View commit details
    Browse the repository at this point in the history
  7. Fix missing class tvShow.

    p0psicles committed May 12, 2020
    Configuration menu
    Copy the full SHA
    02d225d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    8b6c729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c7198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be2139a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Fixing pytest

    p0psicles committed May 14, 2020
    Configuration menu
    Copy the full SHA
    9dfbd41 View commit details
    Browse the repository at this point in the history
  2. Fix pytest

    p0psicles committed May 14, 2020
    Configuration menu
    Copy the full SHA
    0e912f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588a699 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f25ec0a View commit details
    Browse the repository at this point in the history
  5. recreate yarn.lock

    p0psicles committed May 14, 2020
    Configuration menu
    Copy the full SHA
    a2ecb9d View commit details
    Browse the repository at this point in the history
  6. yarn cache clean && yarn dev

    medariox committed May 14, 2020
    Configuration menu
    Copy the full SHA
    c40032b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    16a3156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16f6fc View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    p0psicles committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c180ed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42bd349 View commit details
    Browse the repository at this point in the history
  5. Fix pep8 warnings

    p0psicles committed May 15, 2020
    Configuration menu
    Copy the full SHA
    7874e99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6995389 View commit details
    Browse the repository at this point in the history
  7. rebundle

    p0psicles committed May 15, 2020
    Configuration menu
    Copy the full SHA
    201a028 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Improve show loading.

    Make sure all api/v2/series.py calls are handled throug the Promise.all() method.
    * Added component load-progress-bar.vue.
    p0psicles committed May 16, 2020
    Configuration menu
    Copy the full SHA
    aa476a1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Fix bug non-vue routes not loading anymore.

    * Removed dark style for the load-progress-bar.
    p0psicles committed May 17, 2020
    Configuration menu
    Copy the full SHA
    0ea928e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Move shared vue code for the show-list table layouts, to a dedicated …

    …mixin.
    
    * Created a new root mixins folder.
    p0psicles committed May 18, 2020
    Configuration menu
    Copy the full SHA
    2d5c9c8 View commit details
    Browse the repository at this point in the history
  2. import error

    p0psicles committed May 18, 2020
    Configuration menu
    Copy the full SHA
    2ef2fa2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    809ca27 View commit details
    Browse the repository at this point in the history
  2. implemented review comments

    p0psicles committed May 19, 2020
    Configuration menu
    Copy the full SHA
    677572a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f472313 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Fix getBoundClientRect error.

    * Prob. in some race conditions.
    p0psicles committed May 20, 2020
    Configuration menu
    Copy the full SHA
    050c946 View commit details
    Browse the repository at this point in the history
  2. Fix storing he pagination per page count.

    * Should be stored into cookies again.
    p0psicles committed May 20, 2020
    Configuration menu
    Copy the full SHA
    7f48885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a36b26 View commit details
    Browse the repository at this point in the history