0
Files
src/ui/file_manager
Bo Majewski 9421aff8cf [Files]: Fixes the filter buttons behavior in the Recents view.
The current code uses query only to decide if the filter buttons are
visible. However, it is possible to erase the query, while keeping
search open. This change keeps track of search being active or inactive.
When the state changes either from inactive to active, or active to
inactive, the corresponding visibility change is enacted on the filter
button container.

Bug: b:391747048
Change-Id: I70a338aa50f6d48da80b6f7017b965448fb70fda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6193185
Commit-Queue: Bo Majewski <majewski@chromium.org>
Reviewed-by: Alexander Bolodurin <alexbn@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1417952}
2025-02-09 19:20:03 -08:00
..

File Manager aka Files app

This directory contains the UI (HTML/JS/TS/CSS) for ChromeOS File Manager.

In this directory we find 2 apps:

  • Files app in ./file_manager/: Main code for Files app.
  • Image Loader in ./image_loader/: Auxiliary Chrome extension that tries to extract an image representation of a given file (image, raw image, video, pdf, etc).

Other relevant directories:

Other READMEs

See the following READMEs for more details on the sub-directories.

More info

[Internal only] Files app team maintains some more information in http://go/xf-site.