feat(FN-801): show hidden files in workspace file listings

- Remove dotfile filtering from file-service so hidden files appear in workspace browser
- Update FileBrowserModal and TaskDetailModal UI to display hidden file entries
- Add UI/hook tests for hidden file entries in FileBrowserModal and useWorkspaceFileBrowser
- Add file-service unit tests for listing, reading, and filtering hidden files
- Update dashboard styles for hidden file display
- Document Files feature section in README
This commit is contained in:
gsxdsm
2026-04-03 18:50:05 -07:00
parent d15d4275c3
commit 9fa8f5f223
5 changed files with 183 additions and 5 deletions

View File

@@ -389,6 +389,15 @@ Global activity tracking accessible from the header (history icon):
- Filter events by type
- Auto-refresh every 30 seconds
### Files
Built-in file browser for viewing and editing project files directly from the dashboard:
- Browse the project root or any active task worktree
- View and edit text files with syntax highlighting
- Hidden files and directories (dotfiles like `.env.example`, `.github/*`) are visible
- Create and save files within the workspace
### Board Search & Views
**Board View:**