Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Albums/galleries #22

Open
EmberHeartshine opened this issue Jan 9, 2024 · 6 comments
Open

Albums/galleries #22

EmberHeartshine opened this issue Jan 9, 2024 · 6 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@EmberHeartshine
Copy link

Just a feature request for multi-image galleries. I'm not 100% sure what the best way to implement that would be, but a start would probably be to allow users to collect shots they've previously uploaded and display certain ones on the same page together. On-the-fly albums by supporting multiple image uploads could probably be a nice next step.

@EmberHeartshine EmberHeartshine changed the title Albums/galleries [Feature request]×Albums/galleries Jan 9, 2024
@EmberHeartshine EmberHeartshine changed the title [Feature request]×Albums/galleries [Feature request] Albums/galleries Jan 9, 2024
@mdshack mdshack changed the title [Feature request] Albums/galleries Albums/galleries Jan 10, 2024
@mdshack mdshack added the enhancement New feature or request label Jan 10, 2024
@mdshack
Copy link
Owner

mdshack commented Jan 10, 2024

Hey @EmberHeartshine, thanks for adding this feature request! One thing you can do that is somewhat similar to this is to upload multiple images at the same time and they will be grouped together on a "shot" page. These groupings cannot be changed after they are first created, but this might get you something to use until we add better gallery support.

@mdshack mdshack added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 10, 2024
@EmberHeartshine
Copy link
Author

Interesting. Uploading more than one makes the share link for the first image become a "gallery" of sorts. At first glance, I see two issues:

  1. There is now no way to link to the first image without also linking to the entire "gallery"
  2. The share links between images puts a lot of excess space on the page (see Remove specific share links for uploaded images #25)

But this is good to know, thanks.

@mdshack mdshack added this to the 2.0.0 milestone Jan 14, 2024
@EmberHeartshine
Copy link
Author

I noticed as a part of 9773921 the "carousel" layout is now the default way to view multiple images. Would it be possible to set a toggle (or envvar) such that the older layout with all images on one page is possible?

@mdshack
Copy link
Owner

mdshack commented Aug 9, 2024

@EmberHeartshine with the feed system coming in v2 stacking multiple images will be tricky, however it will now be possible to link to the currently selected image in the carousel as all the links are reflected by what element is in focus on the carousel.

@mdshack mdshack modified the milestones: 2.0.0, 2.X.X Aug 9, 2024
@EmberHeartshine
Copy link
Author

The real problem is that carousels are basically the worst way to present albums.

@mptpro
Copy link

mptpro commented Sep 1, 2024

How about using "tags" instead of albums? This would allow an image to be part of multiple tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Targeted
Development

No branches or pull requests

3 participants