updated readme #12

Merged
tiradoe merged 1 commit from readme-update into main 2026-04-16 23:06:57 +00:00
2 changed files with 9 additions and 8 deletions
Showing only changes of commit c4c10d6996 - Show all commits

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