Skip to content

Conversation

@mzner
Copy link
Contributor

@mzner mzner commented Oct 20, 2025

Description

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Open tasks:

  • ...

@mzner mzner requested a review from LukasHirt October 20, 2025 06:52
@mzner mzner force-pushed the bugfix/OCISDEV-418/loading-spinner-keeps-running-when-resource-is-deleted branch from 61b9800 to ca129e5 Compare October 20, 2025 06:53
() => appStore.error,
() => {
if (appStore.error) {
// console.log('erro: ', appStore.error)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Leftover log

watch(
() => authStore.publicLinkContextReady,
async (publicLinkContextReady) => {
appStore.error = null
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wouldn't this be better if it's in some more global place? What if I go back and try to open a non-deleted file? Wouldn't I still get the error?

@mzner mzner force-pushed the bugfix/OCISDEV-418/loading-spinner-keeps-running-when-resource-is-deleted branch from ca129e5 to 76f9c03 Compare October 20, 2025 09:05
@sonarqubecloud
Copy link

@mzner mzner merged commit 8097ac4 into master Oct 20, 2025
4 checks passed
@mzner mzner deleted the bugfix/OCISDEV-418/loading-spinner-keeps-running-when-resource-is-deleted branch October 20, 2025 12:32
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.

Refreshing a deleted public link for a file stuck at infinite loading state

3 participants