Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of August 18th: better link in landing page. #135

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/blog/v6/20240818-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/20240818-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/content/post/2024-08-18-v6-upload-dialog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
publishDate: 2024-08-18T23:48:00Z
author: ildyria
title: 'Bite-size v6: Link in Landing and Server Import'
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/20240818-1.png
category: VueJS
tags:
- lychee
- vuejs
- v6
---
One of the complaint we got a few times was that the Gallery link in top right was not so visible.
d7415 marked this conversation as resolved.
Show resolved Hide resolved
We now also provide a big link in the middle of the page with a subtle tripple arrow annimation to catch the eye with movement.
Hopefully this resolves some of the requests.

As it was disabled in version 5, import from server is not coming back in version 6. Sorry.
Still in order to avoid questions "where did this go?" etc, we provide a kind reminder to the user that the functionality is no more.

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

I am currently working on the dialogs to create Albums.
Loading