spe-uob / 2021-AIWorkflow

IBM AI Workflow Project
https://ai-workflow.classroom-eu-gb-1-bx2-4x1-d4ceb080620f0ec34cd169ad110144ef-0000.eu-gb.containers.appdomain.cloud/
MIT License
2 stars 1 forks source link

130 frontend hashrouter to browserrouter #131

Closed mitchLui closed 2 years ago

mitchLui commented 2 years ago

See #130 for the description but basically this removes the hash symbols we usually see in the URLs. It's just a bit of an eyesore to look at.

mitchLui commented 2 years ago

Just added a commit that'd convert the page to using cookies instead of sessionStorage.

michaelpoluektov commented 2 years ago

Now that we're using cookies does that mean we'll technically have to add one of those annoying cookie consent pages?

mitchLui commented 2 years ago

Oh yes that's right -- I'll assign a new issue and you can do it after you're done with whatever you're doing.