bepasty-server
bepasty-server copied to clipboard
add a carousel view for lists of images, see #148
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
Codecov Report
Merging #272 (9466ff8) into master (85e2ec5) will decrease coverage by
0.18%
. The diff coverage is35.71%
.
@@ 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 Report
Merging #272 (9466ff8) into master (769d601) will decrease coverage by
0.16%
. The diff coverage is35.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.
not perfect yet, but a start.