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
Issue by AmandaCameron Wednesday Apr 23, 2014 at 19:51 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT Originally opened as pebble#73
This allows one to go to /ide/projects/:id#settings to get to their project's settings. This adds a new CloudPebble.Locations API that handles the storage of valid slugs and calls a function to activate the proper slugs on the onhashchange event. It also includes a function to set the current slug in the URL.
To fix a bug, the Sidebar was disavowed of it's responsibility of resource and source file switching by callback, instead stuffing a valid slug into the a element it generates.
Issue by AmandaCameron
Wednesday Apr 23, 2014 at 19:51 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT
Originally opened as pebble#73
This allows one to go to /ide/projects/:id#settings to get to their project's settings. This adds a new CloudPebble.Locations API that handles the storage of valid slugs and calls a function to activate the proper slugs on the
onhashchange
event. It also includes a function to set the current slug in the URL.To fix a bug, the Sidebar was disavowed of it's responsibility of resource and source file switching by callback, instead stuffing a valid slug into the
a
element it generates.AmandaCameron included the following code: https://github.com/pebble/cloudpebble/pull/73/commits
The text was updated successfully, but these errors were encountered: