37785 Commits

Author SHA1 Message Date
Manav Rathi
0842edc82d
Menu 2025-01-31 12:07:16 +05:30
Manav Rathi
ab9e1f4a3d
Fix 2025-01-31 11:53:45 +05:30
Manav Rathi
533e20ad46
Notification 2025-01-31 11:50:05 +05:30
Manav Rathi
6d257f04b5
Do 2025-01-31 11:24:05 +05:30
Manav Rathi
f6ca34c6e9
Improve contrast of dialog contents 2025-01-31 11:15:58 +05:30
Manav Rathi
70877b9103
Let it shine through 2025-01-31 10:43:09 +05:30
Manav Rathi
37172c8291
transluscent 2025-01-31 10:36:36 +05:30
Manav Rathi
beb09defca
Use loading bar on photos 2025-01-31 10:29:55 +05:30
Manav Rathi
e23f7fd63e
hook 2025-01-31 08:59:21 +05:30
Manav Rathi
93f4e9f2c0
[desktop] Fix ARM build (#4920)
Regression introduced yesterday -
d37675cc5768357b155e504d2d08656d099eb73f
2025-01-31 08:45:40 +05:30
Manav Rathi
495c950386
[desktop] Fix ARM build
Regression introduced yesterday - d37675cc5768357b155e504d2d08656d099eb73f
2025-01-31 08:43:00 +05:30
Manav Rathi
8d29e837cd
[web] Match mobile behaviour for archived files in all (#4919)
Fixes https://github.com/ente-io/ente/issues/4893,
https://github.com/ente-io/ente/discussions/4000
Related https://github.com/ente-io/ente/discussions/3047
2025-01-31 07:13:30 +05:30
Manav Rathi
f7c8a563a9
[web] Match mobile behaviour for archived files in all 2025-01-30 19:57:14 +05:30
Neeraj
a754fe740f
[mob] Reduce noise from logs (#4914)
## Description

## Tests
2025-01-30 18:23:48 +05:30
Manav Rathi
58d5374910
[web] Routine dependency updates (#4913)
yarn workspaces info 2>&1 | sed '1d' | sed '$d' | jq '.[] | values |
.location' | xargs -o -n 1 -I % sh -c 'cd % && npx npm-check-updates
--interactive'
2025-01-30 16:10:07 +05:30
Neeraj Gupta
48de9850e5 [mob] Lint 2025-01-30 16:03:04 +05:30
Manav Rathi
c4d6323a36
More 2025-01-30 16:00:44 +05:30
Neeraj Gupta
bc6ede54f9 [mob] Reduce noise from logs 2025-01-30 15:59:42 +05:30
Manav Rathi
20c6f15a0f
Fin 2025-01-30 15:49:12 +05:30
Manav Rathi
8407816d14
MUI deprecations 2025-01-30 15:46:23 +05:30
Manav Rathi
369999e0aa
Fix MUI deprecations 2025-01-30 15:20:00 +05:30
Neeraj
e77998fd71
[mob] Fix bad translation (#4911)
## Description

## Tests
2025-01-30 13:57:01 +05:30
Manav Rathi
b6ae571b0b
[web] Routine dependency updates
yarn workspaces info 2>&1 | sed '1d' | sed '$d' | jq '.[] | values | .location' | xargs -o -n 1 -I % sh -c 'cd % && npx npm-check-updates --interactive'
2025-01-30 13:51:00 +05:30
Manav Rathi
b3d8072a38
[desktop] Replace ImageMagick with vips (#4912)
This has already been done, this PR is just final cleanup.
2025-01-30 13:45:21 +05:30
Manav Rathi
892f130580
[desktop] Replace ImageMagick with vips
This has already been done, this PR is just final cleanup.
2025-01-30 13:37:36 +05:30
Neeraj Gupta
b25e5a9443 [mob] Fix bad translation 2025-01-30 13:37:21 +05:30
Manav Rathi
55994e472a
[desktop] Handle missing assigned clusters gracefully (#4910) 2025-01-30 12:53:04 +05:30
Manav Rathi
9c23c03f23
[desktop] Handle missing assigned clusters gracefully 2025-01-30 12:46:02 +05:30
Manav Rathi
7dda0ecf81
[web] Light mode WIP - Part x/x (#4909) 2025-01-30 12:41:36 +05:30
Manav Rathi
09bfca7aa4
lf 2025-01-30 12:38:44 +05:30
Neeraj
7c3fe5d57c
[auth][mob] Fix 2FA recovery flow (#4908)
## Description

Resolves https://github.com/ente-io/ente/issues/3935

## Tests
2025-01-30 12:01:10 +05:30
Manav Rathi
08c4842f20
Stop duplicating comments 2025-01-30 11:58:01 +05:30
Manav Rathi
aea5f78765
Lift it up for dark mode 2025-01-30 11:58:01 +05:30
Manav Rathi
2bd36b0795
Improve vis 2025-01-30 11:58:01 +05:30
Manav Rathi
13860afbc2
Tweak 2025-01-30 11:58:01 +05:30
Manav Rathi
a7a21e66a7
Style the focus and activation 2025-01-30 11:58:01 +05:30
Manav Rathi
f0e4678307
Improve accessibility and keyboard access 2025-01-30 11:58:01 +05:30
Neeraj Gupta
782ef5eeb0 [auth] Fix 2fa recovery flow 2025-01-30 11:55:07 +05:30
Neeraj Gupta
7fc7d365ad [mob] Fix color 2025-01-30 11:41:18 +05:30
Neeraj Gupta
f98be148dc [mob] Fix recovery flow 2025-01-30 11:41:11 +05:30
Manav Rathi
09c29362af
[desktop] Fix download path during install (#4907) 2025-01-30 11:40:21 +05:30
Manav Rathi
bed645044b
[desktop] Fix download path during install 2025-01-30 11:38:43 +05:30
Neeraj
07618b8041
[mob] Interface for ML DB + refactor (#4898)
## Description

## Tests
2025-01-30 11:01:51 +05:30
Manav Rathi
7e0dc22abe
[desktop] im => vips (#4906)
More cleanup is pending, once we give this nightly a go.
2025-01-30 08:22:27 +05:30
Manav Rathi
d37675cc57
[desktop] im => vips
More cleanup is pending, once we give this nightly a go.
2025-01-30 08:20:11 +05:30
Manav Rathi
1ac0903561
[desktop] Routine dependency updates (#4900) 2025-01-29 17:43:39 +05:30
Manav Rathi
adffe6362a
[desktop] Routine dependency updates 2025-01-29 17:41:54 +05:30
Neeraj Gupta
2cade6f271 [mob] Refactor 2025-01-29 17:13:21 +05:30
Neeraj Gupta
ac08d5b37d [mob] Fix lint 2025-01-29 17:13:12 +05:30
Manav Rathi
9d1cc2a014
[desktop] Don't assume a particular position for the open URL arg (#4899)
Ref: https://github.com/electron/electron/issues/20322
2025-01-29 17:12:51 +05:30