Stirling-PDF/frontend/src/core/hooks
EthanHealy01 c8615518a6
Addition of the Show JavaScript tool (#4877)
# Description of Changes

- Added the show javascript 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)

### 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-12 15:02:43 +00:00
..
tools Addition of the Show JavaScript tool (#4877) 2025-11-12 15:02:43 +00:00
useAdminSettings.ts Add audit system, invite links, and usage analytics (#4749) 2025-11-06 17:29:34 +00:00
useAppInitialization.ts Tidy Tauri code and enable "Open file in Stirling PDF" (#4836) 2025-11-10 12:15:39 +00:00
useAuditFilters.ts Add audit system, invite links, and usage analytics (#4749) 2025-11-06 17:29:34 +00:00
useBackendHealth.ts Improve loading speed of desktop app (#4865) 2025-11-11 11:54:43 +00:00
useBaseUrl.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useCookieConsent.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useDocumentMeta.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useEndpointConfig.ts Login Refresh Fix (#4779) 2025-11-06 15:42:22 +00:00
useEnhancedProcessedFiles.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useFileHandler.ts Feature/v2/compare tool (#4751) 2025-11-12 14:54:01 +00:00
useFileManager.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useFileWithUrl.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useFocusTrap.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useGoogleDrivePicker.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useIndexedDBThumbnail.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useIsMobile.ts Feature/v2/compare tool (#4751) 2025-11-12 14:54:01 +00:00
useIsOverflowing.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
usePDFProcessor.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
usePdfSignatureDetection.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useProcessedFiles.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useProgressivePagePreviews.ts Feature/v2/compare tool (#4751) 2025-11-12 14:54:01 +00:00
useRainbowTheme.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useRequestHeaders.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useRightRailButtons.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useScarfTracking.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useShouldShowWelcomeModal.ts Feature/v2/compare tool (#4751) 2025-11-12 14:54:01 +00:00
useSidebarNavigation.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useSuggestedTools.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useThumbnailGeneration.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useToolManagement.tsx Login Refresh Fix (#4779) 2025-11-06 15:42:22 +00:00
useToolNavigation.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useToolParameters.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useToolSections.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useTooltipPosition.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useTranslation.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useUndoRedo.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
useUrlSync.ts Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00