Improve search typeahead performance and use native events
authorRigel Kent <sendmemail@rigelk.eu>
Tue, 4 Feb 2020 15:44:53 +0000 (16:44 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Thu, 13 Feb 2020 15:35:24 +0000 (16:35 +0100)
commit9b8a7aa8ea128f7e197ff38ca9f86ffa53bbe110
treef38e6f83a9d892a99f930c0a25b1a405e679cd4a
parentece3029bd99a76b3c48a1cc8c58914c5cf61f106
Improve search typeahead performance and use native events
19 files changed:
client/src/app/+accounts/accounts.component.html
client/src/app/+video-channels/video-channels.component.html
client/src/app/+video-channels/video-channels.component.scss
client/src/app/header/header.component.html
client/src/app/header/header.component.scss
client/src/app/header/header.component.ts
client/src/app/header/search-typeahead.component.html
client/src/app/header/search-typeahead.component.scss
client/src/app/header/search-typeahead.component.ts
client/src/app/header/suggestion.component.html
client/src/app/header/suggestion.component.ts
client/src/app/header/suggestions.component.html [new file with mode: 0644]
client/src/app/header/suggestions.component.ts
client/src/app/shared/angular/highlight.pipe.ts
client/src/sass/application.scss
client/src/sass/bootstrap.scss
client/src/sass/include/_bootstrap-variables.scss
client/src/sass/include/_mixins.scss
client/src/sass/include/_variables.scss