-
Notifications
You must be signed in to change notification settings - Fork 53
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
Upgrade Import Modal #1008
Upgrade Import Modal #1008
Conversation
no bim360 access warning is fine, still shows regular hubs
@PepperLola Appears to handle the BIM360 hubs now. UI is still a mess tho |
@PepperLola Instead of navigating the hubs, you might want to just search for |
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.
Looks good 👍
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.
A handful of things to change
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.
@HunterBarclay This ready for review now?
Finally, yes |
Trying to fix whatever the formatter is complaining about |
🫡 |
/// <reference types="vite/client" /> | ||
|
||
interface ImportMetaEnv { | ||
readonly VITE_SYNTHESIS_SERVER_PATH: string | ||
// more env variables... | ||
} | ||
|
||
interface ImportMeta { | ||
readonly env: ImportMetaEnv | ||
} |
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.
Do we still need to save this file?
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.
It was kept in prior to me using and we might use it in the future for other vite environment stuff, so I decided to keep it in for now.
Description
Show cached and assetpack files in the Import Mira modal, and have an option to delete the individual cached assets. Improve the APS hub/project/file management ui and add a button to sign in if the user isn't already.
Objectives
Known issues to solve
Known issues to ignore for now
Important
Depends on #992 and #982
JIRA Issue