feat: rename Releases settings page to Updates (#16634)
- Rename page title from 'Releases' to 'Updates' - Rename navigation item label from 'Releases' to 'Updates' - Remove tabbed interface (Changelog/Lab tabs) - Add 'Releases' section with external link to changelog - Add 'Early access' section with lab features - Add IconTransform to twenty-ui exports - Delete unused tab-related components and constants Screenshot: <img width="2158" height="1698" alt="CleanShot 2025-12-17 at 17 53 46@2x" src="https://github.com/user-attachments/assets/87ead041-24a7-4afb-9dfc-71e5c20324d6" /> --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
committed by
GitHub
parent
2eb8006a30
commit
9a094d8a50
@@ -202,8 +202,8 @@ const useSettingsNavigationItems = (): SettingsNavigationSection[] => {
|
||||
isHidden: !isAdminEnabled,
|
||||
},
|
||||
{
|
||||
label: t`Releases`,
|
||||
path: SettingsPath.Releases,
|
||||
label: t`Updates`,
|
||||
path: SettingsPath.Updates,
|
||||
Icon: IconRocket,
|
||||
isHidden: !permissionMap[PermissionFlagType.WORKSPACE],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user