Stirling-PDF/frontend/src/core
Anthony Stirling 052a3ae653
api (#4892)
# Description of Changes

<img width="1253" height="816" alt="image"
src="https://github.com/user-attachments/assets/51154a0e-4353-4e62-83c5-0896bc4e98df"
/>


---

## Checklist

### General

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md)
(if applicable)
- [ ] 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)
- [ ] I have performed a self-review of my own code
- [ ] 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)

### Translations (if applicable)

- [ ] I ran
[`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md)

### 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-11-13 17:29:53 +00:00
..
components api (#4892) 2025-11-13 17:29:53 +00:00
constants [V2] feat(convert): add support for CBZ to PDF and PDF to CBZ conversion (#4831) 2025-11-12 15:27:41 +00:00
contexts Feature/v2/selected pageeditor rework (#4756) 2025-11-13 12:53:57 +00:00
data Addition of the Show JavaScript tool (#4877) 2025-11-12 15:02:43 +00:00
hooks Feature/v2/selected pageeditor rework (#4756) 2025-11-13 12:53:57 +00:00
i18n Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
pages Feature/v2/compare tool (#4751) 2025-11-12 14:54:01 +00:00
services [V2] feat(unzip/front-end): Implement ZIP extraction confirmation for archives over 20 files (#4834) 2025-11-12 15:18:15 +00:00
styles api (#4892) 2025-11-13 17:29:53 +00:00
tests [V2] feat(convert): add support for CBZ to PDF and PDF to CBZ conversion (#4831) 2025-11-12 15:27:41 +00:00
theme Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
tools [V2] feat(merge): implement natural sorting for filenames in merge tool (#4888) 2025-11-13 15:57:14 +00:00
types Feature/v2/selected pageeditor rework (#4756) 2025-11-13 12:53:57 +00:00
utils [V2] feat(convert): add support for CBZ to PDF and PDF to CBZ conversion (#4831) 2025-11-12 15:27:41 +00:00
workers Feature/v2/compare tool (#4751) 2025-11-12 14:54:01 +00:00
App.tsx Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
i18n.ts settingsPage Init selfhost (#4734) 2025-10-28 14:47:41 +00:00
setupTests.js Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
setupTests.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00