Skip to content

Commit dc66737

Browse files
committed
refactor: rename legacy projects
Signed-off-by: Pablo Villoslada Puigcerber <pablov@backbase.com>
1 parent 6809ada commit dc66737

File tree

223 files changed

+11
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+11
-6
lines changed

README.md

+3-2

legacy-as-shell/README.md angular12-with-angular14/README.md

+1-1
File renamed without changes.
File renamed without changes.

legacy-as-shell/shell/src/app/layout/layout.component.html angular12-with-angular14/shell/src/app/layout/layout.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<app-top-bar-menu></app-top-bar-menu>
1010

1111
<!-- Backdrop Area -->
12-
<div class="bb-layout__nav-backdrop" (click)="layoutService.toggleNav()"></div>
12+
<div class="bb-layout__nav-backdrop" (bbKeyboardClick)="layoutService.toggleNav()"></div>
1313

1414
<!-- Main Content Area -->
1515
<div class="bb-layout__main">

legacy-as-shell/shell/src/app/layout/layout.module.ts angular12-with-angular14/shell/src/app/layout/layout.module.ts

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { NgModule } from '@angular/core';
33
import { RouterModule } from '@angular/router';
44
import { HeaderModule } from '@backbase/ui-ang/header';
55
import { IconModule } from '@backbase/ui-ang/icon';
6+
import { KeyboardClickModule } from '@backbase/ui-ang/keyboard-click-directive';
67
import { LogoModule } from '@backbase/ui-ang/logo';
78
import { MediaQueryModule } from '@backbase/ui-ang/media-query-lib';
89
import { UserContextMenuWidgetModule } from '@backbase/user-context-menu-widget-ang';
@@ -17,6 +18,7 @@ import { TopBarMenuComponent } from './top-bar-menu/top-bar-menu.component';
1718
CommonModule,
1819
HeaderModule,
1920
IconModule,
21+
KeyboardClickModule,
2022
LogoModule,
2123
MediaQueryModule,
2224
RouterModule,
File renamed without changes.

legacy-as-remote/README.md angular14-with-angular12/README.md

+1-1

legacy-as-remote/shell/src/app/layout/layout.component.html angular14-with-angular12/shell/src/app/layout/layout.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<app-top-bar-menu></app-top-bar-menu>
1010

1111
<!-- Backdrop Area -->
12-
<div class="bb-layout__nav-backdrop" (click)="layoutService.toggleNav()"></div>
12+
<div class="bb-layout__nav-backdrop" (bbKeyboardClick)="layoutService.toggleNav()"></div>
1313

1414
<!-- Main Content Area -->
1515
<div class="bb-layout__main">

legacy-as-remote/shell/src/app/layout/layout.module.ts angular14-with-angular12/shell/src/app/layout/layout.module.ts

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { NgModule } from '@angular/core';
33
import { RouterModule } from '@angular/router';
44
import { HeaderModule } from '@backbase/ui-ang/header';
55
import { IconModule } from '@backbase/ui-ang/icon';
6+
import { KeyboardClickModule } from '@backbase/ui-ang/keyboard-click-directive';
67
import { LogoModule } from '@backbase/ui-ang/logo';
78
import { MediaQueryModule } from '@backbase/ui-ang/media-query-lib';
89
import { UserContextMenuWidgetModule } from '@backbase/user-context-menu-widget-ang';
@@ -17,6 +18,7 @@ import { TopBarMenuComponent } from './top-bar-menu/top-bar-menu.component';
1718
CommonModule,
1819
HeaderModule,
1920
IconModule,
21+
KeyboardClickModule,
2022
LogoModule,
2123
MediaQueryModule,
2224
RouterModule,
File renamed without changes.

0 commit comments

Comments
 (0)