Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3414 +/- ##
=======================================
Coverage 55.84% 55.84%
=======================================
Files 116 116
Lines 15304 15304
=======================================
+ Hits 8546 8547 +1
+ Misses 6758 6757 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Wont this get bloaty rather than dynamically loading, adding all the components to package.json? |
this improves the speed noticeable for all users, and its only a couple of pages currently. the first page load will be minutly slower but the navigation around the site will be faster because it saves 1 ajax call for the html on each navigation. in the future the quasar app could have a build step and those components and templates can get lazy loaded, but for now this is just a cleanup that get us into that direction step by step. then we have both speed in the ui + speed on the first load. |
- remove generic route - move into /static/js/pages / static/templates/pages
e640a7f to
af11549
Compare
first step as an attempt to decouple the frontend more from the backend. as talked with @talvasconcelos. this gets rid of the DynamicComponent loading of the payments page because there is nothing that has to be rendered on the server side for it to work.
base.htmlfor reloads