Skip to content
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

Host new hubbleds slideshow images #47

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/hubbleds_images/stage_five/universecake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_intro/Leavitt_Plate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_intro/Leavitt_at_work.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_one_spectrum/vesto_slipher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/BS-Do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/BS-Dont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/Cluster-Do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/Cluster-Dont1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/Cluster-Dont2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/Col-Do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/Col-Dont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/EH-Do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/EH-Dont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/IF-Maybe1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/IF-Maybe2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/IL-Do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/IL-Dont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/LS-Do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/LS-Dont.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/Multi-Do.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/Multi-Dont1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/hubbleds_images/stage_two_dos_donts/Multi-Dont2.png
Binary file modified public/hubbleds_images/stage_two_dos_donts/TC-Do.png
Binary file modified public/hubbleds_images/stage_two_dos_donts/TC-Dont.png
Binary file modified public/hubbleds_images/stage_two_intro/cosmicgraphic.png
Binary file modified public/hubbleds_images/stage_two_intro/galaxies_a_b_boxed.png

Unchanged files with check annotations Beta

@Component
export default class HubbleInformation extends Vue {
@Prop() data!: Record<string,any>;

Check warning on line 27 in src/components/HubbleInformation.vue

GitHub Actions / build (14.x)

Unexpected any. Specify a different type
get storyState(): Record<string,any> {

Check warning on line 29 in src/components/HubbleInformation.vue

GitHub Actions / build (14.x)

Unexpected any. Specify a different type
return this.data.story_state;
}
get calculations(): Record<string,any> {

Check warning on line 33 in src/components/HubbleInformation.vue

GitHub Actions / build (14.x)

Unexpected any. Specify a different type
return this.storyState.calculations;
}
get measurements(): Record<string,any> {

Check warning on line 37 in src/components/HubbleInformation.vue

GitHub Actions / build (14.x)

Unexpected any. Specify a different type
return this.storyState.measurements;
}
})
export default class StoryInformation extends Vue {
@Prop() storyData!: Record<string,any>;

Check warning on line 54 in src/components/StoryInformation.vue

GitHub Actions / build (14.x)

Unexpected any. Specify a different type
@Prop() storyName!: string;
componentType: typeof Vue | null = null;
expanded = true;
})
export default class StoryStateRow extends Vue {
componentType = HubbleInformation;
@Prop() data!: Record<string,any>;

Check warning on line 40 in src/components/StoryStateRow.vue

GitHub Actions / build (14.x)

Unexpected any. Specify a different type
expanded = false;
}
</script>
name = "TransitionExpand";
@Emit()
enter(element: HTMLElement) {

Check warning on line 23 in src/components/TransitionExpand.vue

GitHub Actions / build (14.x)

Missing return type on function
const width = getComputedStyle(element).width;
element.style.width = width;
}
@Emit()
afterEnter(element: HTMLElement) {

Check warning on line 53 in src/components/TransitionExpand.vue

GitHub Actions / build (14.x)

Missing return type on function
element.style.height = "auto";
}
@Emit()
leave(element: HTMLElement) {

Check warning on line 58 in src/components/TransitionExpand.vue

GitHub Actions / build (14.x)

Missing return type on function
const height = getComputedStyle(element).height;
element.style.height = height;
allowed = true;
classID!: number;
cls!: ClassInfo | undefined;
rosterData: Record<string,any> = {};

Check warning on line 44 in src/views/ClassInformation.vue

GitHub Actions / build (14.x)

Unexpected any. Specify a different type
fetchRosterData!: (args: RosterParams) => Promise<Record<string,any>>;
userClass!: (classID: number) => ClassInfo | undefined;