Commit graph

687 commits

Author SHA1 Message Date
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
daviddeepan 4ed194f397 search-bar component added 2024-04-30 11:05:27 +05:30
Manav Rathi 68f3f1e714
more 2024-04-30 11:01:50 +05:30
Manav Rathi a5177a3742
fore 2024-04-30 10:51:20 +05:30
Manav Rathi 761fd560a1
Separate file 2024-04-30 10:43:12 +05:30
Manav Rathi c1a3fb4896
docs 2024-04-30 10:31:33 +05:30
Manav Rathi 5f0103682b
entries 2024-04-30 10:24:41 +05:30
Manav Rathi 7ad4069b99
hobgoblins 2024-04-30 10:23:33 +05:30
Manav Rathi afb0e1aff3
web 2024-04-30 10:20:37 +05:30
Manav Rathi 93991c3a7f
up 2024-04-30 09:25:59 +05:30
Manav Rathi baf491c624
up 2024-04-30 09:10:27 +05:30
Manav Rathi ff8aba816a
cont 2024-04-29 21:48:31 +05:30
Manav Rathi 39737b985b
teach readstream about zips 2024-04-29 21:40:10 +05:30
Manav Rathi 6bcf985390
or can it 2024-04-29 21:27:45 +05:30
Manav Rathi eb608f4bdd
ren 2024-04-29 21:12:47 +05:30
Manav Rathi fca398f296
impl 2024-04-29 21:07:20 +05:30
Manav Rathi 38094f317a
wipx 2024-04-29 20:58:58 +05:30
Manav Rathi 2c62f983a8
wipx 2024-04-29 20:42:57 +05:30
Manav Rathi 61de0c9c9c
Before the changes 2024-04-29 19:55:04 +05:30
Manav Rathi 3ef727537c
UploadItem 2024-04-29 19:46:50 +05:30
Manav Rathi cca33074fb
Pending uploads 2024-04-29 19:29:52 +05:30
Manav Rathi c1ef0199be
Partial integration 2024-04-29 17:16:43 +05:30
Manav Rathi 0fbafcc4f5
Remove unused sharedFiles app context prop
setSharedFiles was removed in 3b468cb154 (years ago).
2024-04-29 16:33:04 +05:30
Manav Rathi 2d40f530a7
more 2024-04-29 15:51:20 +05:30
Manav Rathi 864a53afa2
more 2024-04-29 15:23:46 +05:30
Manav Rathi d94f0a0f56
wip 2024-04-29 15:08:46 +05:30
Manav Rathi 0f46a25a5d
[web] Allow thumbnail cache to be optional
See: https://github.com/ente-io/ente/discussions/1449#discussioncomment-9255346

I'm not yet sure what was the case why it was not initialized, hoping to get
some logs for the error when initializing the cache to see how we got to this
state. But meanwhile, ensure that the code works even without the cache.
2024-04-29 09:25:55 +05:30
Manav Rathi 13f0ff3af5
wip zip selection on web itself 2024-04-28 20:31:11 +05:30
Manav Rathi a3d06c54af
Prune 2024-04-28 17:38:03 +05:30
Manav Rathi e65307517d
Scaffold 2024-04-28 17:08:22 +05:30
Manav Rathi 0202f8f38b
More debug 2024-04-28 16:32:45 +05:30
Manav Rathi 42b0b6e9bb
convert to mp4 2024-04-28 16:28:57 +05:30
Manav Rathi 7179b0a603
less line 2024-04-28 15:58:15 +05:30
Manav Rathi 69193e374c
Wait for i18n loaded before accessing messages 2024-04-28 15:51:45 +05:30
Manav Rathi c90e9b7fd1
Add a debug inspector 2024-04-28 13:26:43 +05:30
Manav Rathi 05b9f834cf
ffmpeg wasm timings 2024-04-28 12:42:34 +05:30
Manav Rathi 85d0a72df3
Rework the stream handling 2024-04-28 11:32:23 +05:30
Manav Rathi 9a37141d29
Not yet sure how but desktop drag drops have the full path 2024-04-27 20:50:45 +05:30
Manav Rathi 17275ed29d
Inline 2024-04-27 18:03:09 +05:30
Manav Rathi bb2ddec163
Inline
The zip-file tests are no longer directly usable, the way we read the files has
changed, these will have to be recreated in a new form.
2024-04-27 17:45:34 +05:30
Manav Rathi 6671a62c78
duh 2024-04-27 17:06:33 +05:30
Manav Rathi 536bcf1091
Add a fixed size block transformer
Surprisingly, this is not a primitive. Or maybe I didn't find it.

