From fe98e6ad5bd97d579bb0a581f1f8a1aac6cfe647 Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 24 Jul 2024 14:13:56 +0100 Subject: [PATCH 1/2] Add FAQ - Why can't I see any of my projects? --- .../faq/where-are-my-projects.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/content/troubleshooting/faq/where-are-my-projects.mdx diff --git a/src/content/troubleshooting/faq/where-are-my-projects.mdx b/src/content/troubleshooting/faq/where-are-my-projects.mdx new file mode 100644 index 00000000..cff5d9c2 --- /dev/null +++ b/src/content/troubleshooting/faq/where-are-my-projects.mdx @@ -0,0 +1,18 @@ +--- +layout: "../../../layouts/FAQLayout.astro" +sidebar: { hide: true } +title: Why can't I see any of my projects? +section: "usage" +--- + +# Why can't I see any of my projects? + +To locate your Chromatic project, you should start at the account level where all your projects are listed. + +You can click the hamburger menu in the upper-left corner to expand your accounts and find the project under `Shared with Me`. + +If the project wasn't deleted but you don't see it in the Projects menu, it could be because it has been shared with you and is under a different account. It's important to keep in mind that restoring the data is impossible if a project is deleted, even unintentionally. + +If the project is linked to a git repository, check to ensure your repository permissions haven't changed. Since Chromatic mirrors access for linked projects based on repository permissions, any change to your repository access could impact your ability to access your project within Chromatic. + +If the project isn't listed and you're still unable to find your projects, please contact us via our **in-app chat** or email us at **support@chromatic.com**. \ No newline at end of file From 9ad53054c7eb4cebe4d9b22472f41301b446d370 Mon Sep 17 00:00:00 2001 From: Varun Vachhar Date: Wed, 24 Jul 2024 11:03:03 -0400 Subject: [PATCH 2/2] Update where-are-my-projects.mdx --- src/content/troubleshooting/faq/where-are-my-projects.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/troubleshooting/faq/where-are-my-projects.mdx b/src/content/troubleshooting/faq/where-are-my-projects.mdx index cff5d9c2..4faff02a 100644 --- a/src/content/troubleshooting/faq/where-are-my-projects.mdx +++ b/src/content/troubleshooting/faq/where-are-my-projects.mdx @@ -9,10 +9,10 @@ section: "usage" To locate your Chromatic project, you should start at the account level where all your projects are listed. -You can click the hamburger menu in the upper-left corner to expand your accounts and find the project under `Shared with Me`. +You can click the hamburger menu in the upper-left corner to expand your accounts and find the project under `Shared with you`. If the project wasn't deleted but you don't see it in the Projects menu, it could be because it has been shared with you and is under a different account. It's important to keep in mind that restoring the data is impossible if a project is deleted, even unintentionally. If the project is linked to a git repository, check to ensure your repository permissions haven't changed. Since Chromatic mirrors access for linked projects based on repository permissions, any change to your repository access could impact your ability to access your project within Chromatic. -If the project isn't listed and you're still unable to find your projects, please contact us via our **in-app chat** or email us at **support@chromatic.com**. \ No newline at end of file +If the project isn't listed and you're still unable to find your projects, please contact us via our **in-app chat** or email us at **support@chromatic.com**.