[PR #92] [MERGED] Have 4 states on each GlobalLink #26

Closed
opened 2025-12-29 18:27:51 +01:00 by adam · 0 comments
Owner

📋 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: devHead: feature/gh-101-have-4-states-on-each-globallink


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/linsa-io/linsa/pull/92 **Author:** [@nikivdev](https://github.com/nikivdev) **Created:** 12/22/2023 **Status:** ✅ Merged **Merged:** 1/22/2024 **Merged by:** [@nikivdev](https://github.com/nikivdev) **Base:** `dev` ← **Head:** `feature/gh-101-have-4-states-on-each-globallink` --- ### 📝 Commits (10+) - [`4555695`](https://github.com/linsa-io/linsa/commit/45556959d126ad3e9e2f11685f7ad56970bde964) . - [`6233d92`](https://github.com/linsa-io/linsa/commit/6233d922722f176f15ef900253b2a9f062623b2d) pricing - [`a688d6c`](https://github.com/linsa-io/linsa/commit/a688d6ce23c2e4f1fc3beb5a483a8014c146aad3) . - [`e233af2`](https://github.com/linsa-io/linsa/commit/e233af2d2e6b04fa5bb6ff623a0a7aeca68694d0) . - [`b370594`](https://github.com/linsa-io/linsa/commit/b370594b3bc72a6336d7dc8fb030517eaa95afd5) . - [`8c92943`](https://github.com/linsa-io/linsa/commit/8c9294322ac7180f0b70ee5fba6f7c8e15f8da3d) fix filter - [`9b24c54`](https://github.com/linsa-io/linsa/commit/9b24c54f384070699893082430ffa686b26b781e) . - [`03d970e`](https://github.com/linsa-io/linsa/commit/03d970e7c0b18fba21129d4ead87f039d4bd0619) . - [`8e6d467`](https://github.com/linsa-io/linsa/commit/8e6d467a4d310ffee046838bd7d44bfd41fcfa84) . - [`c2e20ee`](https://github.com/linsa-io/linsa/commit/c2e20eeff7072b3eb3bf577e9ab9239019b60b75) . ### 📊 Changes **24 files changed** (+1160 additions, -369 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:27:51 +01:00
adam closed this issue 2025-12-29 18:27:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/linsa#26