Web Cloud Files: tags action, reuse internal viewers, drop bucket-create - #81
Merged
Merged
Conversation
Three fixes to the Cloud Files browser: - Tags: the file menu now has a "Tags" action that reuses the category screen's tag selector (showWebTagSelectorDialog + WebTagService) — tags round-trip with the category tabs (same remoteKey "<bucket>/<key>"). - Viewers: opening a file routes through the SAME internal viewers the category tabs use, instead of image-or-download — video via MediaPreviewDialog, audio via the full-screen queue player (WebAudioController + WebAudioPlayer, queued over the current folder's audio), text via WebTextViewer, image via the inline dialog (+ thumbnail backfill), documents/other → download (as the category tabs do). No viewers recreated. - Removed the "New bucket" FAB — only pre-created buckets now (createBucket call + its name validator dropped). In-bucket New folder + Upload stay. Bumps web app version to v1.11.4.18. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ehsan6sha
added a commit
that referenced
this pull request
Jun 22, 2026
…mports) Brings the parallel Web Cloud Files (#76/#78/#80/#81) + multi-language landing (#69-73) work into the MCP integration branch. Sole conflict was the import block in fula_api_service.dart - kept both sides (AI-connections + secure_storage AND cloud_folder_marker). web_bucket_screen.dart auto-merged with all 6 P14.1 downloadBySourceBucket routing edits intact. flutter analyze: 0 errors app-wide. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0161UGEJmTpM6DM2cVZyV6Ev
This was referenced Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Three fixes to the web Cloud Files browser (reported after the initial build):
Tags — the file menu now has a Tags action reusing the category screen's tag selector (
showWebTagSelectorDialog+WebTagService). Tags round-trip with the category tabs (sameremoteKey=<bucket>/<key>). (Action only — chips on rows not yet shown; see caveat.)Reuse the internal viewers — opening a file routes through the same viewers the category tabs use, instead of image-or-download:
MediaPreviewDialogWebAudioController+WebAudioPlayer), queued over the current folder's audioWebTextViewerNo viewers were recreated.
Removed the "New bucket" affordance — only pre-created buckets now (the
createBucketcall + its name validator are gone). In-bucket New folder + Upload stay.Verification
flutter analyzeclean;flutter build web --releasegreen. Advisor-reviewed (audio-queue index + tag remoteKey verified correct).Bumps web version to v1.11.4.18.
🤖 Generated with Claude Code