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

Migrate Storylines Editor to Vue3 #242

Merged
merged 12 commits into from
Jan 15, 2024
Merged

Conversation

dnlnashed
Copy link
Member

@dnlnashed dnlnashed commented Oct 17, 2023

Related Issues: #192 #216 #237

Done together with @yileifeng

Changes

  • Updated Vue to version 3 (including global API + syntax changes, dynamic components registration, TS)
  • Various dependencies updated to work with Vue3
    • vue2-modals was replaced with vue-final-modal
  • Added the new ramp-storylines Vue3 plugin from https://www.npmjs.com/package/ramp-storylines
    • Enables support for Storylines preview and individual panel previews without needing all the Storylines code
  • Various bug fixes found before and after the refactor

Future Tasks

  • Refactor options to composition API

This change is Reviewable

@dnlnashed dnlnashed force-pushed the vue3-refactor branch 2 times, most recently from 2158b0e to 29fb1bd Compare October 17, 2023 19:21
@dnlnashed
Copy link
Member Author

Copy link
Member

@spencerwahl spencerwahl left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)

Copy link
Member

@RyanCoulsonCA RyanCoulsonCA left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)

Copy link
Member

@james-rae james-rae left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)

Copy link
Member

@milespetrov milespetrov left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)

Copy link
Member

@szczz szczz left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dnlnashed)

@yileifeng yileifeng merged commit 2f24f16 into ramp4-pcar4:main Jan 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants