openreader/src/components
Richard R eea143abbf refactor(doclist): centralize icons grid layout logic into reusable utility
Move grid style and template calculation for icon views into a shared
iconsGrid.ts utility. Replace inline grid logic in IconsView and DocumentListSkeleton
with calls to the new iconsGridStyle function for consistency and maintainability.
2026-05-28 14:51:48 -06:00
..
admin refactor(pdf): implement ONNX-based Docling layout parsing and block-level TTS for PDFs 2026-05-17 21:18:51 -06:00
auth feat(doclist): enhance document list UI with overlay uploader and improved file size formatting 2026-05-27 19:35:03 -06:00
doclist refactor(doclist): centralize icons grid layout logic into reusable utility 2026-05-28 14:51:48 -06:00
documents cleanup doclist formatting helpers and view props 2026-05-27 19:40:12 -06:00
icons feat(doclist): add bulk folder removal with sidebar menu and confirmation 2026-05-28 05:18:53 -06:00
player feat(tts,config,types): migrate to providerRef/providerType model and add centralized TTS provider policy 2026-05-13 10:11:05 -06:00
reader refactor(tts): add segment cache clearing and improve sidebar scroll handling 2026-05-20 04:59:09 -06:00
views refactor(pdf): improve parse loader UX and PDF viewer readiness signaling 2026-05-21 10:54:07 -06:00
AudiobookExportModal.tsx feat(html): add HTML/TXT/MD sentence and word highlighting, settings, and audiobook export support 2026-05-17 11:14:02 -06:00
CodeBlock.tsx refactor(components): unify button styling using buttonClass utility across multiple components 2026-05-14 12:06:21 -06:00
ColorPicker.tsx feat(theme): add persistent custom theme with live color editing 2026-04-07 01:09:08 -06:00
ConfirmDialog.tsx refactor(components): unify button styling using buttonClass utility across multiple components 2026-05-14 12:06:21 -06:00
ConsentAwareAnalytics.tsx feat: Refactor server-side document, audiobook, and authentication logic, introduce new client-side APIs and caching, and update related tests. 2026-02-17 19:30:12 -07:00
CookieConsentBanner.tsx refactor(components): unify button styling using buttonClass utility across multiple components 2026-05-14 12:06:21 -06:00
formPrimitives.tsx feat(pdf): improve cross-page block stitching and enforce TTS segment source boundaries 2026-05-18 13:21:43 -06:00
Header.tsx update(auth): enhance rate limiting with device/IP backstops and improve UI 2026-01-25 14:38:31 -07:00
HomeContent.tsx refactor(doclist): restructure loading and empty states, update skeletons and columns UI 2026-05-27 19:55:23 -06:00
PrivacyModal.tsx orchestrate privacy modal in onboarding flow 2026-05-27 00:50:10 -06:00
ProgressCard.tsx refactor(components): unify button styling using buttonClass utility across multiple components 2026-05-14 12:06:21 -06:00
ProgressPopup.tsx refactor: overhaul document storage and audiobook architecture 2026-01-19 14:22:21 -07:00
SettingsModal.tsx feat(doclist): enhance document list UI with overlay uploader and improved file size formatting 2026-05-27 19:35:03 -06:00
Spinner.tsx docs(pdf,spinner,config): update parse state UI, spinner theming, and worker env docs 2026-05-21 11:59:12 -06:00