The highWaterMark-ing didn't work, that seems more of a recommendation than an
enforcement.
2024-04-27 17:00:01 +05:30
Manav Rathi 31a70674ff
Revert "Read in 4 MB blocks"
This reverts commit db30d8d81e.
2024-04-27 16:49:22 +05:30
Manav Rathi db30d8d81e
Read in 4 MB blocks
Refs:
- https://developer.mozilla.org/en-US/docs/Web/API/TransformStream/TransformStream
2024-04-26 18:48:33 +05:30
Manav Rathi 31608ab8fa
Inline 2024-04-26 18:18:15 +05:30
Manav Rathi e786bed078
Inline 2024-04-26 18:16:22 +05:30
Manav Rathi 3074bc108f
Fix 2024-04-26 17:49:50 +05:30
Manav Rathi 9f41539330
Enhance 2024-04-26 17:47:08 +05:30
Manav Rathi 1c59a36c73
Partially revert 699a12cc79 2024-04-26 16:11:19 +05:30
Manav Rathi faba29b422
console.log(Object.fromEntries(res.headers.entries())); 2024-04-26 15:58:47 +05:30
Manav Rathi 88eb0d687e
Fix log 2024-04-26 13:51:48 +05:30
Manav Rathi cc94615823
fix 2024-04-26 13:46:44 +05:30
Manav Rathi 0a70451add
Tweak log 2024-04-26 12:18:11 +05:30
Manav Rathi 87d3bdc717
Scan 2024-04-26 12:14:51 +05:30
Manav Rathi fa0d1331a8
bye getUint8ArrayView 2024-04-26 11:10:07 +05:30
Manav Rathi 4a0bf42fe3
Peck 2024-04-26 11:07:03 +05:30
Manav Rathi 390f628557
Clone 2024-04-26 10:58:56 +05:30
Manav Rathi b93638e354
type merge 2024-04-26 10:57:50 +05:30
Manav Rathi b66d74c652
Get to FileWithCollection 2024-04-26 10:47:06 +05:30
Manav Rathi 070d9e1a62
fop 2024-04-26 10:20:37 +05:30
Manav Rathi 879f3389d1
Inner types 2024-04-26 10:17:52 +05:30
Manav Rathi a7f5061eb6
And the next 2024-04-26 09:45:06 +05:30
Manav Rathi f47732ff5e
Type the next stage 2024-04-26 09:33:17 +05:30
Manav Rathi eec61b0a13
Propagate niceness 2024-04-26 09:18:26 +05:30
Manav Rathi 9fa9d6d5dc
Invert 2024-04-26 08:47:31 +05:30
Manav Rathi 19fd1b5ce4
Rename 2024-04-26 08:41:13 +05:30
Manav Rathi 16a07c79f4
Rename 2024-04-26 08:34:22 +05:30
Manav Rathi 8067d9b9b9
Start with a new copy each time
Otherwise all the map keys refer to the same object
2024-04-25 21:22:09 +05:30
Manav Rathi 1b93e9d1c1
Do it 2024-04-25 19:35:05 +05:30
Manav Rathi 2e3b86a2e9
Agenda 2024-04-25 19:22:05 +05:30
Manav Rathi 38fe3f5300
Types 2024-04-25 16:54:49 +05:30
Manav Rathi e90657ce5c
Interim type 2024-04-25 16:35:45 +05:30
Manav Rathi c2c5267e9b
Tinker 2024-04-25 16:19:47 +05:30
Manav Rathi 73292a5405
aic 2024-04-25 15:48:54 +05:30
Manav Rathi ca0afc2f3a
File sizes 2024-04-25 15:47:34 +05:30
Manav Rathi ac9a272c70
Cache name 2024-04-25 15:33:44 +05:30
Manav Rathi 4ae4e42260
log.warn 2024-04-25 15:19:46 +05:30
Manav Rathi 7086130129
Finalize uploader 2024-04-25 14:54:16 +05:30
Manav Rathi 72b1df0b75
Rearrange 2024-04-25 14:41:48 +05:30
Manav Rathi 3ac81df561
Vids 2024-04-25 14:38:08 +05:30
Manav Rathi c8542211b4
Images 2024-04-25 14:21:06 +05:30
Manav Rathi eb4d83749f
Hash 2024-04-25 14:08:03 +05:30
Manav Rathi 0a09a915e9
Thread lastModifiedMs 2024-04-25 13:55:34 +05:30
Manav Rathi 6aa096d3d3
More 2024-04-25 13:46:10 +05:30