Skip to content

Commit

Permalink
feat(octra): new settings section with asr options included
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 4, 2024
1 parent 8bd4111 commit b64fb15
Show file tree
Hide file tree
Showing 25 changed files with 988 additions and 677 deletions.
2 changes: 2 additions & 0 deletions apps/octra/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import {
NgbDropdownModule,
NgbModalModule,
NgbNavModule,
NgbOffcanvasModule,
NgbPopoverModule,
NgbTooltipModule,
} from '@ng-bootstrap/ng-bootstrap';
Expand Down Expand Up @@ -122,6 +123,7 @@ import { RouterModule } from '@angular/router';
NgxOctraApiModule,
OctraComponentsModule,
OctraUtilitiesModule,
NgbOffcanvasModule,
],
providers: [
ALoginGuard,
Expand Down
423 changes: 154 additions & 269 deletions apps/octra/src/app/core/component/asr-options/asr-options.component.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
:host {
background-color: whitesmoke;
border: 3px;
flex: auto;
flex-direction: column;
display: flex;
padding: 5px;
margin-bottom: 5px;
Expand Down Expand Up @@ -78,3 +76,17 @@ table thead th {
.inactive {
opacity: 0.5;
}


.dropdown-menu * {
font-size: 0.85rem;
}

input,
input::placeholder {
font-size: 0.85rem;
}

.progress {
height: 20px !important;
}
Loading

0 comments on commit b64fb15

Please sign in to comment.