-
Notifications
You must be signed in to change notification settings - Fork 278
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
Feature/vueify home #5345
Conversation
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
…d on simple layout Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
Signed-off-by: Alexis Tyler <xo@wvvw.me>
…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
Still a number of errors in it, because of the move to ./helpers.
DeepCode analyzed this pull request. Click to see more details. |
Signed-off-by: Alexis Tyler <xo@wvvw.me>
…eify-home # Conflicts: # themes/dark/assets/js/medusa-runtime.js # themes/light/assets/js/medusa-runtime.js
# 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
I'm finishing this next |
@OmgImAlexis can you give me a short introduction on the idea behind the PR. And the order in which you where implementing. It could save me some time. Maybe spend 10minutes on discord? |
Hmm last build issue is because I foobar'd with the vue-good-table yarn dependency. In the process, I force pushed my changes onto my master branch. At this time, I don't know how to fix this, other then, 1. add a cache clean command prior to the command, or 2. create a new branch, other then master? |
Make sure all api/v2/series.py calls are handled throug the Promise.all() method. * Added component load-progress-bar.vue.
* Removed dark style for the load-progress-bar.
…mixin. * Created a new root mixins folder.
* Prob. in some race conditions.
* Should be stored into cookies again.
Closes: #5311
This converts the simple, banner and poster layouts over to Vue. The other layouts are still loaded via their corresponding mako files.
TODO:
@p0psicles would you mind reviewing the poster layout once I add that?
Known issues: