diff --git a/README.md b/README.md index 4fd44d4..d2df1c4 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ A simple web application to backup & archive email from an IMAP server on your o Here are a few screenshots (please excuse the silly test emails, I just used a bunch of mails I found on the internet as test data to cover as many languages etc. as possible) -![Overview of the archive](doc/ressources/browse_view2.png) +![Overview of the archive](doc/ressources/browse_view.png) ![Viewing a single message](doc/ressources/message_view.png) -![Viewing of the import page](doc/ressources/import_view.png) ## How to use Two options: diff --git a/SimpleMailArchiver/SimpleMailArchiver/Pages/Browse.razor b/SimpleMailArchiver/SimpleMailArchiver/Pages/Browse.razor index 0976513..d3f829e 100644 --- a/SimpleMailArchiver/SimpleMailArchiver/Pages/Browse.razor +++ b/SimpleMailArchiver/SimpleMailArchiver/Pages/Browse.razor @@ -81,7 +81,7 @@ - + diff --git a/doc/ressources/browse_view.png b/doc/ressources/browse_view.png new file mode 100644 index 0000000..ceefab5 Binary files /dev/null and b/doc/ressources/browse_view.png differ diff --git a/doc/ressources/browse_view2.png b/doc/ressources/browse_view2.png deleted file mode 100644 index 6f50950..0000000 Binary files a/doc/ressources/browse_view2.png and /dev/null differ diff --git a/doc/ressources/import_view.png b/doc/ressources/import_view.png deleted file mode 100644 index 2ad7f20..0000000 Binary files a/doc/ressources/import_view.png and /dev/null differ diff --git a/doc/ressources/message_view.png b/doc/ressources/message_view.png index 2770ae7..9966313 100644 Binary files a/doc/ressources/message_view.png and b/doc/ressources/message_view.png differ