-
Notifications
You must be signed in to change notification settings - Fork 13
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
Migrate Storylines Editor to Vue3 #242
Conversation
2158b0e
to
29fb1bd
Compare
…, router + app initialization
29fb1bd
to
0e1bbfb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Things all look to be working correctly when I poke around the demo
Reviewed 33 of 49 files at r1, 1 of 5 files at r2, 2 of 9 files at r3, 4 of 6 files at r4, 11 of 11 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Briefly looked over all of the code and it looks good to me! I also tested loading existing products and creating a new one and that all seems good as well.
I did notice one small thing: when you preview a product, it's not displaying the logo at the top. I'll log a new issue for this though.
Reviewed 33 of 49 files at r1, 1 of 5 files at r2, 2 of 9 files at r3, 4 of 6 files at r4, 11 of 11 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 33 of 49 files at r1, 1 of 5 files at r2, 2 of 9 files at r3, 4 of 6 files at r4, 11 of 11 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - the build and tooling might benefit from future updates, there have been quite a few changes with v3 and even changes during the v3 lifecycle. For now though this is totally fine.
Reviewed 1 of 49 files at r1, 1 of 9 files at r3, 1 of 11 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 33 of 49 files at r1, 1 of 5 files at r2, 2 of 9 files at r3, 4 of 6 files at r4, 11 of 11 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)
Related Issues: #192 #216 #237
Done together with @yileifeng
Changes
vue2-modals
was replaced withvue-final-modal
ramp-storylines
Vue3 plugin from https://www.npmjs.com/package/ramp-storylinesFuture Tasks
This change is