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:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user