Stirling-PDF/frontend/src
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
..
assets Feature/v2/sign (#4485) 2025-09-26 19:11:03 +01:00
components Chore/v2/right rail cleanup (#4689) 2025-10-16 15:58:20 +01:00
constants Refactor user preferences (#4667) 2025-10-15 11:53:00 +01:00
contexts Chore/v2/right rail cleanup (#4689) 2025-10-16 15:58:20 +01:00
data V2 Validate PDF Signature tool (#4679) 2025-10-16 13:45:59 +01:00
hooks Chore/v2/right rail cleanup (#4689) 2025-10-16 15:58:20 +01:00
i18n V2: Convert Tool (#3828) 2025-08-01 16:08:04 +01:00
pages legacy UI (#4612) 2025-10-10 15:36:35 +01:00
services Fix/V2/unzip_images (#4647) 2025-10-15 14:17:44 +00:00
styles Chore/v2/right rail cleanup (#4689) 2025-10-16 15:58:20 +01:00
tests Feature/v2/toggle_for_auto_unzip (#4584) 2025-10-06 11:29:38 +00:00
theme Feature/toasts and error handling (#4496) 2025-09-25 21:03:53 +01:00
tools V2 Validate PDF Signature tool (#4679) 2025-10-16 13:45:59 +01:00
types Chore/v2/right rail cleanup (#4689) 2025-10-16 15:58:20 +01:00
utils Fix/V2/unzip_images (#4647) 2025-10-15 14:17:44 +00:00
App.css Initial react set up 2025-05-09 20:01:09 +01:00
App.tsx Refactor user preferences (#4667) 2025-10-15 11:53:00 +01:00
global.d.ts Feature/v2/sign (#4485) 2025-09-26 19:11:03 +01:00
i18n.ts path (#4488) 2025-09-24 20:37:51 +01:00
index.css Feature/v2/viewer tabs (#4646) 2025-10-13 15:03:07 +01:00
index.tsx Refactor user preferences (#4667) 2025-10-15 11:53:00 +01:00
logo.svg Initial react set up 2025-05-09 20:01:09 +01:00
output.css Mantine overhaul 2025-05-15 20:07:33 +01:00
reportWebVitals.js Initial react set up 2025-05-09 20:01:09 +01:00
setupTests.js Initial react set up 2025-05-09 20:01:09 +01:00
setupTests.ts style(frontend): standardize semicolons across TS/JS configs and components (#4525) 2025-09-29 12:55:53 +01:00