Stirling-PDF/frontend/src/components/viewer
EthanHealy01 5354f08766
Chore/v2/right rail cleanup (#4689)
# Description of Changes

- Migrated all dynamic right-rail controls into their owning views (file
editor, page editor, viewer) using dedicated helper hooks, so the rail
is
    purely a renderer now.
- Tightened layout/animation: dynamic buttons grow in with a top-down
reveal
    and center correctly.

---

## Checklist

### General

- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md)
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md)
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings

### Documentation

- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)

### UI Changes (if applicable)

- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)

### Testing (if applicable)

- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing)
for more details.
2025-10-16 15:58:20 +01:00
..
constants Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
CustomSearchLayer.tsx refactor(frontend): remove unused React default imports (#4529) 2025-09-29 13:01:09 +01:00
EmbedPdfViewer.tsx Chore/v2/right rail cleanup (#4689) 2025-10-16 15:58:20 +01:00
ExportAPIBridge.tsx Feature/v2/exportpdf (#4487) 2025-09-26 10:28:09 +01:00
HistoryAPIBridge.tsx Feature/v2/sign (#4485) 2025-09-26 19:11:03 +01:00
LocalEmbedPDF.tsx Feature/v2/viewer tabs (#4646) 2025-10-13 15:03:07 +01:00
LocalEmbedPDFWithAnnotations.tsx Feature/v2/viewer tabs (#4646) 2025-10-13 15:03:07 +01:00
PanAPIBridge.tsx Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
PdfViewerToolbar.tsx refactor(frontend): remove unused React default imports (#4529) 2025-09-29 13:01:09 +01:00
RotateAPIBridge.tsx Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
ScrollAPIBridge.tsx Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
SearchAPIBridge.tsx Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
SearchInterface.tsx Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
SelectionAPIBridge.tsx Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
SignatureAPIBridge.tsx Feature/v2/improve sign (#4627) 2025-10-09 13:35:42 +01:00
SpreadAPIBridge.tsx Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
ThumbnailAPIBridge.tsx Feature/v2/embed pdf (#4437) 2025-09-19 15:35:51 +01:00
ThumbnailSidebar.tsx Feature/v2/viewer tabs (#4646) 2025-10-13 15:03:07 +01:00
useViewerRightRailButtons.tsx Chore/v2/right rail cleanup (#4689) 2025-10-16 15:58:20 +01:00
Viewer.tsx Feature/v2/viewer tabs (#4646) 2025-10-13 15:03:07 +01:00
ZoomAPIBridge.tsx fix(viewer): make initial zoom setup robust and clear timers in ZoomAPIBridge (#4588) 2025-10-06 12:24:12 +01:00