Skip to content

Commit

Permalink
fix: accesibility and progressiveness fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
et41 committed Jul 23, 2018
1 parent 742fd83 commit 92a3739
Show file tree
Hide file tree
Showing 11 changed files with 100 additions and 49 deletions.
38 changes: 29 additions & 9 deletions .tmp/localDiskDb.db
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Sunday": "12:00 pm - 4:00 pm, 5:30 pm - 11:00 pm"
},
"createdAt": 1504095563444,
"updatedAt": "2018-07-20T12:13:27.996Z",
"updatedAt": "2018-07-23T10:15:43.025Z",
"id": 1,
"is_favorite": false
},
Expand All @@ -45,7 +45,7 @@
"Sunday": "12:00 pm - 3:00 pm, 5:00 pm - 11:00 pm"
},
"createdAt": 1504095568414,
"updatedAt": "2018-07-20T11:31:45.616Z",
"updatedAt": "2018-07-23T10:16:51.720Z",
"is_favorite": false,
"id": 2
},
Expand All @@ -69,7 +69,7 @@
"Sunday": "11:30 am - 2:00 am"
},
"createdAt": 1504095571434,
"updatedAt": "2018-07-20T12:06:53.639Z",
"updatedAt": "2018-07-23T10:12:02.956Z",
"id": 3,
"is_favorite": false
},
Expand All @@ -93,7 +93,7 @@
"Sunday": "Sat - 10:30 pm"
},
"createdAt": 1504095567091,
"updatedAt": "2018-07-20T12:00:23.479Z",
"updatedAt": "2018-07-23T10:13:02.379Z",
"is_favorite": false,
"id": 4
},
Expand All @@ -117,7 +117,7 @@
"Sunday": "10:00 am - 12:00 am"
},
"createdAt": 1504095567071,
"updatedAt": "2018-07-20T12:13:46.147Z",
"updatedAt": "2018-07-23T10:12:07.582Z",
"is_favorite": false,
"id": 5
},
Expand All @@ -141,7 +141,7 @@
"Sunday": "12:00 pm - 9:00 pm"
},
"createdAt": 1504095567071,
"updatedAt": 1504095567071,
"updatedAt": "2018-07-23T10:12:09.432Z",
"is_favorite": false,
"id": 6
},
Expand All @@ -165,7 +165,7 @@
"Sunday": "11:30 am - 10:00 pm"
},
"createdAt": 1504095567091,
"updatedAt": 1504095567091,
"updatedAt": "2018-07-23T10:12:12.396Z",
"is_favorite": false,
"id": 7
},
Expand All @@ -189,7 +189,7 @@
"Sunday": "10:00 am - 3:00 pm, 5:30 pm - 11:00 pm"
},
"createdAt": 1504095567091,
"updatedAt": "2018-07-17T19:10:49.828Z",
"updatedAt": "2018-07-23T10:12:14.244Z",
"is_favorite": false,
"id": 8
},
Expand Down Expand Up @@ -642,6 +642,26 @@
"rating": "3",
"comments": "off",
"id": 78
},
{
"restaurant_id": "8",
"name": "eren",
"date": 1532096977245,
"createdAt": 1532096977245,
"updatedAt": 1532096977245,
"rating": "3",
"comments": "not bad",
"id": 155
},
{
"restaurant_id": "8",
"name": "off",
"date": 1532097018848,
"createdAt": 1532097018848,
"updatedAt": 1532097018848,
"rating": "3",
"comments": "off",
"id": 156
}
]
},
Expand Down Expand Up @@ -697,7 +717,7 @@
"id": 10
},
"reviews": {
"id": 154
"id": 156
}
}
}
7 changes: 5 additions & 2 deletions src/css/main-aux.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
border : none;
background-color: inherit;
font-size: 45px;
color: #cd9292;
color: #b17878;
float: right;
box-shadow: none;

Expand Down Expand Up @@ -138,4 +138,7 @@ strong {
}
.active, .collapsible:hover {
background-color: #ccc;
}
}
/*#restaurants-list li button:focus {
color: #c22c2c;
}*/
2 changes: 1 addition & 1 deletion src/dist/js/mainRestaurants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/dist/js/uglify.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/dist/sass/main-aux.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 92a3739

Please sign in to comment.