Skip to content

Commit

Permalink
correct Ray -> Rey and add lang and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelarsen committed Jul 2, 2020
1 parent 795de9c commit 9874e48
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class FixedHeaderTableActions {
{
_status: 'neutral',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand All @@ -203,7 +203,7 @@ export class FixedHeaderTableActions {
{
_class: 'bgInfo',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export class FixedHeaderTableProperties {
{
_status: 'neutral',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand All @@ -229,7 +229,7 @@ export class FixedHeaderTableProperties {
{
_class: 'bgInfo',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class HorizontalScrollTable {
{
_class: 'bgInfo',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand Down
4 changes: 2 additions & 2 deletions dev-app/routes/components/tables/table/actions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
_barColor: '#0000FF',
_status: 'bar',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
{
Expand Down Expand Up @@ -114,7 +114,7 @@
return 'bgWarning';
}
} else if (col.colHeadName === 'name') {
if (row.name === 'Ray') {
if (row.name === 'Rey') {
return 'bgCritical';
}
if (row.name === 'Yoda') {
Expand Down
4 changes: 2 additions & 2 deletions dev-app/routes/components/tables/table/actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class TableActions {
return 'bgWarning';
}
} else if (col.colHeadName === 'name') {
if (row.name === 'Ray') {
if (row.name === 'Rey') {
return 'bgCritical';
}
if (row.name === 'Yoda') {
Expand Down Expand Up @@ -136,7 +136,7 @@ export class TableActions {
_barColor: '#0000FF',
_status: 'bar',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
gender: 'Male',
},
{
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
gender: 'Female',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class TableColsRows {
},
{
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
{
Expand Down
4 changes: 2 additions & 2 deletions dev-app/routes/components/tables/table/properties/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class TableProperties {
{
_status: 'critical',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
{
Expand Down Expand Up @@ -177,7 +177,7 @@ export class TableProperties {
{
_status: 'healthy',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export class TableViews {
},
{
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand Down Expand Up @@ -558,7 +558,7 @@ export class TableViews {
},
{
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export class NestedCoverTableHorizontalScrolling {
{
_status: 'neutral',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand All @@ -250,7 +250,7 @@ export class NestedCoverTableHorizontalScrolling {
{
_class: 'bgInfo',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export class NestedCoverTableScrolling {
{
_status: 'neutral',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand All @@ -247,7 +247,7 @@ export class NestedCoverTableScrolling {
{
_class: 'bgInfo',
gender: 'Female',
name: 'Ray',
name: 'Rey',
ship: 'M. Falcon',
},
];
Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<!DOCTYPE html>
<html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171501636-1"></script>
Expand All @@ -19,6 +19,10 @@
<title>Bindable</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
name="description"
content="Bindable: A themeable design system built in Aurelia JS that allows for faster and easier web development."
>
<link href="favicon.ico?v=2" rel="shortcut icon" type="image/x-icon">
</head>

Expand Down

0 comments on commit 9874e48

Please sign in to comment.