-
Notifications
You must be signed in to change notification settings - Fork 25
feat: space image loading indicator #398
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
66f20e7 to
4cc948f
Compare
4cc948f to
02be523
Compare
| import { RouteLocationRaw } from 'vue-router' | ||
| export default defineComponent({ | ||
| name: 'AppBar', |
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.
Fyi the names are needed for some components to not end up as an anonymous-stub when used by a component that now uses script setup. This will eventually be obsolete once we refactor those components to script setup as well.
kulmann
left a comment
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.
Cool, thank you! That will make @dragonchaser happy 🤓
Adds a loading indicator when space images are loading due to:
Also refactors to script setup:
Projects.vue,SpaceHeader.vue,SpaceDetails.vuerefs #361