Add README notices about the in-progress migration to this repository (#506)

Documentation only change.
This commit is contained in:
Manav Rathi 2024-03-01 16:41:04 +05:30 committed by GitHub
commit 3dc9cc92ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 5 deletions

4
.gitmodules vendored
View file

@ -9,10 +9,6 @@
[submodule "auth/assets/simple-icons"] [submodule "auth/assets/simple-icons"]
path = auth/assets/simple-icons path = auth/assets/simple-icons
url = https://github.com/simple-icons/simple-icons.git url = https://github.com/simple-icons/simple-icons.git
[submodule "desktop/bada-frame"]
path = desktop/ui
url = https://github.com/ente-io/bada-frame
branch = release
[submodule "desktop/thirdparty/next-electron-server"] [submodule "desktop/thirdparty/next-electron-server"]
path = desktop/thirdparty/next-electron-server path = desktop/thirdparty/next-electron-server
url = https://github.com/ente-io/next-electron-server.git url = https://github.com/ente-io/next-electron-server.git

View file

@ -2,6 +2,12 @@
Desktop app for [ente.io](https://ente.io) build with [electron](https://electronjs.org) and loads of ❤️. Desktop app for [ente.io](https://ente.io) build with [electron](https://electronjs.org) and loads of ❤️.
> [!CAUTION]
>
> We moved a few things around when switching to a monorepo recently, so this
> folder might not build with the instructions below. Hang tight, we're on it,
> will fix things.
## Disclaimer ## Disclaimer
We are aware that electron is a sub-optimal choice for building desktop applications. We are aware that electron is a sub-optimal choice for building desktop applications.

@ -1 +0,0 @@
Subproject commit 855a58e4df492331f57672db1819e959886115dd

View file

@ -101,3 +101,11 @@ thoughts](mailto:feedback@ente.io) with us at any time.
<br/> <br/>
> [!NOTE]
>
> This folder is supposed to contain all our web related code. Most of it is
> already here, but some code which is being deployed from our other
> repositories like the family portal (https://github.com/ente-io/families)
> still needs to be merged into here. Also, some of the Cloudflare workers we
> use for fixing headers etc too. Hang tight, we're on it, will bring in the
> remaining bits one by one.