ente/web/apps/photos
Manav Rathi 92a066d322
Revert "search-bar component added"
This reverts commit 4ed194f397.

Two main functional issues was:

- When trying to upload files, if I would search something without results, the
  dialog would just close.

- As a user, I expect to be able to move out of the search bar with
  escape. However, pressing escape closes the whole dialog, causing the user's
  drag and dropped or selected files to be lost. This is not specifically a
  problem with the code added in this commit, however this UX will need to be
  fixed in some way before introducing the search bar.

One medium issue:

- The dialog box kept changing size when I searched. This is visually jarring.

Other minor issues:

- The input element did not match the look and feel for the rest of the search
  input elements in the app. Aligning the search bar to the left and right of
  the album thumbnails and using the MUI Input element (as our code uses MUI
  elements in other places) might've fixed it.

- There were various debugging console.logs left over, once of which even seemed
  like a case we need to handle.

- The strings were not localized.
2024-04-30 12:31:24 +05:30
..
public git rm -r apps/photos/public/js/{tesseract,tfjs,tflite} 2024-04-10 21:32:22 +05:30
src Revert "search-bar component added" 2024-04-30 12:31:24 +05:30
tests Inline 2024-04-27 17:45:34 +05:30
thirdparty Restore 2024-04-11 12:40:49 +05:30
.env [web] Use the public link origin provided by the server 2024-04-15 09:57:01 +05:30
.env.development [docs] Add a FAQ for album sharing on self hosted instances 2024-04-12 11:30:35 +05:30
.eslintrc.js Move into web/ 2024-03-01 12:21:07 +05:30
next.config.js [web] Remove Sentry 2024-03-12 13:24:33 +05:30
package.json Move to correct package 2024-04-24 20:46:36 +05:30
tsconfig.json Switch 2024-04-09 10:33:54 +05:30