From 1b88b7b5ee6922e8dc2c38700b43325c42b48bfc Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 20 Jan 2025 21:16:05 +0530 Subject: [PATCH] Added timezone and language --- docs/core-concepts/account/settings.mdx | 20 +++++++++++++------- docs/core-concepts/cycles.mdx | 4 +--- docs/core-concepts/projects/overview.mdx | 3 +++ docs/devices/mobile.mdx | 13 +++++++++++++ 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/docs/core-concepts/account/settings.mdx b/docs/core-concepts/account/settings.mdx index 0de3cb2..46b363d 100644 --- a/docs/core-concepts/account/settings.mdx +++ b/docs/core-concepts/account/settings.mdx @@ -1,23 +1,29 @@ --- -title: Profile +title: Profile settings --- Your account settings offer the ability to adjust your profile details, password, theme preferences, and email notification settings. Additionally, you can access a comprehensive list of all activities across workspaces. -Access your account settings from the side-navigation bar by clicking on your name/profile picture and selecting "Settings". +Access your account settings from the side-navigation bar by clicking on your name/profile picture and selecting **Settings**. ![Profile dropdown](https://media.docs.plane.so/account/account-profile-dropdown.webp#center) -## Profile settings +## Profile Your profile includes details about you, primarily your name and display name, which are visible to others, especially in the assignee or creator sections of issues and other entities. You can update this information here. Additionally, you have the option to deactivate your account, which removes you from all the workspaces you are associated with. However, please note that deactivating your account will not delete the issues or any other entities created by you. -## Preferences +### Timezone and language -You can customize how Plane looks or adjust the frequency of emails you receive from us via your preferences. +You can now customize your timezone and language preferences. -### Theme +![Timezone and language](https://media.docs.plane.so/account/timezone-and-language.webp#center) + +The timezone setting controls how times are displayed across the platform, including notifications, activity logs, start and end dates, etc. + +Currently, we support English, French, Spanish, and Japanese, with more languages coming soon. + +## Appearance By default, the theme on Plane is light. You have the option to synchronize it with your system's preference, select from a range of themes provided by us, or create a custom theme that reflects your personality. @@ -31,7 +37,7 @@ To create your custom theme, you can specify the following: ![Theme](https://media.docs.plane.so/account/account-theme.webp#center) -### Email +## Notifications By default, email-based notifications are disabled for new users. You have the option to enable all notifications or select specific types of notifications. Once you save your preferences, you will only receive email notifications for issues that match the preferences you have selected. diff --git a/docs/core-concepts/cycles.mdx b/docs/core-concepts/cycles.mdx index d2d6c08..73a755b 100644 --- a/docs/core-concepts/cycles.mdx +++ b/docs/core-concepts/cycles.mdx @@ -19,9 +19,8 @@ Two cycles cannot have overlapping dates. To create a new Cycle, just press `Q` from anywhere in your project. Or, you can head to the **Cycles** page under your project in the sidebar and click the **Add Cycle** button. You’ll need to give it a name and set the start and due dates. If you want, you can also add a description—either right away or later on! ![Create cycle](https://media.docs.plane.so/cycles/create-cycles.webp#center) - :::caution[Timezone settings] -If the Project Admin sets the **Timezone** in [Project settings](/core-concepts/projects/overview#project-settings), the Cycle schedules (start and end) will align with it. However, Members will view Cycles starting and stopping based on the timezone set in their user settings. +If the Project Admin sets the **Timezone** in [Project settings](/core-concepts/projects/overview#project-settings), the Cycle schedules (start and end) will align with it. However, Members will view Cycles starting and stopping based on the timezone set in their [profile settings](/core-concepts/account/settings#timezone-and-language). ::: ## Add issues to cycles @@ -32,7 +31,6 @@ If the Project Admin sets the **Timezone** in [Project settings](/core-concepts/ - You can also link a Cycle directly as a property within any issue. ![Cycle property](https://media.docs.plane.so/cycles/cycle-property.webp#center) - ## Cycle states - **Active cycle** diff --git a/docs/core-concepts/projects/overview.mdx b/docs/core-concepts/projects/overview.mdx index 3b4877c..93c0fd1 100644 --- a/docs/core-concepts/projects/overview.mdx +++ b/docs/core-concepts/projects/overview.mdx @@ -27,6 +27,9 @@ These attributes can always be edited later under the **General** tab in the [pr Click the **…** icon next to your project name on the sidebar and click **Settings**. ![Project settings](https://media.docs.plane.so/projects/project-settings.webp#center) +### Project timezone +Each project can have its own timezone setting, managed by project admins. The project timezone affects how dates and times are displayed within the project context. For example, the Cycle schedules (start and end) will align with the timezone set here. However, Members will see Cycles starting and stopping based on the timezone set in their [profile settings](/core-concepts/account/settings#timezone-and-language). + ## Add and manage members To get others involved in your project, they first need to be part of your workspace. [Invite them](/core-concepts/workspaces/members#add-member) to the workspace. diff --git a/docs/devices/mobile.mdx b/docs/devices/mobile.mdx index 4bdc61b..0875245 100644 --- a/docs/devices/mobile.mdx +++ b/docs/devices/mobile.mdx @@ -191,3 +191,16 @@ This error occurs when attempting to log in to the mobile app with a self-hosted - Retry logging in and ensure the self-hosted URL is entered correctly in the app. +### Unable to log in using SSO + +Ensure the correct Redirect URI is configured in your OAuth service: + +- For Google Sign-In: Add the following URL to the Redirect URIs section in your Google Cloud Console: + ```bash + https:///auth/mobile/google/callback/ + ``` +- For GitHub Sign-In: Add the following URL to the Callback URL section in your GitHub OAuth app: + ```bash + https:///auth/mobile/github/callback/ + ``` +Verify that the `` part of the URL matches your self-hosted instance's domain.