Commit graph

974 commits

Author SHA1 Message Date
Manav Rathi
1548bcd378
Fix dialog 2024-05-25 20:30:43 +05:30
Manav Rathi
5690d613bb
tsc 2024-05-25 17:17:21 +05:30
Manav Rathi
4a0c93373d
st 2024-05-25 17:00:51 +05:30
Manav Rathi
94c1cc011b
lf 2024-05-25 07:26:20 +05:30
Manav Rathi
0379216e05
Remove sx prop (in prep for typing) 2024-05-25 06:30:21 +05:30
Manav Rathi
34effef810
tsc 2024-05-25 06:19:01 +05:30
Manav Rathi
92a2506f8a
Reduce prop scope 2024-05-25 06:02:47 +05:30
Manav Rathi
e23bc2602f
Reorder 2024-05-25 06:01:06 +05:30
Manav Rathi
7340443b86
lf 2024-05-24 18:57:32 +05:30
Manav Rathi
2cd1dfd720
Chip away 2024-05-24 18:54:16 +05:30
Manav Rathi
0a01cac57b
Take 1 (incorrect) 2024-05-24 09:27:28 +05:30
Manav Rathi
7780c1c7b7
Move to the correct place 2024-05-23 19:29:56 +05:30
Manav Rathi
b402662c09
[desktop] Allow refreshing when inside an album
Steps to reproduce on Linux:

- Open an album
- Open a photo
- View > Reload

Causes a 404 page to be displayed.
2024-05-23 16:13:21 +05:30
Manav Rathi
3b89471b87
Use a standard converter 2024-05-23 10:17:11 +05:30
Manav Rathi
8a2117f9d4
Chunk 2024-05-23 10:09:47 +05:30
Manav Rathi
132ddd3648
Rework the video chunk decryptor stream logic
When running on Ubuntu 24 arm64 in the desktop app (didn't test on web0, trying
to open certain videos fails with:

> [rndr] [error] Failed to process file stream: TypeError: Failed to execute
  'enqueue' on 'ReadableStreamDefaultController': Cannot enqueue a chunk into a
  closed readable stream

While not specifically fixing that issue, I'm first rewriting this to use the
more normal (recommended?) approach of implementing a pull instead of doing
everything in start. Maybe that fixes the issue, otherwise at least one less
ghost for me to worry about.
2024-05-23 09:51:29 +05:30
Manav Rathi
a086f36433
Fix type 2024-05-21 19:38:42 +05:30
Manav Rathi
4cb49c0b4a
Fix warning about required key 2024-05-21 19:31:52 +05:30
Manav Rathi
334587474f
Inline 2024-05-21 19:20:50 +05:30
Manav Rathi
0d52737c49
Inline 2024-05-21 19:18:54 +05:30
Manav Rathi
d4dc080231
Inline 2024-05-21 19:14:50 +05:30
Manav Rathi
f8d35c3dcf
Inline 2024-05-21 19:10:29 +05:30
Manav Rathi
c20b9fa5fa
Rename 2024-05-21 19:07:04 +05:30
Manav Rathi
6a8fa727a9
Inline 2024-05-21 19:06:30 +05:30
Manav Rathi
7712a8bd10
Inline 2024-05-21 18:45:53 +05:30
Manav Rathi
4feb8fd1f1
Inline 2024-05-21 18:44:36 +05:30
Manav Rathi
994876911a
Inline 2024-05-21 18:42:42 +05:30
Manav Rathi
d6398bd8fc
Inline 2024-05-21 18:39:42 +05:30
Manav Rathi
43064b617a
Inline 2024-05-21 18:36:26 +05:30
Manav Rathi
789783a370
Inline 2024-05-21 18:34:06 +05:30
Manav Rathi
9db1197c19
Inline 2024-05-21 18:33:08 +05:30
Manav Rathi
56a71c2cd8
Inline 2024-05-21 18:31:55 +05:30
Manav Rathi
9e26b81adf
We don't need them 2024-05-21 16:03:47 +05:30
Manav Rathi
94cc26aead
xMin, yMin to x, y in the remote format 2024-05-21 15:51:55 +05:30
Manav Rathi
2d5894c5d6
Convert point and box to regular objects 2024-05-21 14:28:33 +05:30
Manav Rathi
1a376a1a9b
Update deps 2024-05-21 11:52:01 +05:30
Manav Rathi
6e82964bf2
Post rebase 2024-05-21 11:50:13 +05:30
Manav Rathi
fdd5ffd45c
Rename 2024-05-21 11:48:07 +05:30
Manav Rathi
ccb5c48c7d
Comment 2024-05-21 11:46:49 +05:30
Manav Rathi
074d315c9f
We need both 2024-05-21 11:46:48 +05:30
Manav Rathi
b8734fcc6c
Add TODO 2024-05-21 11:46:27 +05:30
Manav Rathi
a8229f325d
Document and move 2024-05-21 11:46:27 +05:30
Manav Rathi
5768edb3a5
Thank you Laurens! 2024-05-21 11:46:27 +05:30
Manav Rathi
8bc80d2821
Merge 2024-05-21 11:46:26 +05:30
Manav Rathi
825f5ff88d
Inline 2024-05-21 11:45:56 +05:30
Manav Rathi
5aee42d59d
Remove calculation 2024-05-21 11:45:56 +05:30
Manav Rathi
c8be764f35
Remove unused rotation 2024-05-21 11:45:55 +05:30
Manav Rathi
4e2f7c95e3
[web][photos] solve TODOs (#1790)
## Description

- Removed redundant rotation parameter in cropping
- Reviewed TODO regarding dependency: no changes
- Included proper Non-Max Suppression for filtering faces, same as on
Mobile
2024-05-21 11:42:26 +05:30
laurenspriem
56cd3a9949 [web][photos] Rename cropWithRotation to cropImage 2024-05-21 11:39:46 +05:30
laurenspriem
ae5496f306 [web][photos] solve TODOs 2024-05-21 11:35:07 +05:30