diff --git a/public/blog/v6/20240811-1.png b/public/blog/v6/20240811-1.png new file mode 100644 index 00000000..fb534fb4 Binary files /dev/null and b/public/blog/v6/20240811-1.png differ diff --git a/public/blog/v6/20240811-2.png b/public/blog/v6/20240811-2.png new file mode 100644 index 00000000..545c64e2 Binary files /dev/null and b/public/blog/v6/20240811-2.png differ diff --git a/public/blog/v6/20240811-3.png b/public/blog/v6/20240811-3.png new file mode 100644 index 00000000..fbb0f4d3 Binary files /dev/null and b/public/blog/v6/20240811-3.png differ diff --git a/src/content/post/2024-08-09-v6-light-mode.mdx b/src/content/post/2024-08-09-v6-light-mode.mdx index 08271fcb..e21a3e3f 100644 --- a/src/content/post/2024-08-09-v6-light-mode.mdx +++ b/src/content/post/2024-08-09-v6-light-mode.mdx @@ -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... \ No newline at end of file diff --git a/src/content/post/2024-08-10-v6-move-album-panel.mdx b/src/content/post/2024-08-10-v6-move-album-panel.mdx index e21a3e3f..08271fcb 100644 --- a/src/content/post/2024-08-10-v6-move-album-panel.mdx +++ b/src/content/post/2024-08-10-v6-move-album-panel.mdx @@ -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... \ No newline at end of file +And on completion of the action a small toast confirms the execution. +![toast](/blog/v6/20240810-3.png) diff --git a/src/content/post/2024-08-11-v6-transfer-album-panel.mdx b/src/content/post/2024-08-11-v6-transfer-album-panel.mdx new file mode 100644 index 00000000..0bf2af69 --- /dev/null +++ b/src/content/post/2024-08-11-v6-transfer-album-panel.mdx @@ -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) +