310 Commits

Author SHA1 Message Date
Manav Rathi
8379162716
Fix 2025-02-21 12:51:21 +05:30
Manav Rathi
e8d9f4f6cf
Conv 2025-02-21 12:45:12 +05:30
Manav Rathi
6724527c27
Another 2025-02-21 12:35:11 +05:30
Manav Rathi
2a73de848c
Lint 2025-02-14 16:25:41 +05:30
Manav Rathi
92a9698df5
Prune 2025-02-14 14:59:03 +05:30
Manav Rathi
6f729c01e1
Direct 2025-02-14 14:47:05 +05:30
Manav Rathi
0d7c319903
Swap 2025-02-14 14:41:10 +05:30
Manav Rathi
6d552f5190
Unnest 2025-02-14 14:29:43 +05:30
Manav Rathi
884246d2ab
Provide 2025-02-14 14:17:29 +05:30
Manav Rathi
7138510e48
Rename 2025-02-14 14:01:56 +05:30
Manav Rathi
15e7e0ae9d
Move 2025-02-14 13:58:53 +05:30
Neeraj Gupta
7621041ce0 Revert "[mob] Fix exif time parsing (#4985)"
This reverts commit 5b17711b55e9e8995454121e3a209ee5e8c9b3c1, reversing
changes made to 85bf3eebcb5ac197ce6a5901cbc8db1d03be0113.
2025-02-11 18:27:17 +05:30
Manav Rathi
c082c542ef
Reduce variants 2025-01-23 11:09:05 +05:30
Manav Rathi
07dd081f0e
Nomenclature 2025-01-23 07:48:01 +05:30
Manav Rathi
26f4c9e0fe
Move 2025-01-22 19:30:35 +05:30
Manav Rathi
2b7d514328
Move 2025-01-22 15:40:29 +05:30
Manav Rathi
1043f7c9a2
Ref 2025-01-22 14:53:21 +05:30
Manav Rathi
9a01518200
Prune 2025-01-17 19:50:27 +05:30
Manav Rathi
a15c9620ec
Static 2025-01-15 10:45:27 +05:30
Manav Rathi
882d66ee52
Remove old state 2025-01-15 09:48:04 +05:30
Manav Rathi
c506346c2a
Remove unnecessary primary 2025-01-14 16:40:15 +05:30
Manav Rathi
9618cd64c1
Update 2025-01-10 15:49:04 +05:30
Manav Rathi
874a7121b2
Use 2025-01-10 15:41:34 +05:30
Manav Rathi
6a263e2176
Conv 2025-01-10 13:53:46 +05:30
Manav Rathi
96305adedc
Tweak 2025-01-10 11:50:55 +05:30
Manav Rathi
50350c6cc7
Up 2025-01-10 10:46:30 +05:30
Manav Rathi
a859386edb
R 2025-01-10 10:25:30 +05:30
Manav Rathi
f3efad60f3
logs 2025-01-10 08:45:40 +05:30
Manav Rathi
287add7bb7
Remove glob 2025-01-10 08:30:44 +05:30
Manav Rathi
f00bc2ca5b
Tweak 2025-01-10 08:28:54 +05:30
Manav Rathi
5e28110fc9
wip unglob 2025-01-10 08:21:03 +05:30
Manav Rathi
b921ca7493
wip Ungloblicate 2025-01-10 08:20:52 +05:30
Manav Rathi
bfaae99aaf
Towards removing the global styles 2025-01-10 07:24:19 +05:30
Manav Rathi
ea417bd46a
H 2025-01-09 19:57:11 +05:30
Manav Rathi
fe9cccd3ab
LO 2025-01-09 19:46:03 +05:30
Manav Rathi
15dbd9ee3e
Unused 2025-01-09 17:49:47 +05:30
Manav Rathi
a453668138
pk 2025-01-09 17:49:47 +05:30
Manav Rathi
485f0e25a7
sx 2025-01-09 17:49:47 +05:30
Manav Rathi
940f91e4e1
Set h3 default to medium
In couple of places this changes the look, but this was intentional.
2025-01-09 17:49:46 +05:30
Manav Rathi
a6e16092f9
Fix 2025-01-09 17:49:46 +05:30
Manav Rathi
830185a089
Rest 2025-01-09 17:49:46 +05:30
Manav Rathi
81d031d03e
Inline 2025-01-09 17:49:46 +05:30
Manav Rathi
762f6d6f1d
R 2025-01-08 15:04:17 +05:30
Manav Rathi
456c52c175
Move 2025-01-07 19:07:31 +05:30
Manav Rathi
b374ee1e99
Use 2025-01-07 19:02:19 +05:30
Manav Rathi
fddc7961ad
R 2025-01-07 10:40:26 +05:30
Manav Rathi
7adb64f0f5
Convert Box/flex => Stack/row
> Box component is not intended to be used with Figma, it's a specific implementation based on the underlying style engine we are using which might be removed once we switched to Pigment CSS (not related to design again).
>
> https://github.com/mui/material-ui/issues/43898#issuecomment-2482313907
2025-01-06 17:00:03 +05:30
Manav Rathi
4a47305a54
Fix + accounts app 2025-01-06 13:12:03 +05:30
Manav Rathi
9910049d1d
[web] Remove hardcoded URLs
Museum now supports configuring the URL that the clients should use for cast,
accounts (passkeys) and families portal.

If you're using the old method (which was only supported by the web app, unlike
the new method which is supported by both mobile and web, and also for cast) of
configuring the custom environment variables, then you should instead use the
corresponding setting in the museum configuration:

- NEXT_PUBLIC_ENTE_ACCOUNTS_URL => apps.account
- NEXT_PUBLIC_ENTE_FAMILY_URL => apps.family

Reference: [apps block in
local.yaml](fe2771f2e0/server/configurations/local.yaml (L75-L89))
2025-01-01 14:12:38 +05:30
Manav Rathi
b054c070ad
Parse 2024-12-30 16:45:14 +05:30