bepasty-server icon indicating copy to clipboard operation
bepasty-server copied to clipboard

add a carousel view for lists of images, see #148

Open ThomasWaldmann opened this issue 3 years ago • 1 comments

for list items, show a link to the carousel view.

that view uses the bootstrap carousel to go through all image items on the list.

TODO:

  • render image full screen height (how?)
  • drop navigation bar for the carousel view, add some "back" button / key

ThomasWaldmann avatar Apr 05 '21 23:04 ThomasWaldmann

Codecov Report

Merging #272 (9466ff8) into master (85e2ec5) will decrease coverage by 0.18%. The diff coverage is 35.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #272      +/-   ##
==========================================
- Coverage   70.85%   70.67%   -0.19%     
==========================================
  Files          44       44              
  Lines        2594     2605      +11     
==========================================
+ Hits         1838     1841       +3     
- Misses        756      764       +8     
Impacted Files Coverage Δ
src/bepasty/views/display.py 17.11% <25.00%> (+0.28%) :arrow_up:
src/bepasty/views/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 85e2ec5...9466ff8. Read the comment docs.

codecov-io avatar Apr 15 '21 16:04 codecov-io

Codecov Report

Merging #272 (9466ff8) into master (769d601) will decrease coverage by 0.16%. The diff coverage is 35.71%.

:exclamation: Current head 9466ff8 differs from pull request most recent head d782c57. Consider uploading reports for the commit d782c57 to get more accurate results

@@            Coverage Diff             @@
##           master     #272      +/-   ##
==========================================
- Coverage   70.82%   70.67%   -0.16%     
==========================================
  Files          44       44              
  Lines        2595     2605      +10     
==========================================
+ Hits         1838     1841       +3     
- Misses        757      764       +7     
Impacted Files Coverage Δ
src/bepasty/views/display.py 17.11% <25.00%> (+0.28%) :arrow_up:
src/bepasty/views/__init__.py 100.00% <100.00%> (ø)
src/bepasty/utils/formatters.py 15.15% <0.00%> (+0.44%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Jan 21 '23 21:01 codecov-commenter

not perfect yet, but a start.

ThomasWaldmann avatar Jan 21 '23 23:01 ThomasWaldmann