mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 04:10:25 +01:00
[PR #92] [MERGED] Have 4 states on each GlobalLink #26
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/92
Author: @nikivdev
Created: 12/22/2023
Status: ✅ Merged
Merged: 1/22/2024
Merged by: @nikivdev
Base:
dev← Head:feature/gh-101-have-4-states-on-each-globallink📝 Commits (10+)
4555695.6233d92pricinga688d6c.e233af2.b370594.8c92943fix filter9b24c54.03d970e.8e6d467.c2e20ee.📊 Changes
24 files changed (+1160 additions, -369 deletions)
View changed files
📝
grafbase/edgedb/cli/cli.ts(+13 -0)📝
grafbase/edgedb/crud/global-link.ts(+179 -29)📝
grafbase/edgedb/crud/user.ts(+50 -10)📝
grafbase/edgedb/dbschema/default.esdl(+19 -11)📝
grafbase/edgedb/dbschema/edgeql-js/__spec__.ts(+6 -5)📝
grafbase/edgedb/dbschema/edgeql-js/modules/default.ts(+32 -20)📝
grafbase/edgedb/dbschema/edgeql-js/modules/schema.ts(+1 -0)➕
grafbase/edgedb/dbschema/migrations/00048.edgeql(+10 -0)➕
grafbase/edgedb/dbschema/migrations/00049.edgeql(+9 -0)➕
grafbase/edgedb/dbschema/migrations/00050.edgeql(+9 -0)➕
grafbase/edgedb/dbschema/migrations/00051.edgeql(+20 -0)📝
grafbase/edgedb/edgedb.toml(+1 -1)📝
grafbase/generated/index.ts(+18 -9)📝
grafbase/grafbase.config.ts(+30 -11)📝
grafbase/resolvers/addPersonalLink.ts(+10 -2)📝
grafbase/resolvers/getAllLinks.ts(+4 -2)📝
grafbase/resolvers/updatePersonalLinkStatus.ts(+4 -4)📝
shared/lib/mobius.ts(+27 -14)📝
shared/ui/IconButton.tsx(+127 -12)📝
website/src/GlobalContext/user.ts(+115 -12)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.