Actions
BUG #1634
openBug Fixes and Improvements for PDF Customization Features
Start date:
01/12/2025
Due date:
01/12/2025 (about 15 months late)
% Done:
100%
Estimated time:
3:00 h
Spent time:
Description
Objective¶
Address and resolve issues related to dark mode, file size display, zip downloads, and PDF card functionality.
Task Checklist¶
-
Dark Mode Fix:
- Ensure that dark mode toggles correctly with a single action when the default is set to dark mode.
-
File Size Display:
- Update the file size display in the PDF card on the customize page to show "KB" for kilobytes instead of "MB."
-
Download Zip Issue:
- Fix the download zip functionality by ensuring the UID parameter is correctly passed as "uid" (case-sensitive).
-
PDF Card Update:
- Remove unconverted PDF entries when the delete icon is clicked.
- Eliminate the edit button from the PDF card interface.
Expected Deliverables¶
- Dark mode toggles smoothly regardless of default settings.
- Accurate file size units displayed ("KB" instead of "MB").
- Functional download zip button using the correct UID parameter.
- Clean and responsive PDF card interface with unnecessary elements removed.
Actions