Commit Graph

8 Commits

Author SHA1 Message Date
Kazuki Yamada
7b79ea8292 fix(website): revert API_BASE_URL configuration to standard pattern
Reverts the DEV/PROD logic change in API_BASE_URL back to the standard
pattern used throughout the codebase. The original change was
unintentional and inconsistent with project conventions.
2025-08-24 13:02:50 +09:00
spandan-kumar
27626d42dd feat(website): add file selection checkboxes for selective re-packing
- Add FileInfo interface for individual file metadata
- Extend PackResult to include allFiles array with complete file information
- Create TryItFileSelection component with checkboxes for each file
- Add bulk selection controls (Select All/Deselect All)
- Implement re-packing functionality for selected files only
- Add live statistics showing selected files and token counts
- Fix TypeScript configuration for proper import.meta.env support
- Add responsive design for mobile and desktop
- Include scrollable file list with proper overflow handling

Resolves the GitHub issue requesting checkboxes for file inclusion/exclusion
on the website UI. Provides tree-based selection interface after initial
packing process as suggested by maintainer.

# Conflicts:
#	website/client/components/Home/TryItResult.vue
2025-08-24 13:02:50 +09:00
Kazuki Yamada
5109f3529d feat(website): implement compress functionality on website 2025-04-02 23:23:34 +09:00
paperboardofficial
87d7204be0 lint changes 2025-02-19 00:04:27 +09:00
paperboardofficial
9dd7407b88 added zip file processing feature 2025-02-19 00:04:27 +09:00
Yamada Dev
14aaf980c6 feat(website): Improve performance of large repository output using Ace Editor 2025-01-25 17:17:31 +09:00
Yamada Dev
34301ebda0 feat(website): Add parsableStyle option 2025-01-20 22:30:37 +09:00
Kazuki Yamada
6a3704363d refact(website): Changed folder structure for multi-language support in documentation 2025-01-14 00:05:30 +09:00