fix Michel typo, update app's

latest small changes
This commit is contained in:
Xevion
2020-08-10 04:52:58 -05:00
parent 7e98c55d9c
commit 6179c210c2
6 changed files with 164 additions and 167 deletions

View File

@@ -9,8 +9,12 @@
</b-card> </b-card>
<div v-if="episode != null"> <div v-if="episode != null">
<b-card v-for="(scene, scene_index) in episode.scenes" :key="`scene-${scene_index}`" :id="scene_index" <b-card v-for="(scene, scene_index) in episode.scenes" :key="`scene-${scene_index}`" :id="scene_index"
class="mb-1" body-class="p-0 py-2"> class="mb-1" body-class="p-0">
<b-card-text> <b-card-text class="my-2">
<!-- <span v-if="scene.deleted" class="mt-n2 mb-4 text-muted deleted-scene pl-2"-->
<!-- :footer="`Deleted Scene ${scene.deleted}`">-->
<!-- Deleted Scene {{ scene.deleted }}-->
<!-- </span>-->
<QuoteList :quotes="scene.quotes"></QuoteList> <QuoteList :quotes="scene.quotes"></QuoteList>
</b-card-text> </b-card-text>
</b-card> </b-card>
@@ -20,6 +24,7 @@
<style> <style>
.card-title { font-family: 'Montserrat', sans-serif; font-weight: 600; } .card-title { font-family: 'Montserrat', sans-serif; font-weight: 600; }
.deleted-scene { font-size: 0.75em; line-height: 12px; }
</style> </style>
<script> <script>
@@ -40,7 +45,8 @@ export default {
}, },
methods: { methods: {
getEpisode() { getEpisode() {
const path = `http://localhost:5000/api/episode/${this.$route.params.season}/${this.$route.params.episode}/`; const path = `http://${process.env.VUE_APP_HOST}:${process.env.VUE_APP_FLASK_PORT}/api/episode/\
${this.$route.params.season}/${this.$route.params.episode}/`;
axios.get(path) axios.get(path)
.then((res) => { .then((res) => {
this.episode = res.data; this.episode = res.data;

View File

@@ -30,7 +30,7 @@ export default {
}, },
methods: { methods: {
getStats() { getStats() {
const path = 'http://localhost:5000/api/stats/'; const path = `http://${process.env.VUE_APP_HOST}:${process.env.VUE_APP_FLASK_PORT}/api/stats/`;
axios.get(path) axios.get(path)
.then((res) => { .then((res) => {
this.stats = res.data; this.stats = res.data;

View File

@@ -12,11 +12,6 @@
</template> </template>
<style lang="scss"> <style lang="scss">
/*tr {*/
/* &:not(:first-child) {*/
/* border-top: 1px solid rgba(255, 255, 255, 0.1);*/
/* }*/
/*}*/
.quote-list > tr { .quote-list > tr {
white-space: nowrap; white-space: nowrap;
&:hover { background-color: #242424; } &:hover { background-color: #242424; }

View File

@@ -39,6 +39,7 @@
.accordion { .accordion {
.list-group-item { .list-group-item {
padding: 10px 20px;
a { display: block; } a { display: block; }
.badge { float: right; min-width: 36px; } .badge { float: right; min-width: 36px; }
@@ -95,7 +96,7 @@ export default {
}, },
methods: { methods: {
getSeasons() { getSeasons() {
const path = 'http://localhost:5000/api/episodes/'; const path = `http://${process.env.VUE_APP_HOST}:${process.env.VUE_APP_FLASK_PORT}/api/episodes/`;
axios.get(path) axios.get(path)
.then((res) => { .then((res) => {
this.seasons = res.data; this.seasons = res.data;

View File

File diff suppressed because it is too large Load Diff

View File

@@ -64,7 +64,7 @@ Michael|Me no wanna hear that, Jan. Because downsizing is a bitch. It is a real
- -
Michael|Question. How long do we have to… [Telephone rings] Oh uh, Todd Packer, terrific rep. Do you mind if I take it? Michael|Question. How long do we have to… [Telephone rings] Oh uh, Todd Packer, terrific rep. Do you mind if I take it?
Jan|Go ahead. Jan|Go ahead.
Michel|Packman. Michael|Packman.
Todd Packer|Hey, you big queen. Todd Packer|Hey, you big queen.
Michael|Oh, thats not appropriate. Michael|Oh, thats not appropriate.
Todd Packer|Hey, is old Godzillary coming in today? Todd Packer|Hey, is old Godzillary coming in today?
@@ -319,4 +319,4 @@ Dwight|I understand. Its in a blind spot because Im trained in several mar
Documentary Crew Member|[talking over Dwight] Its… Documentary Crew Member|[talking over Dwight] Its…
Dwight|Im doing my job. Dwight|Im doing my job.
-!12 -!12
Michael|I think better to be a happy idiot then a, um… Then someone who knows the truth. Michael|I think better to be a happy idiot then a, um… Then someone who knows the truth.