-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
File renamed without changes.