first commit
Some checks failed
CD deploy main / deploy-main (push) Has been cancelled
CI Chrome Extension / changed-files-check (push) Has been cancelled
CI Chrome Extension / chrome-extension-build (push) Has been cancelled
CI Chrome Extension / ci-chrome-extension-status-check (push) Has been cancelled
CI E2E Playwright Tests / changed-files-check (push) Has been cancelled
CI E2E Playwright Tests / test (push) Has been cancelled
CI E2E Playwright Tests / ci-e2e-status-check (push) Has been cancelled
CI Emails / changed-files-check (push) Has been cancelled
CI Emails / emails-test (push) Has been cancelled
CI Emails / ci-emails-status-check (push) Has been cancelled
CI Front / changed-files-check (push) Has been cancelled
CI Front / front-sb-build (push) Has been cancelled
CI Front / front-sb-test (1, modules) (push) Has been cancelled
CI Front / front-sb-test (1, pages) (push) Has been cancelled
CI Front / front-sb-test (1, performance) (push) Has been cancelled
CI Front / front-sb-test (2, modules) (push) Has been cancelled
CI Front / front-sb-test (2, pages) (push) Has been cancelled
CI Front / front-sb-test (2, performance) (push) Has been cancelled
CI Front / front-sb-test (3, modules) (push) Has been cancelled
CI Front / front-sb-test (3, pages) (push) Has been cancelled
CI Front / front-sb-test (3, performance) (push) Has been cancelled
CI Front / front-sb-test (4, modules) (push) Has been cancelled
CI Front / front-sb-test (4, pages) (push) Has been cancelled
CI Front / front-sb-test (4, performance) (push) Has been cancelled
CI Front / merge-reports-and-check-coverage (modules) (push) Has been cancelled
CI Front / merge-reports-and-check-coverage (pages) (push) Has been cancelled
CI Front / merge-reports-and-check-coverage (performance) (push) Has been cancelled
CI Front / front-chromatic-deployment (push) Has been cancelled
CI Front / front-task (lint) (push) Has been cancelled
CI Front / front-task (test) (push) Has been cancelled
CI Front / front-task (typecheck) (push) Has been cancelled
CI Front / ci-front-status-check (push) Has been cancelled
CI Server / changed-files-check (push) Has been cancelled
CI Server / server-setup (push) Has been cancelled
CI Server / server-test (push) Has been cancelled
CI Server / server-integration-test (1) (push) Has been cancelled
CI Server / server-integration-test (2) (push) Has been cancelled
CI Server / server-integration-test (3) (push) Has been cancelled
CI Server / server-integration-test (4) (push) Has been cancelled
CI Server / ci-server-status-check (push) Has been cancelled
CI Shared / changed-files-check (push) Has been cancelled
CI Shared / shared-test (lint) (push) Has been cancelled
CI Shared / shared-test (test) (push) Has been cancelled
CI Shared / shared-test (typecheck) (push) Has been cancelled
CI Shared / ci-shared-status-check (push) Has been cancelled
CI Website / changed-files-check (push) Has been cancelled
CI Website / website-build (push) Has been cancelled
CI Website / ci-website-status-check (push) Has been cancelled
Push translations to Crowdin / Extract and upload translations (push) Has been cancelled
CI Demo check / test (push) Has been cancelled

This commit is contained in:
2025-07-29 12:23:29 +05:30
parent 7cf778b579
commit 34ae24b7db
19 changed files with 24 additions and 26 deletions

View File

@ -57,7 +57,7 @@ export const Logo = ({
onClick,
}: LogoProps) => {
const { redirectToDefaultDomain } = useRedirectToDefaultDomain();
const defaultPrimaryLogoUrl = `${window.location.origin}/images/icons/android/android-launchericon-192-192.png`;
const defaultPrimaryLogoUrl = `${window.location.origin}/images/icons/android/192B.png`;
const primaryLogoUrl = getImageAbsoluteURI({
imageUrl: primaryLogo ?? defaultPrimaryLogoUrl,

View File

@ -20,7 +20,7 @@ const StyledContainer = styled.div`
export const FooterNote = () => (
<StyledContainer>
<Trans>By using Twenty, you agree to the</Trans>{' '}
<Trans>By using MessageKnot, you agree to the</Trans>{' '}
<a
href="https://twenty.com/legal/terms"
target="_blank"

View File

@ -10,7 +10,6 @@ import { t } from '@lingui/core/macro';
import { useRecoilValue } from 'recoil';
import {
IconApi,
IconApps,
IconAt,
IconCalendarEvent,
IconColorSwatch,
@ -23,12 +22,11 @@ import {
IconKey,
IconLock,
IconMail,
IconRocket,
IconServer,
IconSettings,
IconUserCircle,
IconUsers,
IconWebhook,
IconWebhook
} from 'twenty-ui/display';
import { PermissionFlagType } from '~/generated/graphql';
@ -134,12 +132,12 @@ const useSettingsNavigationItems = (): SettingsNavigationSection[] => {
Icon: IconHierarchy2,
isHidden: !permissionMap[PermissionFlagType.DATA_MODEL],
},
{
label: t`Integrations`,
path: SettingsPath.Integrations,
Icon: IconApps,
isHidden: !permissionMap[PermissionFlagType.API_KEYS_AND_WEBHOOKS],
},
// {
// label: t`Integrations`,
// path: SettingsPath.Integrations,
// Icon: IconApps,
// isHidden: !permissionMap[PermissionFlagType.API_KEYS_AND_WEBHOOKS],
// },
{
label: t`Security`,
path: SettingsPath.Security,
@ -193,11 +191,11 @@ const useSettingsNavigationItems = (): SettingsNavigationSection[] => {
!labPublicFeatureFlags.length ||
!permissionMap[PermissionFlagType.WORKSPACE],
},
{
label: t`Releases`,
path: SettingsPath.Releases,
Icon: IconRocket,
},
// {
// label: t`Releases`,
// path: SettingsPath.Releases,
// Icon: IconRocket,
// },
{
label: t`Logout`,
onClick: signOut,

View File

@ -62,7 +62,7 @@ export const Default: Story = {
that I expect you to, anyways. :)
</Modal.Content>
<Modal.Footer>
By using Twenty, you're opting for the finest CRM experience you'll
By using MessageKnot, you're opting for the finest CRM experience you'll
ever encounter.
</Modal.Footer>
</>