1) A horizontal scrolling issue
2) #5
3) #15
4) A bug where generateUniqueId({ a: 'a', b: 'b' }) !== generateUniqueId({ b: 'b', a: 'a' })
Note, that since I've changed the generateUniqueId function, lessons stored locally could have an id different from what the current implementation would give them.
These commits should fix the following:
1) A horizontal scrolling issue 2) #5 3) #15 4) A bug where
generateUniqueId({ a: 'a', b: 'b' }) !== generateUniqueId({ b: 'b', a: 'a' })
Note, that since I've changed the
generateUniqueId
function, lessons stored locally could have an id different from what the current implementation would give them.