Skip to content

fix: migrate typing state to Pinia#18297

Open
Antreesy wants to merge 4 commits into
mainfrom
feat/extract-typing-to-pinia
Open

fix: migrate typing state to Pinia#18297
Antreesy wants to merge 4 commits into
mainfrom
feat/extract-typing-to-pinia

Conversation

@Antreesy

Copy link
Copy Markdown
Contributor

☑️ Resolves

  • Migrate typing state from Vuex store to Pinia
  • Standalone part, to offload and ease future migrations from vuex

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

🖌️ UI Checklist

🖼️ Screenshots / Screencasts

No changes

🏁 Checklist

  • 🌏 Tested with different browsers / clients:
    • Chromium (Chrome / Edge / Opera / Brave)
    • Firefox
    • Safari
    • Talk Desktop
    • Integrations with Files sidebar and other apps
    • Not risky to browser differences / client
  • 🖌️ Design was reviewed, approved or inspired by the design team
  • ⛑️ Tests are included or not possible
  • 📗 User documentation in https://github.com/nextcloud/documentation/tree/master/user_manual/talk has been updated or is not required

@Antreesy Antreesy added this to the ⛅ Next Major (35) milestone Jun 11, 2026
@Antreesy Antreesy requested a review from DorraJaouad June 11, 2026 16:12
@Antreesy Antreesy self-assigned this Jun 11, 2026
@DorraJaouad

Copy link
Copy Markdown
Contributor

why in chat extras? I would expect it is related to participant entity hence a specific store for it

@Antreesy

Copy link
Copy Markdown
Contributor Author

Maybe you're right, it doesn't belong to chat extras..

Antreesy added 2 commits June 12, 2026 11:40
- while participants store is not migrated to pinia yet, eager import causing a dependencies loop (store -> pinia -> store), while they are not initialized yet

AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy force-pushed the feat/extract-typing-to-pinia branch from 7a80b0d to 06ce331 Compare June 12, 2026 09:41
Antreesy added 2 commits June 15, 2026 11:41
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy

Copy link
Copy Markdown
Contributor Author

Moved participantsListTyping to component, to avoid including Vuex store into new Pinia store

@Antreesy Antreesy requested a review from DorraJaouad June 15, 2026 10:11
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