Tomorrow I will see if I have time to work on the navigation history. I already have a `NavigationService.swift` that stores the past 50 "items". By items I just mean, if you open two notes, then that will be two items added to the array.
This service is currently used for the "Recents" view inside the sidebar. This view displays a list of files in the order they were opened.
So what I need to implement is a back and forward button _(like in a browser)_ to easily go back and forth between recently opened files (could be notes, canvases, images, videos, etc.) #dev
