Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Oct 15, 2024
1 parent 2252bb9 commit ae705a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/content/post/2024-10-14-v6-beta3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See below the fixes and improvements that have been made in the Beta 2.
- [x] : Fixed the Edit photo dialog for consistent design.
- [x] : Improved visibility form in Albums.
- [x] : Add set as album header button in photo view
- [x] : Rotating a photo is refreshes the photo.
- [x] : Rotating a photo refreshes the photo.
- [x] : Added setting to preserve photo on upload when auto rotation is set.
- [x] : Added swipe left / right to switch picture.
- [x] : Added scroll up / down to switch picture.
Expand All @@ -38,9 +38,9 @@ See below the fixes and improvements that have been made in the Beta 2.
- [x] : Switching from dark mode to light mode and vice-versa no longer requires reloading.
- [x] : Fixed Photo details colors in light mode.
- [x] : Do not show the Map when Map settings is disabled.
- [x] : Fixes error messages showing up full screen when `dist/user.css` and `dist/custom.js` do not exists.
- [x] : Fixes error messages showing up full screen when `dist/user.css` and `dist/custom.js` do not exist.
- [x] : Add `GET api/v2/Photo::random` end point to request random pictures, this provides the full data of the photo instead of the src links for the frame.
- [x] : Revamped completely the User Management panel.

With this out of the pipe, it is now time to release a [new Beta version](https://github.com/LycheeOrg/Lychee/releases/tag/v6.0.0-beta.2).
And as always, the Docker `alpha` tag reflect the latest changes to Version 6.
And as always, the Docker `alpha` tag reflects the latest changes to Version 6.
2 changes: 1 addition & 1 deletion src/pages/[...blog]/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const metadata = {
<CallToAction2
classes={{headline: 'bg-white'}}
title="Support us!"
subtitle="If you are using Lychee, a small token of gratitude will go a long way. You can support further development of Lychee on opencollective or on GitHub."
subtitle="If you are using Lychee, a small token of gratitude will go a long way. You can support further development of Lychee on GitHub."
actions={[
// {
// variant: 'secondary',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/[...blog]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const metadata = merge(
<CallToAction2
classes={{headline: 'bg-white'}}
title="Support us!"
subtitle="If you are using Lychee, a small token of gratitude will go a long way. You can support further development of Lychee on opencollective or on GitHub."
subtitle="If you are using Lychee, a small token of gratitude will go a long way. You can support further development of Lychee on GitHub."
actions={[
// {
// variant: 'secondary',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/support.astro
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const metadata = {
<CallToAction2
classes={{container: 'bg-sky-400/10 !max-w-full', headline: 'bg-white'}}
title="Support us!"
subtitle="If you are using Lychee, a small token of gratitude will go a long way. You can support further development of Lychee on opencollective or on GitHub."
subtitle="If you are using Lychee, a small token of gratitude will go a long way. You can support further development of Lychee on GitHub."
actions={[
// {
// variant: 'secondary',
Expand Down

0 comments on commit ae705a7

Please sign in to comment.