AAE-38748 Change clipboard directive to be a tooltip (#11293)

* feat: change clipboard directive to be a tooltip

* feat: remove redundant tooltips from datatable cells

* test: fix broken tests

* fix: sonarqube issues

* fix: unable to use link-adf commit message from hxp-frontend-apps
This commit is contained in:
Joshua Cain
2025-11-06 06:28:42 -05:00
committed by GitHub
parent 3180ca8e9d
commit e28e924b87
8 changed files with 114 additions and 106 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
"build:libs": "nx run-many -t build --prod --skip-nx-cache",
"build:schematics": "nx run-many -t build-schematics",
"publish": "nx run-many -t npm-publish",
"clean": "rimraf dist node_modules dist/libs"
"clean": "rimraf dist node_modules dist/libs",
"nx:run-target": "nx run",
"nx:run-many": "nx run-many"
},
"repository": {
"type": "git",