diff --git a/public/blog/v6/20240817-1.png b/public/blog/v6/20240817-1.png new file mode 100644 index 00000000..e0972aec Binary files /dev/null and b/public/blog/v6/20240817-1.png differ diff --git a/public/blog/v6/20240817-2.png b/public/blog/v6/20240817-2.png new file mode 100644 index 00000000..d000d4f4 Binary files /dev/null and b/public/blog/v6/20240817-2.png differ diff --git a/public/blog/v6/20240817-3.png b/public/blog/v6/20240817-3.png new file mode 100644 index 00000000..69922064 Binary files /dev/null and b/public/blog/v6/20240817-3.png differ diff --git a/public/blog/v6/20240817-4.png b/public/blog/v6/20240817-4.png new file mode 100644 index 00000000..e6beecb7 Binary files /dev/null and b/public/blog/v6/20240817-4.png differ diff --git a/src/content/post/2024-08-17-v6-upload-dialog.mdx b/src/content/post/2024-08-17-v6-upload-dialog.mdx new file mode 100644 index 00000000..0cb7b50e --- /dev/null +++ b/src/content/post/2024-08-17-v6-upload-dialog.mdx @@ -0,0 +1,39 @@ +--- +publishDate: 2024-08-17T16:48:00Z +author: ildyria +title: 'Bite-size v6: Upload dialog' +excerpt: Bite-size v6 is a series of small post showing the progress made on the development of the future version of Lychee. +image: /blog/v6/20240817-1.png +category: VueJS +tags: + - lychee + - vuejs + - v6 +--- +Now that most of the ground work has been built, we focus on the smaller details. +We add back what all gallery should have: the uploader. +And just like in the version 5 it supports chunk upload and parallel processing. + +![](/blog/v6/20240817-2.png) + +Once completed the list stays open (for now). +![](/blog/v6/20240817-3.png) + +A nice improvement that could be added later: cancelling an upload. +But there are more pressing matters. + +Also added the menu in the top right to access the usual creations options. +![](/blog/v6/20240817-4.png) + +What is left to be done before we start having a viable prototype? +Still quite a bit see the list below. + +- Create/Move/Merge/Delete albums via context menu +- Copy/Delete/Star etc. photo via context menu +- Editing picture informations +- Frame/Slideshow view +- Map view +- U2F +- Oauth +- All existing key bindings +- Sharing summary page (nice to have).