openreader/src/components/doclist
Richard R 50234d34a9 refactor(ui): centralize button primitives and update imports across app
Move all button-related class utilities and types from formPrimitives to a new
ui/buttonPrimitives module. Update all component imports to reference the new
location, ensuring consistent button styling and easier future maintenance.
Remove redundant button code from formPrimitives and re-export as needed for
admin UI compatibility. Add public.css for landing and privacy layout styles.
2026-05-31 14:10:59 -06:00
..
dnd feat(doclist): unify document identity handling and improve drag-and-drop robustness 2026-05-28 22:27:15 -06:00
views refactor(ui): centralize button primitives and update imports across app 2026-05-31 14:10:59 -06:00
window refactor(doclist): update GalleryView keyboard handling and icon visuals 2026-05-30 18:06:12 -06:00
CreateFolderDialog.tsx refactor(doclist): redesign document list with new views, DnD, and windowed UI 2026-05-27 18:59:13 -06:00
DocumentList.tsx refactor(doclist): implement upload batch progress tracking in sidebar 2026-05-29 22:11:27 -06:00
DocumentListSkeleton.tsx style(doclist): adjust skeleton grid columns for improved mobile responsiveness 2026-05-30 20:12:27 -06:00
DocumentPreview.tsx style(doclist): improve gallery view tile visuals and image preview readiness 2026-05-28 04:51:04 -06:00
formatSize.ts feat(doclist): unify document identity handling and improve drag-and-drop robustness 2026-05-28 22:27:15 -06:00