Skip to content

Commit

Permalink
Work on menus (#142)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Sep 16, 2024
1 parent 33455b6 commit 0e1cf66
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 take 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 need 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 not 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, it will not be queried again. This will significantly speed up the responses when going through multiple pages etc.
On the less fun side 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 0e1cf66

Please sign in to comment.