Stirling-PDF/frontend/src
EthanHealy01 756cbc4780
Feature/v2/remove pages (#4445)
# Description of Changes

- Addition of the remove pages tool
- Addition of the remove blank pages tool

---

## 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)

### 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-09-18 09:51:55 +01:00
..
assets Update Frontend 3rd Party Licenses (#4319) 2025-09-08 08:58:22 +00:00
components Feature/v2/remove pages (#4445) 2025-09-18 09:51:55 +01:00
constants Change fallback base URL to 'https://stirling.com' 2025-09-17 08:34:55 +01:00
contexts Feature/v2/filehistory (#4370) 2025-09-16 15:08:11 +01:00
data Feature/v2/remove pages (#4445) 2025-09-18 09:51:55 +01:00
hooks Feature/v2/remove pages (#4445) 2025-09-18 09:51:55 +01:00
i18n V2: Convert Tool (#3828) 2025-08-01 16:08:04 +01:00
pages Enable ESLint no-unused-vars rule (#4367) 2025-09-05 11:16:17 +00:00
services Feature/v2/filehistory (#4370) 2025-09-16 15:08:11 +01:00
styles Basic footer structure and Cookie Consent (#4320) 2025-08-29 13:01:46 +00:00
tests Feature/v2/filehistory (#4370) 2025-09-16 15:08:11 +01:00
theme V2 Flatten split options to remove layers of drop downs (#4439) 2025-09-15 16:11:29 +00:00
tools Feature/v2/remove pages (#4445) 2025-09-18 09:51:55 +01:00
types Feature/v2/filehistory (#4370) 2025-09-16 15:08:11 +01:00
utils Feature/v2/remove pages (#4445) 2025-09-18 09:51:55 +01:00
App.css Initial react set up 2025-05-09 20:01:09 +01:00
App.tsx Feature/v2/filewithid implementation (#4369) 2025-09-05 11:33:03 +01:00
global.d.ts V2 Replace Google Fonts icons with locally bundled Iconify icons (#4283) 2025-08-25 16:07:55 +01:00
i18n.ts Set i18n to load only current language (#4359) 2025-09-08 10:05:49 +01:00
index.css Basic footer structure and Cookie Consent (#4320) 2025-08-29 13:01:46 +00:00
index.tsx Enable ESLint no-unused-expressions rule (#4363) 2025-09-04 15:12:38 +00: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 Enable ESLint no-unused-vars rule (#4367) 2025-09-05 11:16:17 +00:00