fussel icon indicating copy to clipboard operation
fussel copied to clipboard

missing previous/next buttons in carousel view

Open h4de5 opened this issue 3 years ago • 2 comments

in the latest version it seems the next and previous buttons are gone:

it's still possible to navigate using arrow keys - but when you click outside the actual image, the modal closes.

image

h4de5 avatar Jan 26 '21 08:01 h4de5

Hmm. I upgraded the dependency and didn't notice this. But the package appears to be abandonware. I will test this and see if I can reproduce ite.

cbenning avatar Jan 28 '21 03:01 cbenning

the carousel no longer works correctly outside of mobile browsers - on a desktop browser the carousel appears below the modal dialogue out of sight the image will even flash for a split second before the dialogue covers it!

despair86 avatar Apr 26 '22 03:04 despair86

@despair86 the UI tool was abandoned. I've re-written the entire frontend using new components and can be tested out on the v2 branch before it is released if interested

cbenning avatar Feb 13 '23 05:02 cbenning

any chance for an updated docker image? or a beta docker release?

h4de5 avatar Feb 13 '23 05:02 h4de5

@h4de5 I'll make a task and try to get to it in the next day or two if I can find time. Good suggestion.

cbenning avatar Feb 13 '23 14:02 cbenning

@h4de5 give this a try:

docker run \
      -e PGID=$(id -g) \
      -e PUID=$(id -u) \
      -v <input_dir>:/input:ro \
      -v <output_dir>:/output \
      --label gallery.input_path="/input" \
      --label gallery.output_path="/output" \
      --label gallery.overwrite=False \
      --label albums.recursive=True \
      --label albums.recursive_name_pattern="{parent_album} > {album}" \
      --label people.enable=True \
      --label watermark.enable=True \
      --label watermark.path="web/src/images/fussel-watermark.png" \
      --label watermark.size_ratio=0.3 \
      --label site.http_root="/" \
      --label site.title="Fussel Gallery" \
     -v /var/run/docker.sock:/var/run/docker.sock \
     ghcr.io/cbenning/fussel:2.0.0-rc4

cbenning avatar Feb 14 '23 20:02 cbenning

is it possible that this image is set to private?

h4de5 avatar Feb 15 '23 06:02 h4de5

@h4de5 yup sorry. Still getting the hang of using ghcr.io. Should be fixed now, give it a try.

cbenning avatar Feb 15 '23 18:02 cbenning

image is now download able, but running failed. just gave it a brief test run, will have a look at my config later on, to check if it is on my side.

Screenshot_20230216-005854

h4de5 avatar Feb 15 '23 23:02 h4de5

It kinda looks like its failing to generate the config. Looks lke you're using docker-compose? Mind sharing your config?

cbenning avatar Feb 16 '23 03:02 cbenning