Skip to content

Commit

Permalink
more data
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Oct 15, 2024
1 parent 6d1315a commit e48c6f6
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/components/widgets/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
]}
href={href}
>
{text}
<Fragment set:html={text} />
</a>
)}
</li>
Expand Down
43 changes: 43 additions & 0 deletions src/content/post/2024-10-14-v6-beta3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
publishDate: 2024-10-15T18:00:00Z
author: ildyria
title: 'Bite-size v6: Beta.2 is Live!'
excerpt: Bite-size v6 is a series of small post showing the progress made on the development of the future version of Lychee.
image: https://images.unsplash.com/photo-1484480974693-6ca0a78fb36b?q=80&w=3544&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
category: Active Development
tags:
- lychee
- vuejs
- v6
---

I got some nice and extensive feedback from Beta 1.
See below the fixes and improvements that have been made in the Beta 2.

- [x] : Fix pictures not being deleted when clicked on the button.
- [x] : Fix links and bold which were invisible in light mode in Album and Photo descriptions
- [x] : Add link shape check on Upload via Url
- [x] : Dropbox upload is now set to `disabled` if it was empty, no more useless warning in Diagnostics.
- [x] : Import from server is gone from the menu (it was already gone in v5).
- [x] : Some labels have been updated for readability.
- [x] : Added a button in the middle of the screen when the album is empty to prompt the upload of pictures.
- [x] : Drag & Drop fixed on Upload + Full drag & drop support on album pages + Paste image support as upload on album pages.
- [x] : Ongoing progress of uploads is now displayed on top of the modal.
- [x] : Added tooltips on the action bar for photos (star, rotate, delete)
- [x] : In slideshow the actions buttons for photos were still visible (though unusable).
- [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] : 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.
- [x] : Fixed some Warnings as Info in Diagnostics.
- [x] : Fixed broken images on thumbs
- [x] : After upload is completed, refresh album in the background
- [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] : 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.
6 changes: 6 additions & 0 deletions src/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export const headerData = {
text: 'About us',
href: '/support',
},
{
text: 'Lychee <span class="text-sky-500 ml-1">SE</span>',
href: '/get-supporter-edition',
},
{
text: 'Docs',
href: '/docs',
Expand All @@ -39,11 +43,13 @@ export const footerData = {
links: [
{ text: 'Read the Docs', href: '/docs' },
{ text: 'Community Forum', href: 'https://github.com/LycheeOrg/Lychee/discussions' },
{ text: 'Join our discord', href: 'https://discord.gg/JMPvuRQcTf' },
],
},
{
title: 'Support Lychee',
links: [
{ text: 'Get Lychee <span class="text-sky-500">SE</span>', href: 'https://lycheeorg.github.io/get-supporter-edition' },
{ text: 'GitHub sponsor', href: 'https://github.com/sponsors/LycheeOrg' },
{ text: 'Open Collective', href: 'https://opencollective.com/LycheeOrg' },
],
Expand Down
21 changes: 20 additions & 1 deletion src/pages/[...blog]/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Pagination from '~/components/blog/Pagination.astro';
// import PostTags from "~/components/blog/Tags.astro";
import { blogListRobots, getStaticPathsBlogList } from '~/utils/blog';
import CallToAction2 from '~/components/widgets/CallToAction2.astro';
export const prerender = true;
Expand Down Expand Up @@ -48,5 +49,23 @@ const metadata = {
<PostTags tags={allCategories} class="mb-2" title="Search by Categories:" isCategory />
<PostTags tags={allTags} title="Search by Tags:" />
-->
</section>
<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."
actions={[
// {
// variant: 'secondary',
// text: '<img src="https://next-images.opencollective.com/_next/image?url=%2Fstatic%2Fimages%2Foc-logo-watercolor-256.png&w=64&q=75" class="h-5 w-5 mr-2.5"/>Open Collective',
// href: 'https://opencollective.com/LycheeOrg',
// },
{
variant: 'secondary',
text: 'GitHub sponsor',
href: 'https://github.com/sponsors/LycheeOrg',
icon: 'tabler:heart',
},
]}
/>
</section>
</Layout>
10 changes: 5 additions & 5 deletions src/pages/[...blog]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ const metadata = merge(
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."
actions={[
{
variant: 'secondary',
text: '<img src="https://next-images.opencollective.com/_next/image?url=%2Fstatic%2Fimages%2Foc-logo-watercolor-256.png&w=64&q=75" class="h-5 w-5 mr-2.5"/>Open Collective',
href: 'https://opencollective.com/LycheeOrg',
},
// {
// variant: 'secondary',
// text: '<img src="https://next-images.opencollective.com/_next/image?url=%2Fstatic%2Fimages%2Foc-logo-watercolor-256.png&w=64&q=75" class="h-5 w-5 mr-2.5"/>Open Collective',
// href: 'https://opencollective.com/LycheeOrg',
// },
{
variant: 'secondary',
text: 'GitHub sponsor',
Expand Down
6 changes: 4 additions & 2 deletions src/pages/get-supporter-edition.astro
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,11 @@ const metadata = {
"Unfortunately, we do not offer trial periods nor refunds. For this reason we recommend that you try the Free Edition first to see if Lychee fits your needs as it already comes packed with a lot of features.",
},
{
title: 'How do I register my Supporter Edition?',
title: 'How do I get the Supporter Edition? How do I register it?',
description:
"Once you support us, you will get a personal license key that you can use in your Lychee instance to unlock the exclusive features.",
"Once you support us via GitHub, you will get a personal license key that you can use in your Lychee instance to unlock the exclusive features.\
If you support us directly via Open Collective, please contact us by mail or via discord to get your personal license key.<br/><br/>\
Once you have your license key, just go into the <span class='font-semibold'>Left menu</span>, open the <span class='font-semibold'>About Lychee</span> dialog, and enter your license key in the dedicated field.",
},
{
title: 'Is there a limit on the number of Lychee instances I can use my license key on?',
Expand Down
10 changes: 5 additions & 5 deletions src/pages/support.astro
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ const metadata = {
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."
actions={[
{
variant: 'secondary',
text: '<img src="https://next-images.opencollective.com/_next/image?url=%2Fstatic%2Fimages%2Foc-logo-watercolor-256.png&w=64&q=75" class="h-5 w-5 mr-2.5"/>Open Collective',
href: 'https://opencollective.com/LycheeOrg',
},
// {
// variant: 'secondary',
// text: '<img src="https://next-images.opencollective.com/_next/image?url=%2Fstatic%2Fimages%2Foc-logo-watercolor-256.png&w=64&q=75" class="h-5 w-5 mr-2.5"/>Open Collective',
// href: 'https://opencollective.com/LycheeOrg',
// },
{
variant: 'secondary',
text: 'GitHub sponsor',
Expand Down

0 comments on commit e48c6f6

Please sign in to comment.