Skip to content

Commit

Permalink
transfer done
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Aug 11, 2024
1 parent 653e950 commit 419b91d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 17 deletions.
Binary file added public/blog/v6/20240811-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/20240811-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/20240811-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 8 additions & 9 deletions src/content/post/2024-08-09-v6-light-mode.mdx
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...
17 changes: 9 additions & 8 deletions src/content/post/2024-08-10-v6-move-album-panel.mdx
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)
21 changes: 21 additions & 0 deletions src/content/post/2024-08-11-v6-transfer-album-panel.mdx
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)

0 comments on commit 419b91d

Please sign in to comment.