Skip to content

Commit

Permalink
show title and close of modal inline
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Dec 5, 2023
1 parent afaffd8 commit 4db1edb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/views/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,15 @@

<NcModal v-if="showAlbumCreationForm"
key="albumCreationForm"
:close-button-contained="false"
:name="t('photos', 'New album')"
@close="showAlbumCreationForm = false">
<h2>{{ t('photos', 'New album') }}</h2>
<AlbumForm @done="showAlbumCreationForm = false" />
</NcModal>

<NcModal v-if="showAlbumPicker"
key="albumPicker"
:close-button-contained="false"
:name="t('photos', 'Add to album')"
@close="showAlbumPicker = false">
<h2>{{ t('photos', 'Add to album') }}</h2>
<AlbumPicker @album-picked="addSelectionToAlbum" />
</NcModal>
</div>
Expand Down

0 comments on commit 4db1edb

Please # to comment.