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:
@@ -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',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user