openzim / cms

ZIM file Publishing Platform
https://cms.openzim.org
GNU General Public License v3.0
4 stars 0 forks source link

UI titles listing and title details display #40

Closed anshulxyz closed 2 years ago

anshulxyz commented 2 years ago

closes #28 closes #30

titles listing

Screenshot 2021-12-16 at 1 45 35 PM

title detail display

Screenshot 2021-12-16 at 2 16 00 PM

Our base64 image data is broken, I tried it with a valid base64 image and it works. For example:

Screenshot 2021-12-16 at 2 21 05 PM
codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (a5d96b0) into main (edefef2) will not change coverage. The diff coverage is n/a.

:exclamation: Current head a5d96b0 differs from pull request most recent head f437d3a. Consider uploading reports for the commit f437d3a to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##              main       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          221       221           
=========================================
  Hits           221       221           

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 edefef2...f437d3a. Read the comment docs.

anshulxyz commented 2 years ago

I have added error handling, it's a simpler version of the one we have on Zimfarm.

Screenshot 2021-12-17 at 1 52 52 PM