-
Notifications
You must be signed in to change notification settings - Fork 21
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: Talk init process #1038
Merged
Merged
fix: Talk init process #1038
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Antreesy
approved these changes
Jan 20, 2025
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This allows to guarantee that nothing it used until setupWebPage is complete Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
There is no need to be async anymore, as entire Talk Desktop init is async Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
ShGKme
force-pushed
the
fix/init-process
branch
from
January 20, 2025 18:51
d2dbcce
to
9a26d7a
Compare
|
ShGKme
force-pushed
the
fix/init-process
branch
from
January 20, 2025 19:17
072e789
to
021ca32
Compare
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
ShGKme
force-pushed
the
fix/init-process
branch
from
January 20, 2025 19:19
021ca32
to
8278040
Compare
Temporary disabled typecheck on CI. I cannot perform typecheck without checking types in Talk (which have errors), without loosing types from Talk. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
@nextcloud/vue
v8.22.0 breaks user detection #1013Separated into small commits.
Primary change -
<TalkDesktop>
app with<TitleBar>
and<TalkWrapper>
Instead of importing everything separatelly, when each part must have had
nextcloud/*
imports async, resstructure everything into a single Vue app, that is created and mounted async:<TalkWrapper>
- a component that mounts and initstalk
app<TalkDesktop>
- an entire Talk Desktop with<TitleBar>
and<TalkWrapper>
Additional changes