-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Fix: Search results all show as files #914
Conversation
Your Render PR Server URL is https://chainsafex-dev-pr-914.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c1pnmtbs1gh5cdub2okg. |
Your Render PR Server URL is https://files-ui-dev-pr-914.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c1pnmu3s1gh5cdub2oq0. |
Your Render PR Server URL is https://files-landing-dev-pr-914.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c1pnmujs1gh5cdub2pe0. |
packages/files-ui/src/Components/Modules/FileBrowsers/SearchFileBrowser.tsx
Outdated
Show resolved
Hide resolved
https://github.com/ChainSafe/files-api/issues/924 This patch might not be required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for digging into this. This is an api error from what I can tell from the conversation and this content type should not have landed in the UI originally. I am for getting the api fix in, and not introduce (and then have to delete) this directory2
. Unless it takes forever for the api to be fixed, but it sounds like they have a clue where it comes from.
Co-authored-by: Ryan Noble <ryanjnoble@gmail.com>
Co-authored-by: Ryan Noble <ryanjnoble@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the two suggestions!
Looks good to go!
I'm for keeping the Directory2! and have an issue to remove it once the API gets fixed! |
Co-authored-by: Tanmoy Basak Anjan <tanmoy3399@gmail.com>
Co-authored-by: Tanmoy Basak Anjan <tanmoy3399@gmail.com>
@Tbaut @RyRy79261 I've created an issue to remove the Directory2 ref when the API fix is released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With an issue, I'm good :)
Crash when going back after having selected Google auth #860 (PR #871) Login optimizations (PR #879) Minor fixes + Updates to color manipulator (#874) Merge pull request #879 from ChainSafe/fix/login-optimizations Merge pull request #887 from ChainSafe/fix/tbaut-hover-color Merge pull request #886 from ChainSafe/feat/tkey-darkmode Remove code duplication (#889) Merge pull request #895 from ChainSafe/fix/select-all-892 Merge pull request #896 from ChainSafe/fix/mouse-highlight-issue-890 Merge pull request #894 from ChainSafe/fix/mobile-spinner-893 Merge pull request #877 from ChainSafe/feat/tbaut-settings-security-846 folder validation (#899) saved browsers settings (#865) Prevent the whole app from rerendering every 5s (#909) Merge pull request #911 from ChainSafe/fix/share-transfer-modal-on-ta… … Merge pull request #905 from ChainSafe/fix/bin-file-view-873 … Merge pull request #906 from ChainSafe/feat/home-folder-nav-885 … Merge pull request #907 from ChainSafe/fix/search-bucket-to-reset-on-… Fix: Search results all show as files (#914) … Fix double click opening the next file preview (#915) … Rename tooltip and fixes (#912) …
Closes #883