fix(ux): unreleased apps to the end (#38028)

This commit is contained in:
Marius Andra
2025-09-15 09:58:29 +02:00
committed by GitHub
parent 8f026fb1e7
commit 998f0b1078
9 changed files with 9 additions and 9 deletions

View File

@@ -425,7 +425,7 @@ export const getDefaultTreeProducts = (): FileSystemImport[] =>
} as FileSystemImport,
{
path: 'Heatmaps',
category: 'Behavior',
category: 'Unreleased',
iconType: 'heatmap' as FileSystemIconType,
iconColor: [
'var(--color-product-heatmaps-light)',

View File

@@ -24,7 +24,7 @@ export const manifest: ProductManifest = {
treeItemsProducts: [
{
path: 'Data Warehouse',
category: 'Tools',
category: 'Unreleased',
href: urls.dataWarehouse(),
flag: FEATURE_FLAGS.DATA_WAREHOUSE_SCENE,
iconType: 'data_warehouse' as FileSystemIconType,

View File

@@ -21,7 +21,7 @@ export const manifest: ProductManifest = {
treeItemsProducts: [
{
path: 'Embedded analytics',
category: 'Tools',
category: 'Unreleased',
href: urls.embeddedAnalytics(),
type: 'embedded_analytics',
flag: FEATURE_FLAGS.EMBEDDED_ANALYTICS,

View File

@@ -55,7 +55,7 @@ export const manifest: ProductManifest = {
treeItemsProducts: [
{
path: 'Links',
category: 'Tools',
category: 'Unreleased',
type: 'link',
href: urls.links(),
flag: FEATURE_FLAGS.LINKS,

View File

@@ -26,7 +26,7 @@ export const manifest: ProductManifest = {
treeItemsProducts: [
{
path: 'Logs',
category: 'Tools',
category: 'Unreleased',
iconType: 'logs' as FileSystemIconType,
iconColor: ['var(--color-product-logs-light)'] as FileSystemIconColor,
href: urls.logs(),

View File

@@ -63,7 +63,7 @@ export const manifest: ProductManifest = {
href: urls.messaging(),
type: 'messaging',
visualOrder: PRODUCT_VISUAL_ORDER.messaging,
category: 'Tools',
category: 'Unreleased',
tags: ['alpha'],
flag: FEATURE_FLAGS.MESSAGING,
iconType: 'messaging',

View File

@@ -35,7 +35,7 @@ export const manifest: ProductManifest = {
treeItemsProducts: [
{
path: 'Tasks',
category: 'Development',
category: 'Unreleased',
type: 'task',
href: urls.taskTracker(),
flag: FEATURE_FLAGS.TASKS,

View File

@@ -40,7 +40,7 @@ export const manifest: ProductManifest = {
treeItemsProducts: [
{
path: 'User interviews',
category: 'Behavior',
category: 'Unreleased',
href: urls.userInterviews(),
type: 'user_interview',
flag: FEATURE_FLAGS.USER_INTERVIEWS,

View File

@@ -26,7 +26,7 @@ export const manifest: ProductManifest = {
treeItemsMetadata: [
{
path: 'Marketing settings',
category: 'Definitions',
category: 'Unreleased',
iconType: 'marketing_settings' as FileSystemIconType,
href: urls.marketingAnalytics(),
flag: FEATURE_FLAGS.WEB_ANALYTICS_MARKETING,