Smart Filter UX (#3768)

This commit is contained in:
Joe Milazzo 2025-04-23 18:08:42 -06:00 committed by GitHub
parent 06a6d9e03b
commit 9ee5821cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 95 additions and 57 deletions

View file

@ -870,6 +870,14 @@ export class ActionFactoryService {
];
this.smartFilterActions = [
{
action: Action.Edit,
title: 'rename',
description: 'rename-tooltip',
callback: this.dummyCallback,
requiresAdmin: false,
children: [],
},
{
action: Action.Delete,
title: 'delete',