fix: stabilize devtools-react api report generation
Mark the empty devtools-react entrypoint as a module and refresh the remaining API reports so the generated report step succeeds for the header page migration branch. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -125,8 +125,8 @@ export const notificationsTranslationRef: TranslationRef<
|
||||
'plugin.notifications',
|
||||
{
|
||||
readonly 'table.errors.markAllReadFailed': 'Failed to mark all notifications as read';
|
||||
readonly 'table.pagination.firstTooltip': 'First Page';
|
||||
readonly 'table.pagination.labelDisplayedRows': '{from}-{to} of {count}';
|
||||
readonly 'table.pagination.firstTooltip': 'First Page';
|
||||
readonly 'table.pagination.labelRowsSelect': 'rows';
|
||||
readonly 'table.pagination.lastTooltip': 'Last Page';
|
||||
readonly 'table.pagination.nextTooltip': 'Next Page';
|
||||
@@ -140,12 +140,6 @@ export const notificationsTranslationRef: TranslationRef<
|
||||
readonly 'table.confirmDialog.title': 'Are you sure?';
|
||||
readonly 'table.confirmDialog.markAllReadDescription': 'Mark <b>all</b> notifications as <b>read</b>.';
|
||||
readonly 'table.confirmDialog.markAllReadConfirmation': 'Mark All';
|
||||
readonly 'settings.table.origin': 'Origin';
|
||||
readonly 'settings.table.topic': 'Topic';
|
||||
readonly 'settings.title': 'Notification settings';
|
||||
readonly 'settings.errors.useNotificationFormat': 'useNotificationFormat must be used within a NotificationFormatProvider';
|
||||
readonly 'settings.errorTitle': 'Failed to load settings';
|
||||
readonly 'settings.noSettingsAvailable': 'No notification settings available, check back later';
|
||||
readonly 'filters.view.all': 'All';
|
||||
readonly 'filters.view.label': 'View';
|
||||
readonly 'filters.view.read': 'Read notifications';
|
||||
@@ -170,6 +164,12 @@ export const notificationsTranslationRef: TranslationRef<
|
||||
readonly 'filters.sortBy.newest': 'Newest on top';
|
||||
readonly 'filters.sortBy.oldest': 'Oldest on top';
|
||||
readonly 'filters.sortBy.topic': 'Topic';
|
||||
readonly 'settings.table.origin': 'Origin';
|
||||
readonly 'settings.table.topic': 'Topic';
|
||||
readonly 'settings.title': 'Notification settings';
|
||||
readonly 'settings.errors.useNotificationFormat': 'useNotificationFormat must be used within a NotificationFormatProvider';
|
||||
readonly 'settings.errorTitle': 'Failed to load settings';
|
||||
readonly 'settings.noSettingsAvailable': 'No notification settings available, check back later';
|
||||
readonly 'sidebar.title': 'Notifications';
|
||||
readonly 'sidebar.errors.markAsReadFailed': 'Failed to mark notification as read';
|
||||
readonly 'sidebar.errors.fetchNotificationFailed': 'Failed to fetch notification';
|
||||
|
||||
Reference in New Issue
Block a user