Skip to content

Commit

Permalink
chore: fix some small issues found while testing UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 10, 2024
1 parent 60747f4 commit 472edc1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/demo/src/examples/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const localeFrench = {
TEXT_FORCE_FIT_COLUMNS: 'Ajustement forcé des colonnes',
TEXT_GROUP_BY: 'Grouper par',
TEXT_HIDE_COLUMN: 'Cacher la colonne',
TEXT_LAST_UPDATE: 'Dernière mise à jour',
TEXT_OK: 'Terminé',
TEXT_REMOVE_FILTER: 'Supprimer le filtre',
TEXT_REMOVE_SORT: 'Supprimer le tri',
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/src/examples/slickgrid/example18.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>
</div>
</div>
</div>
</form>
</div>

<div class="row mt-1 mb-1">
<hr />
Expand Down
1 change: 0 additions & 1 deletion packages/demo/src/examples/slickgrid/example25.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export class Example25 {

graphqlQuery = '';
processing = false;
selectedLanguage = '';
status = { text: '', class: '' };

constructor(readonly http: IHttpClient = resolve(newInstanceOf(IHttpClient))) {
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/src/examples/slickgrid/example3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class Example3 {
this.defineGrid();
}

async attached() {
attached() {
// populate the dataset once the grid is ready
this.dataset = this.mockData(NB_ITEMS);
}
Expand Down
3 changes: 0 additions & 3 deletions packages/demo/src/home-page.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { IAurelia, resolve } from 'aurelia';

console.log((IAurelia as any).test);


export class HomePage {
constructor(private aurelia: IAurelia = resolve(IAurelia)) {
console.log(aurelia);
Expand Down
2 changes: 0 additions & 2 deletions packages/demo/src/my-app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { IHydratedController } from '@aurelia/runtime-html';
import { resolve } from 'aurelia';
import 'bootstrap/dist/css/bootstrap.min.css';

import './styles.scss';
Expand Down

0 comments on commit 472edc1

Please sign in to comment.