You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the way the create button on the start page works. Currently maps are created when accessing GET /mapwhich is not really a proper REST style way of object creation.
Idea:
Async request, create new map on server
Wait for answer, use id to proceed to map URL.
Take care of 1) using hotkey to create a map, 2) Creating a map from start screen, 3) Opening an existing map by link
The text was updated successfully, but these errors were encountered:
Change the way the create button on the start page works. Currently maps are created when accessing GET
/map
which is not really a proper REST style way of object creation.Idea:
The text was updated successfully, but these errors were encountered: