You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixed summation after long fight with git :!
* sorting kinda works - some problems exist
* fixed search + filter interaction
* sorting is better now / Metallic Materials are the only issue
* asc/desc have correct icon now
* added favicon
* fixed the website name in index.html
* ArrowLeft closes the CoursePopup
* popup variables moved to the model
* popup variables moved to the model
---------
Co-authored-by: Kacper Lisik <lisik@kth.se>
Copy file name to clipboardExpand all lines: my-app/src/model.js
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ export const model = {
17
17
departments : [],
18
18
locations: [],
19
19
favourites: [],
20
+
searchHistory:[],
20
21
isReady: false,
21
22
/* this is a boolean flag showing that filtering options in the UI have changed, triggering the FilterPresenter to recalculate the filteredCourses[] */
0 commit comments