Skip to content

Commit

Permalink
Update August 17 (#134)
Browse files Browse the repository at this point in the history
* update 17

* Update src/content/post/2024-08-17-v6-upload-dialog.mdx

Co-authored-by: Martin Stone <[email protected]>

---------

Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Aug 17, 2024
1 parent cdcd0c5 commit 735d7b8
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
Binary file added public/blog/v6/20240817-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/blog/v6/20240817-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/blog/v6/20240817-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/blog/v6/20240817-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions src/content/post/2024-08-17-v6-upload-dialog.mdx
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 735d7b8

Please sign in to comment.