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

fix(callView): move store to Pinia 🍍 #13432

Merged
merged 5 commits into from
Oct 14, 2024
Merged

Conversation

Antreesy
Copy link
Contributor

@Antreesy Antreesy commented Oct 1, 2024

β˜‘οΈ Resolves

πŸ–ŒοΈ UI Checklist

No visual changes

🚧 Tasks

  • Manual test

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Not risky to browser differences / client
  • ⛑️ Tests are included or not possible

@Antreesy Antreesy added this to the πŸ–€ Next Major (31) milestone Oct 1, 2024
@Antreesy Antreesy self-assigned this Oct 1, 2024
@Antreesy Antreesy marked this pull request as ready for review October 5, 2024 08:58
Copy link
Contributor

@DorraJaouad DorraJaouad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very organized which made it easy to review.
No issues found
No typos (as far as I checked)
100% coverage

src/stores/callView.js Show resolved Hide resolved
Copy link
Contributor

@DorraJaouad DorraJaouad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested βœ… πŸ¦…

@Antreesy Antreesy force-pushed the fix/noid/call-view-store branch 2 times, most recently from 65fe004 to bee36bd Compare October 14, 2024 11:59
- forceCallView
- isViewerOverlay
- isGrid
- isStripeOpen
- isEmptyCallView
- lastIsGrid
- lastIsStripeOpen
- presentationStarted
- selectedVideoPeerId
- callHasJustEnded

Signed-off-by: Maksim Sukharev <[email protected]>
- remove isQualityWarningTooltipDismissed from store (reset on each call, so make sense to store in component only)
- move participantRaisedHands to participantsStore
- remove backgroundImageAverageColorCache from store (was dropped in 9094628)

Signed-off-by: Maksim Sukharev <[email protected]>
- handleJoinCall
- setCallViewMode
- startPresentation
- stopPresentation

Signed-off-by: Maksim Sukharev <[email protected]>
- increase coverage

Signed-off-by: Maksim Sukharev <[email protected]>
@Antreesy Antreesy merged commit e336ffd into main Oct 14, 2024
47 checks passed
@Antreesy Antreesy deleted the fix/noid/call-view-store branch October 14, 2024 12:24
@Antreesy
Copy link
Contributor Author

/backport to stable30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants