mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 22:36:57 +00:00
fix: remove beta badges from List/Map/Timeline views, lighten Business badge colors, and reduce fields menu button size
This commit is contained in:
@@ -323,7 +323,6 @@ const hasDocumentCreateAccess = computed(() => {
|
||||
>
|
||||
<GeneralViewIcon :meta="{ type: ViewTypes.LIST }" />
|
||||
<div>{{ $t('objects.viewType.list') }}</div>
|
||||
<NcBadgeBeta />
|
||||
</NcMenuItem>
|
||||
<NcMenuItem
|
||||
v-if="isEeUI && showEEFeatures"
|
||||
@@ -332,7 +331,6 @@ const hasDocumentCreateAccess = computed(() => {
|
||||
>
|
||||
<GeneralViewIcon :meta="{ type: ViewTypes.MAP }" class="!w-4 !h-4" />
|
||||
<div>{{ $t('objects.viewType.map') }}</div>
|
||||
<NcBadgeBeta />
|
||||
</NcMenuItem>
|
||||
<NcMenuItem
|
||||
v-if="isEeUI && showEEFeatures"
|
||||
@@ -341,7 +339,6 @@ const hasDocumentCreateAccess = computed(() => {
|
||||
>
|
||||
<GeneralViewIcon :meta="{ type: ViewTypes.TIMELINE }" class="!w-4 !h-4" />
|
||||
<div>{{ $t('objects.viewType.timeline') }}</div>
|
||||
<NcBadgeBeta />
|
||||
</NcMenuItem>
|
||||
<template v-if="isAiFeaturesEnabled">
|
||||
<NcDivider />
|
||||
|
||||
Reference in New Issue
Block a user