File tree Expand file tree Collapse file tree 8 files changed +11
-9
lines changed
glossary/components/index
components/navbar-buttons
settings/pages/synchronization Expand file tree Collapse file tree 8 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11<!-- Buttons to add to the header. -->
22< core-navbar-buttons slot ="end ">
33 @if (canSearch) {
4- < ion-button (click) ="showSearch() " [ariaLabel] ="'addon.mod_data.search' | translate ">
4+ < ion-button fill =" clear " (click) ="showSearch() " [ariaLabel] ="'addon.mod_data.search' | translate ">
55 < ion-icon name ="fas-magnifying-glass " slot ="icon-only " aria-hidden ="true " />
66 </ ion-button >
77 }
Original file line number Diff line number Diff line change 22< core-navbar-buttons slot ="end ">
33 @if (!showLoading && glossary) {
44 @if (glossary.browsemodes && glossary.browsemodes.length > 1) {
5- < ion-button (click) ="openModePicker($event) " [ariaLabel] ="'addon.mod_glossary.browsemode' | translate ">
5+ < ion-button fill =" clear " (click) ="openModePicker($event) " [ariaLabel] ="'addon.mod_glossary.browsemode' | translate ">
66 < ion-icon name ="fas-sort " slot ="icon-only " aria-hidden ="true " />
77 </ ion-button >
88 }
99
10- < ion-button (click) ="toggleSearch() " [ariaLabel] ="'addon.mod_glossary.bysearch' | translate ">
10+ < ion-button fill =" clear " (click) ="toggleSearch() " [ariaLabel] ="'addon.mod_glossary.bysearch' | translate ">
1111 < ion-icon name ="fas-magnifying-glass " slot ="icon-only " aria-hidden ="true " />
1212 </ ion-button >
1313 }
Original file line number Diff line number Diff line change 22< core-navbar-buttons slot ="end ">
33 <!-- Select subwiki. -->
44 @if (subwikiData.count > 1) {
5- < ion-button (click) ="showSubwikiPicker($event) " [ariaLabel] ="'addon.mod_wiki.subwiki' | translate " aria-haspopup ="true ">
5+ < ion-button fill ="clear " (click) ="showSubwikiPicker($event) " [ariaLabel] ="'addon.mod_wiki.subwiki' | translate "
6+ aria-haspopup ="true ">
67 @if (!groupWiki) {
78 < ion-icon name ="fas-user " aria-hidden ="true " />
89 } @else {
1213 }
1314
1415 @if (!showLoading && currentPageObj) {
15- < ion-button (click) ="openMap() " [ariaLabel] ="'addon.mod_wiki.map' | translate " aria-haspopup ="true ">
16+ < ion-button fill =" clear " (click) ="openMap() " [ariaLabel] ="'addon.mod_wiki.map' | translate " aria-haspopup ="true ">
1617 < ion-icon name ="fas-map " aria-hidden ="true " />
1718 </ ion-button >
1819 }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const BUTTON_HIDDEN_CLASS = 'core-navbar-button-hidden';
3636 * Example usage:
3737 *
3838 * <core-navbar-buttons slot="end">
39- * <ion-button [class.hidden]="!buttonShown" [ariaLabel]="Do something" (click)="action()">
39+ * <ion-button fill="clear" [class.hidden]="!buttonShown" [ariaLabel]="Do something" (click)="action()">
4040 * <ion-icon name="funnel" slot="icon-only" aria-hidden="true"></ion-icon>
4141 * </ion-button>
4242 * </core-navbar-buttons>
Original file line number Diff line number Diff line change 11< core-navbar-buttons slot ="end " prepend >
22 @if (searchEnabled) {
3- < ion-button (click) ="openSearch() " [ariaLabel] ="'core.courses.searchcourses' | translate ">
3+ < ion-button fill =" clear " (click) ="openSearch() " [ariaLabel] ="'core.courses.searchcourses' | translate ">
44 < ion-icon name ="fas-magnifying-glass " slot ="icon-only " aria-hidden ="true " />
55 </ ion-button >
66 }
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Feature: Test basic usage of login in app
3838 When I restart the app
3939 Then I should find "Connect to Moodle" in the app
4040
41+ @test
4142 Scenario : Add a new account in the app & Site name in displayed when adding a new account
4243 When I launch the app
4344 And I set the field "Your site" to "$WWWROOT" in the app
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h1>{{ 'core.settings.synchronization' | translate }}</h1>
88 </ ion-title >
99 < ion-buttons slot ="end ">
1010 < core-navbar-buttons >
11- < ion-button (click) ="showInfo() " [ariaLabel] ="'core.info' | translate ">
11+ < ion-button fill =" clear " (click) ="showInfo() " [ariaLabel] ="'core.info' | translate ">
1212 < ion-icon name ="fas-circle-info " slot ="icon-only " aria-hidden ="true " />
1313 </ ion-button >
1414 </ core-navbar-buttons >
Original file line number Diff line number Diff line change 11< core-navbar-buttons slot ="end " prepend >
22 @if (searchEnabled) {
3- < ion-button (click) ="openSearch() " [ariaLabel] ="'core.courses.searchcourses' | translate ">
3+ < ion-button fill =" clear " (click) ="openSearch() " [ariaLabel] ="'core.courses.searchcourses' | translate ">
44 < ion-icon name ="fas-magnifying-glass " slot ="icon-only " aria-hidden ="true " />
55 </ ion-button >
66 }
You can’t perform that action at this time.
0 commit comments