-
Notifications
You must be signed in to change notification settings - Fork 376
polish(frontend): technical review QA #5097
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
Conversation
🚀 Frontend Deploy
|
Frontend previewsLast deployed commit is 77fbfee0072610d739246f56ce8dfc16fa8c0cd8
|
| if (versionDataCache.value.has(versionId)) continue | ||
| versionDataCache.value.set(versionId, { files: new Map(), loading: true }) | ||
| try { | ||
| // TODO: switch to api-client once truman's vers stuff is merged |
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.
could refactor to use the api client if u feel like it
| </template> | ||
|
|
||
| <style scoped> | ||
| /* .floating-panel-enter-active, |
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.
uncommented code
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.
intended - dont want to remove as in the future i will redo the animations, for now will just leave it like this for reference
No description provided.