Commit graph

26512 commits

Author SHA1 Message Date
Manav Rathi
0e8678715a
Remove layer 2024-04-14 10:03:16 +05:30
Manav Rathi
3824ebe91a
Remove exportService indirection 2024-04-14 09:57:58 +05:30
Manav Rathi
ea34eebfc9
Remove implicit electron dependency 2024-04-14 09:53:18 +05:30
Manav Rathi
eeb1952585
Use 2024-04-14 09:30:51 +05:30
Manav Rathi
72dd47fa7b
Audit rename 2024-04-14 09:27:52 +05:30
Manav Rathi
b977f982dd
[desktop] Fix export related IPC - Part 2/x (#1436) 2024-04-13 21:56:46 +05:30
Manav Rathi
38db03c3a0
Start giving it more power 2024-04-13 21:50:56 +05:30
Manav Rathi
e268b9204e
Inline 2024-04-13 21:46:34 +05:30
Manav Rathi
acd50bb172
Inline 2024-04-13 21:39:36 +05:30
Manav Rathi
28d559bd84
Hoist 2024-04-13 21:35:58 +05:30
Manav Rathi
e87c7ed108
Inline 2024-04-13 21:34:37 +05:30
Manav Rathi
67a81f8d86
Dedup 2024-04-13 21:31:36 +05:30
Manav Rathi
30f147ec5b
Update jsdoc 2024-04-13 21:26:00 +05:30
Manav Rathi
6829d0bf15
Remove unused 2024-04-13 21:24:52 +05:30
Manav Rathi
d03b265eb4
Captialize
We've been capitalizing the name at places where we can. This name is only used
when creating new exports, and shouldn't effect existing export, so it is safe
to change.
2024-04-13 21:21:48 +05:30
Manav Rathi
297ca09535
Refactor and extract 2024-04-13 21:20:20 +05:30
Manav Rathi
82bbb1c6dd
Cleanup and document 2024-04-13 21:06:47 +05:30
Prateek Sunal
f04e45a461 fix: logic of await/async 2024-04-13 21:00:21 +05:30
Manav Rathi
4fbfbf0aa0
Cleanup 2024-04-13 20:53:35 +05:30
Manav Rathi
56d04066ea
sfn 2024-04-13 20:38:29 +05:30
Manav Rathi
7838f7484d
Make explicit 2024-04-13 20:29:17 +05:30
Prateek Sunal
45ab6d92b5 fix: also route to photo on click of widget 2024-04-13 20:22:34 +05:30
ashilkn
c3de396d21 [mob] bump up version to v0.8.80 2024-04-13 20:06:32 +05:30
ashilkn
f2987a82f2 [mob] merge main 2024-04-13 20:05:38 +05:30
ashilkn
81c47bc768 [mob] UI changes to segmented button in stripe and store pages 2024-04-13 20:01:28 +05:30
ashilkn
6c75b35472 [mob] pub upgrade 2024-04-13 19:45:06 +05:30
ashilkn
d35fe3ff00 [mob] Use SegmentedButton instead of broken(UI) toggle in app store subscription page 2024-04-13 19:44:22 +05:30
ashilkn
10cb54ddc1 [mob] Use SegmentedButton instead of broken(UI) toggle in stripe subscription page 2024-04-13 19:43:19 +05:30
ashilkn
0348e43e81 Merge branch 'material_3_ui_issues_fix' into update_deps_and_flutter 2024-04-13 19:08:01 +05:30
Manav Rathi
a6887e3037
[web] Add ESLint to enforce HMR how vite likes it (#1433)
Configuration changes taken from the vite starter (react-ts).

From the [vite
docs](https://github.com/vitejs/vite-plugin-react-swc?tab=readme-ov-file#consistent-components-exports)

> For React refresh to work correctly, your file should only export
React components.
>
> If an incompatible change in exports is found, the module will be
invalidated. To make it easier to export simple constants alongside your
component the module is only invalidated when their value changes.

While we're not currently using vite for our main apps, it would be
worthwhile to write code in a way that a future migration to it is
painless if needed.

About the what and the why, the Gatsby docs are illuminating:

https://www.gatsbyjs.com/docs/reference/local-development/fast-refresh/#how-it-works

Some other refs:
- https://github.com/ArnaudBarre/eslint-plugin-react-refresh
-
https://github.com/vitejs/vite/discussions/4577#discussioncomment-1161007
- https://github.com/vitejs/vite-plugin-react/issues/34
2024-04-13 18:57:24 +05:30
Manav Rathi
c7757cb08e
Prune more stale overrides 2024-04-13 18:54:15 +05:30
Manav Rathi
ce642e12c1
Remove stale disables 2024-04-13 18:50:12 +05:30
Manav Rathi
e07559c8da
Fix oopsie 2024-04-13 18:41:47 +05:30
Manav Rathi
64231c73f1
[web] Add ESLint to enforce HMR how vite likes it
Configuration changes taken from the vite starter (react-ts).

From the vite docs (https://github.com/vitejs/vite-plugin-react-swc?tab=readme-ov-file#consistent-components-exports)

> For React refresh to work correctly, your file should only export React components.
>
> If an incompatible change in exports is found, the module will be invalidated.
> To make it easier to export simple constants alongside your component the module
> is only invalidated when their value changes.

While we're not currently using vite for our main apps, it would be worthwhile
to write code in a way that a future migration to it is painless if needed.

About the what and the why, the Gatsby docs are illuminating:
https://www.gatsbyjs.com/docs/reference/local-development/fast-refresh/#how-it-works

Some other refs:
- https://github.com/ArnaudBarre/eslint-plugin-react-refresh
- https://github.com/vitejs/vite/discussions/4577#discussioncomment-1161007
- https://github.com/vitejs/vite-plugin-react/issues/34
2024-04-13 18:38:24 +05:30
Manav Rathi
27fb43837b
[desktop] Fix export related IPC - Part 1/x (#1432) 2024-04-13 18:31:36 +05:30
Manav Rathi
4f764dc77c
Consolidate constants 2024-04-13 18:27:40 +05:30
Manav Rathi
63a2ca7606
Fix lint 2024-04-13 18:24:57 +05:30
Manav Rathi
eb995f4354
Split 2024-04-13 18:20:40 +05:30
Manav Rathi
37cb2aaaf9
Refactor 2024-04-13 18:09:32 +05:30
Neeraj Gupta
4c93033522 [mob] Upgrade sqflite_async 2024-04-13 18:08:57 +05:30
Neeraj Gupta
ab70908980 Merge branch 'update_deps_and_flutter' of https://github.com/ente-io/auth into update_deps_and_flutter 2024-04-13 18:07:44 +05:30
ashilkn
a3f102c183 [mob] Use custom toggle widget to remove UI issues after migrating to material 3 2024-04-13 18:07:01 +05:30
Neeraj Gupta
2feee2cc5e [mob][photos] Bump flutter version in README and github workflow 2024-04-13 17:58:41 +05:30
Neeraj Gupta
c183531e8b Switch to older version of share_plus 2024-04-13 17:53:06 +05:30
Neeraj Gupta
9522854685 Flutter gradle plugin changes 2024-04-13 17:52:49 +05:30
Neeraj Gupta
d864acafa3 [mob] Upgrade to flutter 3.19.5 2024-04-13 17:52:35 +05:30
ashilkn
75dd7c3e48 [mob] make function private 2024-04-13 17:15:13 +05:30
ashilkn
2c0148d661 [mob] fix UI of toggle widget on iOS 2024-04-13 17:11:04 +05:30
Manav Rathi
1ffa905f99
Inline 2 2024-04-13 17:00:50 +05:30
Manav Rathi
07fa5cb83d
Inline 2 2024-04-13 16:59:47 +05:30