Include personal projects in Your Work > Contributed

As requested in https://forum.gitlab.com/t/contributed-projects-tab-does-not-show-all-contributed-projects/93178

We should include Personal projects in the Your Works > Contributed tab.

It looks like we worked on adding include_personal parameter in the GraphQL API but have missed integrating it with the actual tab.

Implementation Guide

  1. Apply the following patch
Index: app/assets/javascripts/projects/your_work/graphql/queries/user_projects.query.graphql
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/app/assets/javascripts/projects/your_work/graphql/queries/user_projects.query.graphql b/app/assets/javascripts/projects/your_work/graphql/queries/user_projects.query.graphql
--- a/app/assets/javascripts/projects/your_work/graphql/queries/user_projects.query.graphql	(revision 572301553284a264bd4714784401447920813b0e)
+++ b/app/assets/javascripts/projects/your_work/graphql/queries/user_projects.query.graphql	(date 1752557610386)
@@ -24,6 +24,7 @@
       search: $search
       minAccessLevel: $minAccessLevel
       programmingLanguageName: $programmingLanguageName
+      includePersonal: true
     ) @include(if: $contributed) {
       nodes {
         ...Project
Edited by 🤖 GitLab Bot 🤖