Skip to content

Commit

Permalink
menus
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Sep 15, 2024
1 parent 33455b6 commit 0eb2bc9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Binary file added public/blog/v6/20240915-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/20240915-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions src/content/post/2024-09-15-v6-menus.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
publishDate: 2024-09-15T19:43:00Z
author: ildyria
title: 'Bite-size v6: Photo selection and context menus'
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/20240915-1.png
category: VueJS
tags:
- lychee
- vuejs
- v6
---
More things start to takes shape. The selection with Ctrl and Shift are now working.
The Drag-and-select is not implemented yet, but that one will probably be for after the official release.
So far the interface is still not mobile friendly for selection, some improvements needs to be made here.
I also need to check how the interaction with ctrl + click is working on Mac to see if that is still spawning a browser context menu.

That being said, the first few operations are now *working*. The photo listing is are updated yet, nor dropping the local cache of the
current album. Ah, I forgot to mention that.

As opposed to version 4 and version 5, Lychee v6 will support local caching of the requests, which means that once an album has been
open once, it will not be queried again. This will significantly speed up the responses when going through multiple pages etc.
On the less fun size for me, it also means that I will be fighting against the cache invalidation problem. Wish me luck. ;)

That being said, now that photo selection is working, we also have the context menus being displayed. At the moment most of the actions
are empty placeholders, but actual execution code should be coming soon.

![Menu](/blog/v6/20240915-2.png)

0 comments on commit 0eb2bc9

Please sign in to comment.