mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #106] [CLOSED] iOS mobile app release (TestFlight) #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/106
Author: @olyamrshn
Created: 3/30/2024
Status: ❌ Closed
Base:
dev← Head:feature/la-135-ios-mobile-app-release-testflight📝 Commits (10+)
984524b.57cc7celayouta9dad76textinput009bb00filter bottomsheetc205ce2link, bottomsheet, animation41ba329button stylebf2423a.a2a651aauth layout652fc82auth layoute5a287ebackground radial gradient📊 Changes
81 files changed (+14410 additions, -10354 deletions)
View changed files
📝
.gitignore(+4 -0)📝
.vscode/settings.json(+2 -2)➕
api/edgedb/crud/mobile.ts(+18 -0)➕
api/edgedb/crud/mutations.ts(+177 -0)📝
api/edgedb/crud/queries.ts(+1 -2)➕
api/edgedb/crud/website.ts(+31 -0)📝
api/edgedb/dbschema/default.esdl(+53 -4)📝
api/edgedb/dbschema/migrations/00001.edgeql(+41 -152)➕
api/edgedb/dbschema/migrations/00002.edgeql(+15 -0)➕
api/edgedb/dbschema/migrations/00003.edgeql(+7 -0)➕
api/edgedb/dbschema/migrations/00004.edgeql(+7 -0)➕
api/edgedb/dbschema/migrations/00005.edgeql(+18 -0)➕
api/edgedb/dbschema/migrations/00006.edgeql(+19 -0)📝
api/edgedb/edgedb.toml(+1 -1)📝
api/grafbase/grafbase.config.ts(+98 -32)➕
api/grafbase/resolvers/mobile/index.ts(+45 -0)➕
api/grafbase/resolvers/mutations/createUser.ts(+22 -0)📝
api/grafbase/resolvers/mutations/updatePersonalLinkStatus.ts(+25 -24)➕
api/grafbase/resolvers/mutations/updateUserBio.ts(+29 -0)📝
api/grafbase/resolvers/web/index.ts(+22 -9)...and 61 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.