Skip to content

Commit

Permalink
[ACS-5304] remove unused create menu component (#3233)
Browse files Browse the repository at this point in the history
* remove unused create menu component

* remove unused i18n keys

* raise coverage

* fix missing a11y import, fix css var bug
  • Loading branch information
DenysVuika committed May 25, 2023
1 parent 05991f8 commit 71d97a1
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 407 deletions.
2 changes: 0 additions & 2 deletions projects/aca-content/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
"TITLE": "Details"
},
"NEW_MENU": {
"LABEL": "New",
"TOOLTIP": "Add new files and folders, or create a new File Library",
"MENU_ITEMS": {
"CREATE_FOLDER": "Create Folder",
"UPLOAD_FILE": "Upload File",
Expand Down
2 changes: 0 additions & 2 deletions projects/aca-content/src/lib/aca-content.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import { DirectivesModule } from './directives/directives.module';
import { ContextMenuModule } from './components/context-menu/context-menu.module';
import { ExtensionService, ExtensionsModule } from '@alfresco/adf-extensions';
import { AppToolbarModule } from './components/toolbar/toolbar.module';
import { AppCreateMenuModule } from './components/create-menu/create-menu.module';
import { AppSidenavModule } from './components/sidenav/sidenav.module';
import { AppCommonModule } from './components/common/common.module';
import { AppSearchInputModule } from './components/search/search-input.module';
Expand Down Expand Up @@ -115,7 +114,6 @@ import { UserMenuComponent } from './components/sidenav/user-menu/user-menu.comp
AppInfoDrawerModule,
AppToolbarModule,
AppSidenavModule,
AppCreateMenuModule,
DocumentListCustomComponentsModule,
AppSearchInputModule,
AppSearchResultsModule,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 71d97a1

Please sign in to comment.