-
Notifications
You must be signed in to change notification settings - Fork 156
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
[full-ci] Load spaces in runtime #7425
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
60f56ff
to
28a44c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IHMO the UPDATE_SPACE_FIELD mutation should be moved to packages/web-runtime/src/store/spaces.ts
packages/web-app-files/src/services/folder/loaderPublicFiles.ts
Outdated
Show resolved
Hide resolved
da71b60
to
6634953
Compare
This converts a bunch of files to TypeScript and fixes one or two potential errors that became apparent after the conversion.
6634953
to
6d8b1a7
Compare
6d8b1a7
to
9d326c0
Compare
SonarCloud Quality Gate failed. |
This converts a bunch of files to TypeScript and fixes one or two potential errors that became apparent after the conversion.
I'm sorry this got so huge, but splitting it into separate commits would have been a big effort and we would have merged it to master anyway, so I didn't want to invest that much time...
Description
This moves the spaces loading into web-runtime (from web-app-files) in order to prepare
driveAlias
handling that we will need in files app and other file handling apps.Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: