diff --git a/public/blog/v6/20240930-1.png b/public/blog/v6/20240930-1.png new file mode 100644 index 00000000..0cb043e6 Binary files /dev/null and b/public/blog/v6/20240930-1.png differ diff --git a/public/blog/v6/20240930-2.png b/public/blog/v6/20240930-2.png new file mode 100644 index 00000000..bf07e758 Binary files /dev/null and b/public/blog/v6/20240930-2.png differ diff --git a/public/blog/v6/20240930-3.png b/public/blog/v6/20240930-3.png new file mode 100644 index 00000000..c1e75408 Binary files /dev/null and b/public/blog/v6/20240930-3.png differ diff --git a/public/blog/v6/20240930-4.png b/public/blog/v6/20240930-4.png new file mode 100644 index 00000000..7659537d Binary files /dev/null and b/public/blog/v6/20240930-4.png differ diff --git a/public/blog/v6/20240930-5.png b/public/blog/v6/20240930-5.png new file mode 100644 index 00000000..7bf53acc Binary files /dev/null and b/public/blog/v6/20240930-5.png differ diff --git a/src/content/post/2024-09-30-v6-header.mdx b/src/content/post/2024-09-30-v6-header.mdx new file mode 100644 index 00000000..c4ea24c4 --- /dev/null +++ b/src/content/post/2024-09-30-v6-header.mdx @@ -0,0 +1,44 @@ +--- +publishDate: 2024-09-30T22:44:00Z +author: ildyria +title: 'Bite-size v6: Header fixes' +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/20240930-1.png +category: Active Development +tags: + - lychee + - vuejs + - v6 +--- + +In my previous post, I mentionned I was not happy with the header, especially on mobile devices. I am happy to say that I found a nice compromise. + +
+
+![in mobile view](/blog/v6/20240930-2.png) +
+
+![in mobile view menu open](/blog/v6/20240930-3.png) +
+
+ +When switching the mobile, the long title is replaced by "Albums" and all the buttons are placed in a speed dial menu. + +Similarly when logged out. +
+
+![in mobile view](/blog/v6/20240930-4.png) +
+
+![in mobile view](/blog/v6/20240930-5.png) +
+
+The *"Return to home"* Link is replaced with a house button and the long title replaced by the translated Albums. + +After checking most of the functions, I noticed that we are still missing the followings: + +- [ ] The support of gps tracks +- [ ] The selection of header image in albums (plus misc I may have forgotten). +- [ ] Easy set/unset of visible smart albums (and probably fix some v5 bugs in the *unsorted* one). +- [ ] The support of Dropbox +- [ ] More easy to the eye in the Settings page.