Stirling-PDF/frontend/src/core/components/fileManager
Reece Browne daf749e6be
File in context indication (#4990)
# Description of Changes

<!--
Please provide a summary of the changes, including:

- What was changed
- Why the change was made
- Any challenges encountered

Closes #(issue_number)
-->

---

## 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-25 20:28:24 +00:00
..
CompactFileDetails.tsx Improvement/V2/generic_obscure_component_wrapper (#4794) 2025-11-10 11:24:14 +00:00
DesktopLayout.tsx Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
DragOverlay.tsx Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
EmptyFilesState.tsx UI/allow logo selection (#4982) 2025-11-25 15:22:14 +00:00
FileActions.tsx Various fixes for desktop (#4976) 2025-11-25 13:11:13 +00:00
FileDetails.tsx Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
FileHistoryGroup.tsx Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
FileInfoCard.tsx Improvement/V2/generic_obscure_component_wrapper (#4794) 2025-11-10 11:24:14 +00:00
FileListArea.tsx File in context indication (#4990) 2025-11-25 20:28:24 +00:00
FileListItem.tsx File in context indication (#4990) 2025-11-25 20:28:24 +00:00
FileSourceButtons.tsx Various fixes for desktop (#4976) 2025-11-25 13:11:13 +00:00
HiddenFileInput.tsx Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
MobileLayout.tsx Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00
SearchInput.tsx Restructure frontend code to allow for extensions (#4721) 2025-10-28 10:29:36 +00:00