One of the problems that's been exposed by moving ...
# saint-maker
k
One of the problems that's been exposed by moving out the habits app (and that I was aware of a bit earlier with the examen app) is that we can't share the users selected apps between mods so every mod needs to navigate home and then to a different mod; while not an end of the world problem, this is a bit irritating It looks like there is a possible solution but it incorporates iframes. Incorporates them not in the usual way but moreso in a way where you kind of open up a passage between two local websites so that they can pass indexdb or localstorage data to each other. This would allow us to create an empty
/data
path for saintmaker core that would load extremely quickly, be embedded on mods as a 1 pixel element, and allow them to access the saintmaker core mod data so that they can display all of the users apps and buttons routing to them for easy navigation I'll try testing this out at some point but for now I'm going to put it as a backlog task
3 Views