mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
fix(ux): unreleased apps to the end (#38028)
This commit is contained in:
@@ -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)',
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -55,7 +55,7 @@ export const manifest: ProductManifest = {
|
||||
treeItemsProducts: [
|
||||
{
|
||||
path: 'Links',
|
||||
category: 'Tools',
|
||||
category: 'Unreleased',
|
||||
type: 'link',
|
||||
href: urls.links(),
|
||||
flag: FEATURE_FLAGS.LINKS,
|
||||
|
||||
@@ -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(),
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -35,7 +35,7 @@ export const manifest: ProductManifest = {
|
||||
treeItemsProducts: [
|
||||
{
|
||||
path: 'Tasks',
|
||||
category: 'Development',
|
||||
category: 'Unreleased',
|
||||
type: 'task',
|
||||
href: urls.taskTracker(),
|
||||
flag: FEATURE_FLAGS.TASKS,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user