Compare commits

..

2 commits

Author SHA1 Message Date
3b81189486 Merge pull request 'updated readme' (#12) from readme-update into main
Reviewed-on: #12
2026-04-16 23:06:57 +00:00
c4c10d6996 updated readme 2026-04-16 18:06:28 -05:00
2 changed files with 9 additions and 8 deletions

View file

@ -1,7 +1,10 @@
# Nuxt Minimal Starter
# Movie Night Web [WIP]
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
Setup is pretty standard for a Nuxt project so I'll leave that below. Just be sure to copy .env.example to .env and fill
in the value.
## Setup
Make sure to install dependencies:

View file

@ -58,10 +58,11 @@ const criticScores = computed(() => {
</div>
</dl>
<ButtonAction v-if="canEdit"
button-text="Remove From List"
buttonColor="danger"
@action="emit('remove-movie', selectedMovie.id)"
<ButtonAction
v-if="canEdit"
button-text="Remove From List"
buttonColor="danger"
@action="emit('remove-movie', selectedMovie.id)"
/>
</div>
</template>
@ -71,9 +72,6 @@ dt {
font-weight: bold;
}
.critic-score-source {
}
.movie-detail {
display: flex;
flex-direction: column;