-
Notifications
You must be signed in to change notification settings - Fork 24
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
6 changed files
with
38 additions
and
17 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.
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,19 +1,18 @@ | ||
--- | ||
publishDate: 2024-08-10T16:15:00Z | ||
publishDate: 2024-08-09T23:57:00Z | ||
author: ildyria | ||
title: 'Bite-size v6: Move Album panel' | ||
title: 'Bite-size v6: Light mode' | ||
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 | ||
image: /blog/v6/20240809-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) | ||
Yes, it is here. There is now a toggle switch in the settings which will enable light mode (note that you will need to refresh for the changes to take effect.) | ||
|
||
And on completion of the action a small toast confirms the execution. | ||
![toast](/blog/v6/20240810-3.png) | ||
Aside from the the selection of language is also fixed (it was missing from the settings). | ||
|
||
![delete](/blog/v6/20240809-2.png) | ||
And as seen above, I also fixed the deletion via the panel in the Album view. More to come... |
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,18 +1,19 @@ | ||
--- | ||
publishDate: 2024-08-09T23:57:00Z | ||
publishDate: 2024-08-10T16:15:00Z | ||
author: ildyria | ||
title: 'Bite-size v6: Light mode' | ||
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/20240809-1.png | ||
image: /blog/v6/20240810-1.png | ||
category: VueJS | ||
tags: | ||
- lychee | ||
- vuejs | ||
- v6 | ||
--- | ||
Yes, it is here. There is now a toggle switch in the settings which will enable light mode (note that you will need to refresh for the changes to take effect.) | ||
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) | ||
|
||
Aside from the the selection of language is also fixed (it was missing from the settings). | ||
|
||
![delete](/blog/v6/20240809-2.png) | ||
And as seen above, I also fixed the deletion via the panel in the Album view. More to come... | ||
And on completion of the action a small toast confirms the execution. | ||
![toast](/blog/v6/20240810-3.png) |
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,21 @@ | ||
--- | ||
publishDate: 2024-08-11T18:00:00Z | ||
author: ildyria | ||
title: 'Bite-size v6: Transfer 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/20240811-1.png | ||
category: VueJS | ||
tags: | ||
- lychee | ||
- vuejs | ||
- v6 | ||
--- | ||
After moving albums from one to another, we add back the functionality that came with the v5: | ||
Transfering albums ownership. We ask to select a user | ||
|
||
![Selection of user](/blog/v6/20240811-2.png) | ||
|
||
And we do request confirmation (in case you made a mistake in the user selection). | ||
|
||
![Confirm](/blog/v6/20240811-3.png) | ||
|