slashwarm / elte-orarend

Modern órarendkészítés ELTE hallgatóknak, egyenesen a legfrissebb, Tanulmányi Osztály adatbázisából lekérdezett adatokkal.
https://gernyimark.web.elte.hu/orarend/
MIT License
11 stars 3 forks source link

Some small fixes #16

Closed UnicodeError0041 closed 1 month ago

UnicodeError0041 commented 2 months ago

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.

slashwarm commented 1 month ago

Illetve pusholtam egy commitot, amivel kicsit egyszerűsítettem a mentésnél a state kezelést. Légyszi nézd meg, hogy szerinted is jó-e.