We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a search bar on top of the drives page which allows users to search files and folders within the current directory.
BONUS: Allow users to search an entire drive regardless of the directory they are in.
How this can be achieved:
indexeddb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement a search bar on top of the drives page which allows users to search files and folders within the current directory.
BONUS: Allow users to search an entire drive regardless of the directory they are in.
How this can be achieved:
indexeddb
. (related to Sync files locally #30)indexeddb
.indexeddb
should update whenever a file is uploaded or a folder is created.The text was updated successfully, but these errors were encountered: