feat(bookmark): improve pdf bookmark tool ui with dark mode and drag-drop

- Add dark mode styling to the bookmark tool page
- Implement drag-and-drop file upload zones for PDF, CSV and JSON
- Enhance file input UI with icons and better visual feedback
- Fix formatting and whitespace issues in multiple files
This commit is contained in:
abdullahalam123
2025-10-27 22:35:49 +05:30
parent 72e74d2a62
commit 090146c600
7 changed files with 95 additions and 43 deletions

View File

@@ -179,12 +179,11 @@ export async function initializeQpdf() {
return qpdfInstance;
}
export function initializeIcons(): void {
createIcons({
attrs: {
class: 'bento-icon',
'stroke-width': '1.5',
},
});
}
createIcons({
attrs: {
class: 'bento-icon',
'stroke-width': '1.5',
},
});
}