Commit graph

670 commits

Author SHA1 Message Date
Manav Rathi
ce9ad0f406
Rename 2024-05-07 11:28:35 +05:30
Manav Rathi
491b814a2e
Convert the third one too 2024-05-07 10:45:06 +05:30
Manav Rathi
ccf336e00f
2 2024-05-07 10:35:22 +05:30
Manav Rathi
7993a07607
1 2024-05-07 10:28:05 +05:30
Manav Rathi
daeccdab32
Move 2024-05-07 10:05:49 +05:30
Manav Rathi
e934cc8cb4
Allow UID 1 to re-index 2024-05-06 20:12:38 +05:30
Manav Rathi
94ec766bc6
Add missing conditional 2024-05-06 19:42:42 +05:30
Manav Rathi
66f705ed9b
Use the correct key 2024-05-06 19:32:57 +05:30
Manav Rathi
333f364d38
Serve legacy face crops 2024-05-06 19:20:25 +05:30
Manav Rathi
ea57815945
Add a TODO and fix typo 2024-05-06 10:23:08 +05:30
Manav Rathi
9804d448f6
Enable German (has reached 100%) 2024-05-06 10:19:55 +05:30
Manav Rathi
59d8b9bfbb
Remove misused translation strings 2024-05-06 10:17:29 +05:30
Manav Rathi
a288c8305a
Add TODO about better translation 2024-05-06 10:07:27 +05:30
Manav Rathi
1dafec15c7
Unused 2024-05-04 10:31:59 +05:30
Manav Rathi
34c664ac33
Move to @/media 2024-05-03 18:37:57 +05:30
vishnukvmd
8dc6e1ab6a Fix lint error 2024-05-03 14:59:42 +05:30
vishnukvmd
03e9aef848 Update copies for Cast 2024-05-03 14:54:31 +05:30
Manav Rathi
6a99002064
Start using it 2024-05-02 21:25:44 +05:30
Manav Rathi
68721b8168
Pick from the correct table 2024-05-02 11:11:24 +05:30
Manav Rathi
8327c2b881
Remove unused ElectronFile 2024-05-02 10:23:56 +05:30
Manav Rathi
cd5c1e35fa
Disable live clip, rely on the thumbnailed version 2024-05-01 21:05:29 +05:30
Manav Rathi
30f22e333a
Pass file when we have it 2024-05-01 21:04:41 +05:30
Manav Rathi
5ba2e35af6
Force disable it for non internal users 2024-05-01 20:13:08 +05:30
Manav Rathi
0226a99fa3
Disable enabling ML search 2024-05-01 20:09:36 +05:30
Manav Rathi
2690b874ee
Make the migration a no-op 2024-05-01 19:49:09 +05:30
Manav Rathi
4eb51061cb
For real 2024-05-01 18:21:45 +05:30
Manav Rathi
de4aa3a6ca
URL encode 2024-05-01 18:15:52 +05:30
Manav Rathi
c988884ab1
Setting pathname had no effect 2024-05-01 17:56:46 +05:30
Manav Rathi
b967d4bbea
URL encode better
e.g. fixes the reading of a file with a hash in the name
2024-05-01 17:39:28 +05:30
Manav Rathi
0a93ba67a1
Fix warnings
Refs:
https://stackoverflow.com/questions/69730364/what-is-the-purpose-of-shouldforwardprop-option-in-styled
2024-05-01 17:04:44 +05:30
Manav Rathi
9dd865ff6e
Comment 2024-05-01 15:31:42 +05:30
Manav Rathi
52909f6f21
The handler adds its own error message prefix
Error occurred in handler for 'generateImageThumbnail': Error: This feature in not available on the current OS/arch
2024-05-01 14:06:34 +05:30
Manav Rathi
5ffc2f20fd
Replicate previous behaviour 2024-05-01 13:57:33 +05:30
Manav Rathi
f2a764aac2
Fix export trash movement 2024-05-01 13:42:09 +05:30
Manav Rathi
f91dddda93
Fix paths 2024-05-01 13:35:42 +05:30
Manav Rathi
6086d43635
Don't log a potentially huge list 2024-05-01 12:32:33 +05:30
Manav Rathi
ff5a167f48
Might not be JSONStringify-able 2024-05-01 11:33:49 +05:30
Manav Rathi
55c603d345
Tweak logs 2024-05-01 10:39:35 +05:30
Manav Rathi
38969d6f45
Fix zip reader 2024-05-01 10:17:51 +05:30
Manav Rathi
42b214a4ba
Remove duplicate state and reset store on successful completion
Clears out the collection name
2024-05-01 09:05:12 +05:30
Manav Rathi
9cc730e6a9
more posix 2024-04-30 14:56:13 +05:30
Manav Rathi
0c312c0ea1
strict 3 2024-04-30 14:10:59 +05:30
Manav Rathi
f5754eb2e1
Remove uses of path 2024-04-30 13:01:29 +05:30
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
Manav Rathi
09bc15ddd3
[web] Upload refactoring - Zip file support (#1559) 2024-04-30 12:11:46 +05:30
Manav Rathi
e2cd1ea380
Fallback 2024-04-30 12:03:05 +05:30
Manav Rathi
ab95b4daee
Inline 2024-04-30 11:51:25 +05:30
Manav Rathi
92ecbf9fa1
Add search bar within the Album selection screen #564 (#1558)
## Description
Search bar component for the ente-web added.
The component for web and mobile responsiveness is shown below.

> Thank you to the team for considering 


## Tests
Normal screen--
![Screenshot 2024-04-30
103238](https://github.com/ente-io/ente/assets/82031202/c4d8b033-2624-4985-b9ba-18e5eca29f0f)
Mobile screen--
![Screenshot 2024-04-30
111031](https://github.com/ente-io/ente/assets/82031202/4246a71b-3dd3-4de3-b4e0-f06185926faa)
2024-04-30 11:38:37 +05:30
Manav Rathi
8ee9b2be32
Use only the currently uploaded items 2024-04-30 11:36:28 +05:30
Manav Rathi
1f110929b2
connect 2024-04-30 11:08:55 +05:30