Skip to content

Commit

Permalink
move is working
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Aug 10, 2024
1 parent be51fd8 commit 653e950
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 16 deletions.
Binary file added public/blog/v6/20240810-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/20240810-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/20240810-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 removed src/assets/favicons/apple-touch-icon.png
Binary file not shown.
Binary file removed src/assets/favicons/favicon.ico
Binary file not shown.
9 changes: 0 additions & 9 deletions src/assets/favicons/favicon.svg

This file was deleted.

9 changes: 2 additions & 7 deletions src/components/Favicons.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
---
import favIcon from '~/assets/favicons/favicon.ico';
import favIconSvg from '~/assets/favicons/favicon.svg';
import appleTouchIcon from '~/assets/favicons/apple-touch-icon.png';
import favIcon from '~/assets/images/logo.png';
---

<link rel="shortcut icon" href={favIcon} />
<link rel="icon" type="image/svg+xml" href={favIconSvg.src} />
<link rel="mask-icon" href={favIconSvg.src} color="#8D46E7" />
<link rel="apple-touch-icon" sizes="180x180" href={appleTouchIcon.src} />
<link rel="shortcut icon" href={favIcon.src} />
19 changes: 19 additions & 0 deletions src/content/post/2024-08-09-v6-light-mode.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
publishDate: 2024-08-10T16:15:00Z
author: ildyria
title: 'Bite-size v6: Move Album panel'
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/20240810-1.png
category: VueJS
tags:
- lychee
- vuejs
- v6
---
The panel to move albums has been implemented.
Just like in version 5, drop-down with search to select the destination.
Once selected a confirmation message appears.
![confirm](/blog/v6/20240810-2.png)

And on completion of the action a small toast confirms the execution.
![toast](/blog/v6/20240810-3.png)

0 comments on commit 653e950

Please sign in to comment.